237 comments found.
Is anyone else finding that ie does not work? I need support on this issue and can’t find any.
Which ie version and which part not works?
Version 8. Even the demo looks funky… it looks like it’s being resized for a tablet or something like that?
Also, I verified with another that it looks fine with ie10.
IE8 works fine. Thanks
It doesn’t work for any PC here on our network. They are all IT regulated running ie8. Do you need screenshots?
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
here is a screenshot showing the gap on the bottom: http://imgur.com/4hV93VT
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!
Also, I’m having trouble figuring out how to allow scrolling? Is there anyway to have a right aside but not make it fixed? Would like the right aside to scroll with the rest of the page: http://i.imgur.com/geXTZ24.png. Right now the right aside has a separate scroll and the middle content has no scrolling cutting off a lot of the page.
1. you can use the hidden-xs to hide element on mobile
2. check the index.html, there is a “Timeline” like your img
3. put your content in a .vbox>section, so it will have scroll
4. need use the .img-full on the avatar. it have the 100% width
5. put .hidden-nav-xs class on the div you want it hide when the aside have a small width.
6. you can change the “less/app.variables.less” -> @nav-xs-width:55px; and regenerate the less to app.css
7. this theme structure does not support this way.
Also. as 3. put your content in a .vbox>section
Thanks
Thanks for the help. Ran into a few new problems and was hoping maybe you knew a quick fix:
1. Is there a way to have a single file upload show preview for an image? Needs to show preview for a single image file. Also, is there a way to show the image preview and allow it to be cropped?
2. For the form validation when using Parsley.js, is there a way to check NotEqual? I have 2 duplicate dropdowns and would like the user to chose different options. Was hoping parsley could perhaps check element id value against both dropdowns.
3. Is there any simple way to implement conditional forms? I ask if the user is male and if so, additional form options appear.
4. Is there anyway to implement Parsley.js validation on your custom dropdown selects and the select2? Need to make the select2 & custom dropdowns as required.
Thanks again! Great job with the theme. Pretty smooth.
For 1. – Something like http://rubaxa.github.io/jquery.fileapi/ with userpic+crop?
Another possible bug: Can’t seem to get bootstrap’s affix to work. Tried it on your live site and it seems it doesn’t work there either. (http://getbootstrap.com/javascript/#affix) This is when it’s in an aside. It does sometimes work but not all the time meaning something in the theme/aside css is breaking it. Can’t figure out what.
Also, in Firefox, when hovering over collapsed sidebar navigation, the text does not show. Only a blank spot is visible.
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 
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)?
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!
<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?
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!!
Hi, seems you want to load the page via ajax, you can use the progress bar component. but need get the percentage from the server side.
Thanks
Yes. I want to load the page via ajax. But I don’t know how to use it. Can you support me use the progress bar component for loading page.
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
$(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