Discussion on Notebook - Web App and Admin Template

Discussion on Notebook - Web App and Admin Template

Cart 1,751 sales
Well Documented

Flatfull supports this item

Supported

237 comments found.

Is anyone else finding that ie does not work? I need support on this issue and can’t find any.

You need put the files on a server. directly open in ie will not works. ie8 need respond.min.js to get the media query css, and it need a server.

Thanks

Actually, it looks like there is a problem with theme forest in ie8 and I was running the demo in the frame. When I take it out of the frame, it looks fine. When I run my downloaded copy locally though, it’s messed up. I will investigate some more…

As bootstrap, need the js/ie/respond.min.js to query the media query css. Put the files on a local server.

Thanks

wrong thread sorry

Hi, great job!

Pre-sales question: I was wondering if it would be difficult to make the map longer on the gmap.html page so it shows full screen on mobile? Keep in mind I want the map to stay the same on the desktop I just need it to go full screen on mobile. Will this be difficult? I don’t mind paying for the customization if necessary.

Thanks

hi, you can use a js code to set the gmap have the full screen height when the page width is under 768px.

Thanks

thanks, would you help me and provide the code to change that if i buy the theme?

Sure, Thanks

I began to implement this great theme into an upcoming project of mine but have had a couple of problems and was hoping you could help:

