237 comments found.
Great theme! Love the sortable data tables. Would love to see additional styles and pages to the home pages like the pricing, features, and blog pages in future updates.
Thanks!
I can’t seem to find this, but where is the code to initialize the datagrid.json suff?
check the js/fuelux/demo.datagrid.js. there is a line var url = ‘js/data/datagrid.json’;
Thanks
Sorry if this sounds like a stupid question but how do you use slim? I have mod_rewrite turned on but everytime I visit the index page of the api folder I get:
“404 Page Not Found The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.
Visit the Home Page”
The slimframework just for Notes. there is a index.php under the ‘api/’ folder. this is the api for the notes. you can check the “js/apps/notes.js” to see how i used the api.
Thanks
The issue is that it’s not working on my server and I’m not sure why
The theme is awesome btw
Hello,
I would like to know if this template will work with phonegap in order to run natively?
I did not test it with phonegap. but i think it’s ok. Thanks
What files have you updated?
I just want to update only those and it would be easier to update if i know which files should be updated for the new changes to take effect.
Download the last update. there is change.log.txt, read this file.
Thanks
Left side menu is not working when hidden in mozilla
Hi, Fix in this weekend update , Thanks
Thank you. There is one more issue. In Nav menu at top right corner if we click on a link twice then the background color changes to light grey. It turns normal only after we click somewhere else on the screen. Please let me know when these stuffs are updated. Thanks.
Check the last update, it’s fixed. Thanks
Hi, Thank you for the wonderful theme. I am facing the below issue: Modal window is not working in chrome. The body gets washed-out but the modal window doesn’t appear. In Firefox its working. Kindly help.
Chrome have the cross origin problem when using ajax. you need put the page on a server to test.
Thanks
Thank you.
I am also having the same bugs as meepeek above. Mainly #1 is causing issues on mobile.
will be fixed in coming update, Thanks
I have bought this theme. It is great but I have found some bugs and would like to request for fixes:
1. When you scale the screen to mobile size, the nav menu would be hidden and when you click the icon to make it reveal the menu on the left, you will be able to scroll to the right which should not be able to. 2. As you compact the menu to icons only, if the sub menu was too long or the parent menu was too close to the bottom, some last menu items would be off the screen and hence not selectable. 3. The top-right user menu button. If you clicked that one to make the menu appear then, without moving the pointer, click again to make the menu disappear. After that move the pointer to some where else, the background of the button change into grey.
Those are all I have found up until now. Everything else is good and the performance is very well, even on mobile devices. Please let me know if you had any update.
Thanks.
Additional bug found. The invoice printing is only work for Chrome. I have tested in Safari and Firefox and the print result were not correct.
Is there any update on my thread ?
Hi, update coming.
1,3 . will be fixed in coming update
2. if you have big sub menu, you can use the normal layout. remove the ’.app’ class from the ‘html’ tag. OR use a customer class to move the sub menu up . eg ”.nav-xs .nav-primary li:hover > ul{margin-top:-50px}”
Thanks
OK Thanks for the update.
updated and fixed. Thanks
Hi.. Purchased this template and trying to find my way around. Is there any documentation? Also I see there is a ‘chrome app’ ... What does it do?
Hi Flatfull,
Can you guide me how to make a boxed-layout like this? http://i.imgur.com/CHjw1me.pngThanks
<section class="vbox">
<header class="header">
</header>
<section class="container" style="width:1000px">
</section>
</section>
Great! We get the idea. Many thanks
Beautiful theme! Any chance of getting SASS in place of LESS?
Hi, Only LESS, no plan for maintaining two preprocessors.
Thanks
Hi. Can you support me. I buy one plugin lightbox at here(http://codecanyon.net/item/jquery-lightbox-evolution/115655). But when I intergrate with this item and it don’t work. can you help me make it work.
Hi, i have included a prettyPhoto plugin. and if you use other plugin, i think you need ask the author the plugin for support.
You can send me a msg via profile page see if i can help.
Thanks
Hey Flatfull,
Just purchased and I was wondering how do I set color variations? Is there a documentation file I misplaced? Do I just chop up the markup to use what I need?
Love the look!
Thanks, Tanner
Hi Tanner,
You can change the color variables in less/app.variables.less file, and dig more info in the less/app.colors.less and less/app.mixins.less.
also read the less/readme.txt to see how it generate the less to css file.
Thanks
Great looking theme/admin. Does the un-minified source code come with the purchase?
Thanks
yes, un-minified source code in the download with the purchase.
Thanks
Congrats for that so nice and clean template, I’m considering to purchase it very soon.
I’ve been testing it on iphone, and I realised that in Ui Kit -> list group , the Sortable list, is not sortable, but the nested it is… Also when you can sort the elements, it’s not possible to scrooldown, because you are moving elements, so I would suggest that first you have to click on the element and then drag it, otherwise it becames quite difficult to operate on touchscreen devices…
Thanks
Actually, they are different plugins. one is http://farhadi.ir/projects/html5sortable/ and one is http://dbushell.github.io/Nestable/
i will dig them see if can optimize for touchscreen.
Thanks
just wanted to add that i love this theme. thanks and keep up the good work!
Thank you!
hi, i’m using ember.js and i want to use switch box widget ,but i don’t know how to set it up based on it’s status?how to fetch user toggle?
You mean the switch on the form.html? it’s a checkbox, so you can set it checked or not. and listen to it status
Thanks
Will be a new one in next update. Thanks
Hi, beautiful theme! Since I’m fairly new in this business of buying themes, could you please explain to me what of the downloaded content should be regarded as “sample page” and what are the core components of the theme? Now once I’ve bought it I’d like to start building bottom-up and feel a bit overwhelmed about all the js files etc. Do I have to include everything, or can I strip some parts away? What, in that case?
Thankful for any thoughts on this one…
All the pages you got are the sample pages. Do not need include all the js. just include what you want.
Thanks
Thx for the reply. But are for example app.js an essential part, or is it just for the sample page? And is app.plugin.js required for using the plugins? How about landing.js? Sorry if I seem stupid (I’m not really!) but a newbie in this context, I must admit 
app.js is essential part. some plugins in it. you can read the comments. app.plugin.js is for some plugins. landing.js for landing pages. like landing.html, price.html.
Thanks.