653 comments found.
Did you get a solution for the select menu required class?
It works with latest update, with uniform plugin
Thanks man.
hi dev. how can i create dependent list boxes with this theme?
Hey.
What do you mean by dependent list boxes?
Hi Kopyov, i mean like parent-child list box (select list). 
Good morning, on the file manager are your submit/upload buttons all inserted via javascript? I only ask as I need to apply code to the actual buttons in my upload script?
Thanks
Yep, all toolbar buttons are inserted via elfinder.js
Ok thanks, guess I cant add code to the buttons then? My file upload scripts need to reference the upload button on the actual page, at present this cant be done as it only exists in the js file..
I believe you can add some attributes to them, but functionality is controlled by plugin file
Hi, let me start by saying “Great work with the template, it looks beautiful”.
Now a couple of questions for you 
I’ve introduced the code that you have into my own template (copy and paste) but the following JS error is returned on all pages that have a graph:
Error: uncaught exception: Invalid dimensions for plot, width = null, height = null
Although, all the pages do display the graph – I can’t seem to see why this is showing – any ideas?
Also, I’m hoping to use this template for an up-coming CMS . Do you do custom designs for a price? I need to have a tree structure style page which lists all the pages a user has added – can you give me a quote for HTML /CSS?
Thanks in advance
Thanks 
It’s a well known Flot issue which doesn’t affect anything. I hope some solution will come very soon, but for now as far as i know to avoid this issue you need to add path to .js file with chart parameters only on pages where you actually show this chart.
I do custom designs, but not now, i am working on the next project, so once it will be finished, i will be available. Approximately in 2 weeks
Thanks for the reply. I still get the error even when a graph is displayed on the page – why would that be? I haven’t changed anything in the JS or HTML but still get the error – any ideas?
Thanks.
By default in custom.js there are parameters for 3 charts – lines, auto and bars. If you’re displaying only line chart – remove 2 others. Best way is to move flot parameters to a separated .js file
Ah yes, good point – thanks! 
Nice template, loving it! 
Got a small problem, it seems to not display charts other than in charts.html… are all the JS are on every pages even if, per example theyre is no chart ?
I copy paste your code on anthoer page… no chart are displayed but the area are well defined… strange.
<div class="widget first">
<div class="head"><h5 class="iGraph">Charts</h5></div>
<div class="body">
<div class="chart" />
</div>
</div>
Thanks.
That’s weird, it should work fine on every page. Check your code once again, closing tags etc. If you copied this code, there is an error with closing tag =<div class="chart" />instead of
<div class="chart"> </div>
Hi again,
The code was fine since i copied from another page of yours…
The bug was the following : When i paste the chart code in a Jquery tabs (not displayed at first page load)... The chart doesnt show when clicked on the proper tab. It seems to remain hidden (just the chart, the rest of the code is displayed so the Jquery Tabs function is owrking properly).
Is there a way to fix this?
Hey there.
Weird, it works here. And it doesn’t depend on tabs code.
Check id’s and chart dimensions
The code is fine since it display properly ouside tabs and accordeons Jquery features. When i copy the working code in a tabs or accordeons, the canvas is displayed but not the chart.
Finally, I purchase it ! All; I have to say : great work and great template !
Go ahead with that awesome job 
Thanks! Good luck 
I want use two columns in one widget
So, i create class two-cols
CSS looks so.two-col { clear: both;}
.two-col .left { float: left; width: 344px; }
.two-col .right { float: right; width: 344px; }
HTML looks so
<div class="content">
<div class="title"><h5>Header</h5></div>
<div class="widget first">
<div class="head"><h5 class="iPreview">Header</h5></div>
<div class="two-col">
<div class="left">Content 1</div>
<div class="right">Content 2</div>
</div>
</div>
</div>
<div class="fix" />
Everting is good but background of widget doesnot continue
screenshot http://cl.ly/1w2h1n300P2S160a3i3D
place float clearing div right before the closing tag of div.content, not after it
data exchange such as dynamic tables in this theme working with jquery ajax? and also if be added a uploader to the file manager is not better?
Form Elements | Currency, uses the spinner I think, changed line 260 on custom.js from $ to £.
Now it displays ?7.00 instead of £ sign?
[pre] var opts = { ‘s1’: {decimals:2}, ‘s2’: {stepping: 0.25}, ‘s3’: {currency: ‘£’}, ‘s4’: {}, ‘s5’: { [/pre]
's3': {currency: '£'},
Hi there, could you point me in the direction of how to remove the appended (dd-mm-yyyy) to datepicker please? Have searched page code and js files to no avail.
Also which datepicker is this, I wanted to perhaps add 3 months of calendar on popout, seen it on many others is it possible on this one?
Ta
regards
Hey there.
It’s a usual jquery UI datepicker. See options and source code, looks like this:
$( "#datepicker" ).datepicker({
numberOfMonths: 3,
showButtonPanel: true
});
And these are date formats.
Lovely stuff, that’s sorted it.
Hmm, what about the currency validation code, need to change $ to £, have checked validation js with no joy?
where did you find currency validation?
That is weird, changed the js file & applied id=”s3” to page as demo. I have uploaded here for testing, thought it may be my local server but alas no!
Something else strange happening is that the validation fields don’t work correctly on any other fields in this form. Its that wizard form again, all other standard forms work fine with validation?
Demo with pound symbol. I think something’s wrong with encoding on your side.
Yes maybe, will have to check. Both my servers are UK based wonder if somehow that’s the problem, I have 4 other sites on various server platforms that all display £ but not from js.
Does the smartwizard have its own validation by any chance? Trying to apply the standard type from the demo doesn’t work inside this form but does on standard forms in the site.
I have now removed the currency field as it wont submit data back to database when used inside wizard form.
$("#valid").validationEngine();
This id runs validation. In your form it’s missed, maybe this is the reason?
Did you mean I hadn’t added the ID to the form, I have added that now stupid mistake I know!
Still doesn’t validate though, I have several fields on 1st step that have class=”validate[required]” set?
I have another form live that does validate, only differences are that 1 is inside wizard and the other has enctype:
<form method="POST" enctype="multipart/form-data" name="WADAInsertForm" id="valid" class="mainForm"> </<pre> <pre> This one works fine <form action="Insert.php" method="post" name="WADAInsertForm" id="valid" class="mainForm"> </pre></pre>
Good morning, appreciate you are very busy, did you manage to take a look at why the wizard form doesn’t vaildate any fields, all other forms on site are OK?
I have set form ID & the vaildation to each field required exactly the same as all other standard forms but it submits even when blank.
Cheers
Hey there.
Yes, i was trying to find a solution, but seems validation doesn’t work in this wizard 
In addition i will upload an update with this plugin with integrated validation max in 7 days, so if it’s not critical fot you to wait a bit, it will be ready very soon.
Thanks
Hi there, yes I can wait, I will check back to see if you have uploaded or do you contact buyers when there is an update? Since I have already built the wizard forms on my site, would it simply be a case of changing the js files or would I need to rebuild them all?
Cheers
When update will be ready, i will update item description.
I will keep this wizard and just add a new one. I’ integrating it right now, validation works fine. All you’ll need to do is to insert your form. Each step is a fieldset, everything is controlled directly in html, not in js as in smartwizard
OK, thanks for sorting, current version I have is 1.5 I will keep an eye out over the next week for changes.
Cheers
Hi there, sorry to bother you on a Saturday, when the new wizard [with validation] is released are you able to say if it will have submit buttons rather than js called buttons?
I have my project on hold until this release as it currently relies on assigning code to form submit buttons, don’t want to waste time trying to work round it if I don’t have to! There is a problem sending datefields back to mysql with image submits..
Thanks again for all you help.
Hey.
See this demo. It has usual submit buttons, actually it’s a usual form, each step is a usual fieldset inside of the form
OK, thanks look forward to the update.
I need, buttons, form elements and modal alert boxes. Thats all
Thanks
Ok, but in your documentation you say:
PSD files I included 3 main .psd files:
Dashboard with general theme images and styles 14×14 icons 23×23 icons If you need more elements which you didn’t find in downloaded package – let me know and you’ll get them.
Correct, but elements mean elements, not the whole page.
Tell me what exactly do you need and i will find those elements in psd drafts i made before.
Hello, can you send me all the PSDs of your admin template? Just i have dashboard PSD but i need the rest to design my admin template.
Best regards
I am sorry, but those are all the files. Everything other was styled directly in HTML , in PSD you can find only general styles like headers, main backgrounds etc.
Hello, can you send me all the PSDs of your admin template? Just i have dashboard PSD but i need the rest to design my admin template.
Best regards
Hi Kopyov, how to make Drop Buttons from Inline buttons or Large Buttons???
Best regards
Yes
So, I really enjoyed the layout, the more I wanted to know if you develop custom themes. Would you like something from Twitter using the bootstrap with some characteristics similar to that template.
Thanks.
I’m working now on a new project for TF, once i’ll finish it, i will be available for freelance job
I do and how to contact you?
You can contact me through my profile page anytime 
HI Sorry for the stupid question, but im new to this. this template looks awesome , but what can i do with it? I just bought a HTML5 / AJAX website template but i wanna be able to manage it as a blog such as wordpress. Could a template like yours do the Job? If yes that would be marvelous but how ?
Thanks in advance and again congrats for the great job
Hey there.
This is an HTML /CSS template with integrated jquery plugins, it doesn’t have any other control options. You can integrate it to any backend, but it’ll require an additional development
Love this design! Any chance for IE7 support?
Will do it through additional .css file, but not now for sure, too much work with next updates
Sorry if this is dumb question but is this used as a back end admin plugin. For example, can it registrar user, track purchases of digital content, allow user to submit web template specific content (photos, text, videos) so I can grab the info and populate the users purchased template?? This way I can skip gathering info through email or other slower means…. Would pay extended license if this could be customized to my web biz site. Thanks
It’s an HTML /CSS template with designed and coded widgets, general styles, basic interactions, implemented and stylized jQuery plugins. So it can be customized to any backend panel for any needs.