1. How can i hide an “aside” on various widths such as mobile? I added a right aside and don’t want it to show on mobile. (Desktop: http://i.imgur.com/kjK9qo4.png // Mobile: http://i.imgur.com/lJ3ZVLs.png)

2. Is there anyway to implement the timeline look/fell into an aside view. I’m trying to achieve something like: http://i.imgur.com/DC3SBe9.png instead of: http://i.imgur.com/kjK9qo4.png

3. On short browsers, the footer for an aside with no background is transparent: http://i.imgur.com/BYxDdfW.png but if i add a background it then cuts off part of the last item in the aside (http://i.imgur.com/V8GtnAv.png). Is there anyway to have that last item show when the browser is shorter?

4. Is there a way to change the header for the sidenav aside? I’m trying to achieve something like: http://d13yacurqjgara.cloudfront.net/users/44126/screenshots/1315388/attachments/184703/job-summary.png but it looks like this: http://i.imgur.com/jZlaquJ.png

5. For the sidebar nav, Is there anyway to hide content while it’s collapsed? I have a wide section and it distorts the entire nav when collapsed: http://i.imgur.com/8S6monL.png

6. The nav cuts off long titles and has a weird spacing issue under the box, any idea on how to fix this? http://i.imgur.com/2uvcOJy.png

7. On mobile, the nav is hidden under an aside: http://i.imgur.com/dqBt9qr.png Any way to remedy this? Have you considered looking into https://github.com/jakiestfu/Snap.js

Thank you for your time and for creating a brilliant theme!

1. you can use the jquery.fileapi plugin as you mentioned.

2. can add a listener, check http://parsleyjs.org/documentation.html

3. need custom js, like
var $el = $('#maleRadio'), $ex = $('#hideEl');
$el.on("change", function(event){
  ($el.is(':checked') && $ex.show()) || $ex.hide();
});

4. as 2, add a listenter

affix not work on application layout. but works on landing pages.

Small Nav ff bug will be fixed in next update.

Thanks

The more I interact with this the more I love it :D

Any chance you could go more in-depth in the documentation with your custom styles? Basically things like m-t-xs (margins), asides (different sizes), text styling, padder/padding, etc.?

I have been putting in custom styling only to find you already had helper classes. I think having a reference in the theme documentation would help greatly. Thanks!

You can take a look at the less/app.utilities.less, it have many helpers.

Thanks

In messages, can you include a subject/summary column once a line is clicked (like your todo theme)?

Hi, it support this, you can check the html code
href="#email-content, #email-list" data-toggle="class:show,hide"

it hide the #email-list, but you can change to

href="#email-content" data-toggle="class:show"

Excellent template flatfull! I am just stuck on the main menu .nav I have placed menu in an include file. I would like the class=”active” to work automatically with the parent/child. In static html it seems class=”active” is applied 4x. I was able with jquery to set the primary a as active but can’t figure the rest out. Hoping you have an easy solution for me!

if you can set the first level a to .active then you can use the jquery to make it works.
<ul><li><a href="#" class="active"></a></li></ul>

$('.nav-primary a.active').parent('li').addClass('active');

Hi… I´ve bought the template. Now i´m trying to figure out how can I populate the tables… looking for the example… can you tell me where is data that you used to populate the demo table pages?

Regards,

Artur

... ok I found the data, but… where are you calling the function to populate the table?

... to be more precise where is the “Initialization Code”?

js/app.plugin.js

// datatable

What are the “charts” plugin, disponible for it? Are you using any Jgrowl.js for notifications?

Hi, it’s flot and sparkline, you can use them in your real app with real data.

The notification is a custom js. not the Jgrowl.js

Thanks

2 Questions

1. I want to write a matematical sum in the notes, how can i do it ?? I am a maths teacher and i want to use your app.

2. what do you mean by – One RESTful api application

Does this mean that the front end will rest on mobile using phonegap and the data can be loaded / Synced on it using this api ?

Is it this much ready ?

Hi, 1:the notes app just a quick note, only text allowed. 2: the notes app is a php/mysql RESTful api app.

There is no phonegap integration. it’s all html/js, and the data can be load and save using this api

Thanks

Any chance of getting a jstree component styled to match the rest? I need to use folder trees in my client apps.

There is a tree component in the fuelux.js, and docs here http://exacttarget.github.io/fuelux/#tree

Thanks

Hi, I’m thinking about buying your theme, just want to ask, are you planning to add blog view? Also would be great to have some galleries to choose from. In short just are you planning to add more page-views?

The blog section is on the landing pages. it’s included in the download file.

Thanks

Thanks for the great template. Regarding the API folder that can use for database setup, I saw that in the document it says mySQL, can those document be use for postgreSQL too?

Yes. you can use the steps for the pgSql, but need change the “api/index.php” -> getConnection() function to pgsql way.

Thanks

Hi I want to buy this theme but I can’t use any of the payments method on this site due to my location(Ghana). I have tried so many times and now i can’t even do it again. I have contacted the my bank and there is nothing wrong with my visa card, I have contacted the support team of this site and they are not given me any answer too. can you help me out.

Hi, The support team will help you. Thanks

Love this theme. On thing I can’t get working is the sidebar footer attaching to the bottom of the screen. I copied everything over from the index.html and everything is the same and working except for this.

Any idea what the issue could be?

Thanks.

I forgot to put class=”app” on the html tag.

You got it!

Hi, Great Job.

I just would like t know how to disabled ajax data load fo dataTable ?

Thanks.

DataTable docs here http://datatables.net

Thanks

Awesome template for me make application for iPad. Thanks so much for this tempalte. Can you support progress bar for loading page. I need it too!!

I want loading page work as this pluin (http://codecanyon.net/item/reloadprogressbar-jquery-plugin/5392218?WT.ac=category_thumb&WT.seg_1=category_thumb&WT.z_author=eiotec). I also buy this one. But I can not make it work with your template. So I need you support this modul too. Thanks

Actually you can use the Pjax i have included, check the dashboard.html, and use
$(document).on('pjax:send', function() {
  $('#loading').show()
})
$(document).on('pjax:complete', function() {
  $('#loading').hide()
})

to show/hide the loading spinner.

Thanks for give me solution. But I can not make it work. Can you sent for me dashboard.html that you make it work to my email. vn.hoangnn@gmail.com. Thanks

How do I set up the validation? I tried looking for documentation but can’t find it. Can you help please?

It’s use parsleyjs, detail docs here: http://parsleyjs.org/

OK fine! So I buy everything you make.

Thank you very much. awesome buyer!

Amazing admin theme, well done and thank you :)

Ive been looking for something like this for over 2years for a project we are working on. It has come at perfect timing.

Do you offer custom work to modify it?

Thank you!

Hope it fit your needs. for custom work you can send me message via my profile page.

Thanks

is there a large difference between this functionally than todo?

Different style, and notebook have a RESTful api(mysql&slim framework) for the notes.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey