338 comments found.
Like deStrOBE, I’m interested in new fixed LESS version! Here is my e-mail : cedric@dugat.me Any new template version planned? Thanks!
sent
Hey, I’m trying to compile the less files but I still get some errors like missing } (I’m using WinLess).
\template\less\style.default.less ParseError: Unrecognised input in \template\less\pages.less on line 18, column 3: 17 .box-shadow(); 18 -moz-box-shadow(0 3px 0,rgba(12,12,12,0.03)); 19 li {
\template\less\style.default.less ParseError: missing closing `}` in \template\less\addons.less on line 418, column 1: 417 418
Is-it possible to have the good less files?
what’s your email address? I’ll send the fixed less version
sent.
Good luck guys!
Hi Guys,
Any example of “editable” tables with this template ?
Cheers 
What do you mean by editable tables? like I can edit the data inline?
Yep. Would you have an example directly reusable ?
I can make one using datatables. We’ll be working on it
Wonderful ! Thanks in advance 
Getting “undefined is not a function” on line 71: jQuery(’.toggle’).toggles({on: true});
Is there a simple fix/something I’m missing? Thanks!
toggles.min.js should be present in your page. Did you add it already?
i am using this template and its amazing. but in with the list view, i cant seem to control the spaces between columns… is there any way to control the spaces between columns in a list??
here is a screen shot of what i have:
.table > tr > td:first-child { width: 15%; }
.table > tr > td:nth-child(2) { width: 15%; }
Hi, Thanks for great template !!! i’v got one issue on chart, actually i want to use Pie Chart in Index.html but chart is not appear when i move it to index.html,
I had use same cod from graphs.html
Pie Chart
Labels can be hidden if the slice is less than a given percentage of the pie.
<script src=”js/flot/flot.pie.min.js”></script> <script src=”js/charts.js”></script>
Error that i get in my console : Uncaught Error: Graph placeholder not found.
Any advise regarding to this issue !!
I think what it means by that is you forgot to add the element? It’s an empty element with an id where it inject the pie when loading the page.
When I post the form data to the server, the whole page is be refreshed. How can I prevent from it? Thanks.
Have you tried using ajax like jQuery.post()?
Hi, I am using Bracket with Rails 4.1.1 and asset pipeline. I am throwing repeated Less::ParseErrors stating that there are undefined variables in lots of the less files. At first I thought it was errors in the files, but there are so many, that I think it must be a problem with the way I’m structuring the files. Is there a particular place I should put the less folder? I’m using asset pipeline, but just the app/assets folder…not vendor/assets because that can be weird. I’ve never had this problem using other themes that include Less, and so I wonder what I’m missing. I’ve been trying everything before I came here. Thanks
Fixes on less are available on next release but I can give it to you now the less files just tell me your email and I’ll send it to you there
My apologies…. THIS WAS MY ERROR & I’d love to delete this comment. Your template is wonderful.
I am having an issue with ‘mainpanel’ div and accordions. If I have an accordion with a lot of content, only some of the content does not show. It looks like in the inspector that the height is being set. Is there a way to not set the mainpanel height to show all content?
I know it is this div because once I remove the div the issue is resolved and all the content shows in the accordion.
function adjustmainpanelheight() {
// Adjust mainpanel height
var docHeight = jQuery(document).height();
if(docHeight > jQuery('.mainpanel').height())
jQuery('.mainpanel').height(docHeight);
}
adjustmainpanelheight();
Hi, Is there a plan for a Pricing Table/Pricing Comparison widget?
Thanks.
Pricing table is part of the front end template. Yes I will add it soon and I’m working on it
Hi, I have difficulty to make the panel to collapse for default on page of the Demo of Form Validation.
Thanks
I’m pretty sure there’s an error done by you. Did you try to check error console on your browser?
Any plans of updating Datatables.net to version 1.10. datatables.net 1.9 is now a legacy product.
Thanks
Oh thanks for letting me know. I’ll take note on that. Thanks
Did you download the latest version of the template? I’ve added fixes on that one.
Yes i use the latest version. the problem occur when my title contain space
Hi , i’m interested in this theme but first i would like to know if with the regular license i can create an app open-source and distributed with GPL license used for the tracing monitoring. Also I would like to know if I can modify the theme in order to adapt to our graphics standard.
Thanks
I’m so sorry I cannot answer your questions regarding licenses. Themeforest are the one making the licenses so it would be better if you can contact them about this. Thanks
Sign In page has a forget password function but there is no page associated with that. Can you please advise if there is a forget password page, or a template we can use for that purpose.
Yes it’s just a link. I have not added template for the forgot password. I’ll take note on that and add a template for that in future release. Thanks
The template setup documentation says that active menus in the expanded dropdown state should have their children coded with a style=”display: block;” attribute. The documentation reads as follows:
When a parent menu with sub menus is in a dropdown active state the class should be nav-parent nav-active
<li class="nav-parent nav-active"> ... </li>
When a parent menu with sub menus is active and also in a dropdown active state the class should be nav-parent nav-active active
<li class="nav-parent nav-active active"> ... </li>
During a dropdown state the sub menus should be visible by adding style="display: block"
Shouldn’t this be handled by the CSS automatically? Adding the following to style.default.css on line 587 (ie after the .nav-bracket .children { ... } declaration) makes menus work without needing to hardcode a style attribute in children.
.nav-bracket .nav-active .children {
display: block;
}
You answered your own question. You are free to use your own way and thanks for showing me on this.
Hi, Any scheduled update? Some informations about its content? (features, bugs fixes, improvements, ...). Thank you.
I can’t tell it right now but I am still working on fixes and additional features on this template for the next release
in the demo the form wizard is broken…there is no submit button and you cant ever actually submit the form. is this fixed in the release?
Thanks i’ll make this work in the next release. In the current version what you get is just the design of the wizard
Awesome theme! I have a question about the modals. I have a few links that I want to launch a ‘panel as modal’ but it works in some places and not others with the same code. I have in the horizontal menu link…
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="modal" data-target=".bs-example-modal-panel">
<i class="glyphicon glyphicon-bookmark" />
</button>
<div class="modal fade bs-example-modal-panel" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content" />
</div>
</div>
I also have in the content area….
<h5 class="subtitle"><a href="ajax/tags.html" class="pull-right" data-toggle="modal" data-target=".bs-example-modal-panel">+ Add Keywords</a></h5>
The funny thing is if I click on one of the links on the content area first and then horizontal menu, both works fine. But if I click on the horizontal menu link first screen go shaded but no ‘panel as modal’ displays.
Also, modals only work in Safari and not Chrome.
Thanks for the help,
I cannot tell what’s causing the modal not to display. It would be easier for me to check if you can show me the page.