tzd
- Europe
- Has been a member for 1-2 years
- Sold between 50 000 and 100 000 dollars
- Exclusive Author
- Referred between 50 and 99 users
- Bought between 10 and 49 items
422
Purchases
Buyer Rating:
4.63 stars
4.63 average based on 54 ratings.
-
5 Star
4277%
-
4 Star
916%
-
3 Star
00%
-
2 Star
11%
-
1 Star
23%
| Created | 1 April 12 |
| Last Update | 10 July 12 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Liquid |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
- admin
- admin panel
- admin template
- charts
- css3
- datatables
- fixed
- fluid
- html5
- jquery
- responsive layout
- sticky footer
© All Rights Reserved tzd -
Contact Envato Support


sorry another question – I embedded the sidebar nav inside a header tab layout.. the results is that the left nav bar menu instead of opening on the right now open below which covers the other nav bar menu options. Any idea how to fix this?
Could you give me a link to your site?
Hi.
Thanks for developing this theme. However, I am suffering several issues when using the template with IE8 on Win XP.
1. Menu dropdowns appear behind panels 2. Notification badges do not render correctly 3. jQPlot examples fail to render at all 4. The box_c_ico class fails to render properly in IE
I’ve created a screenshot at: http://smartgridcity.xcelenergy.com/media/images/dashboard.png where you can see all of these issues.
This is a straight from download to upload to server install.
I don’t have any of these issues using the current versions of webkit or FF. However, if I remove the “Filterable, sortable, searchable list” module from the dashboard.html file, the charts fail to render. The charts module loads fine, but the charts themselves never appear. Resizing the window shows the loading icon so it appears to be loading the appropriate scripts, but it simply fails to render under that scenario.
What confuses me is the template renders just fine here @themeforest. I don’t know if there’s a missing IE CSS file; the one in my css/Foundation folder appears to be for less than IE8 .
I don’t want to sound overly negative, this is a great template, but the IE8 issues are a deal breaker for me using this out-of-the-box.
Thank you for any help you may be able to provide.
sure, www.truth-diary.com. you can login using login: client1 and password: 1234
And, you can also login as trainer: login: trainer 1 and password: 1234
once logged in, just click on Forum, Clients, measurements menu options.
After playing around with ie.css, I find removing the .lt-ie8 class fixes most of my issues.
I’m trying to implement select’s validation but I have two problems…
The solution [http://stackoverflow.com/questions/2901125/jquery-validate-required-select] is simple but visually I cannot reach a good result, that is I don’t have any board decoration on the select only the text message bellow the select.
Using extended select (the one I need to use) I have no decoration and no message.
Hi, please check http://tzd-themes.com/pertho_admin/index.php?uid=1&page=select_validation
select_validator = $("form.select_validation").validate({highlight:function(element) { $(element).closest("div.elVal").addClass("form-field error"); $(element).closest("div.elVal").find("select, .chzn-single").css("borderColor", "#c00000") }, unhighlight:function(element) { $(element).closest("div.elVal").removeClass("form-field error"); $(element).closest("div.elVal").find("select, .chzn-single").css("borderColor", "") }, invalidHandler:function(form, validator) { $("html,body").animate({scrollTop:$("form.select_validation").offset().top - 34}, "slow") }, rules:{simple_select:{required:true}, multiple_select:{required:true, minlength:2}, multiple_select_range:{required:true, rangelength:[1, 2]}, select_enhanced:{required:true}}, errorPlacement:function(error, element) { error.appendTo(element.closest("div.elVal")) }, submitHandler:function(form) { var post = $("form.select_validation").serializeObject(); $.post("serialize_form.php", post, function(data) { $("body").showMessage({thisMessage:["Data submited:<br />" + data], className:"success", autoClose:true, delayTime:1E4}) }) }, ignore:""}); $(".chzn-select").chosen().change(function(e) { select_validator.form() });Perfeft tzd,
The extendend select, when dropping elements for visualization, is not completely visible when inside the jquery tools tabs like you have on the 1st form [http://tzd-themes.com/pertho_admin/index.php?uid=1&page=form_elements] on the demo.
Is it simple to fix?
The screenshot of the issues related with the dropdown: https://picasaweb.google.com/lh/photo/0wSyr6VNvoOKt_oEs7MLBDaLapmjHWa7Xag47Xjn_pc.
Upgrade to version 1.2. Stiky footer doesn’t look to behave the way it should. See image [https://picasaweb.google.com/lh/photo/FWS16TsH7GSoIR_daOnRpTaLapmjHWa7Xag47Xjn_pc].
Hi, I will fix this issues in next release. Sticky footer is fixed, You can check on demo site.
The footer overlaps content. I’ve a datatable and when I expand the details the footer remain on the top of the rendered form.
Thanks for the news about a next update. Keep up the good work
Nice
Thanks
Hello, Congratulations, this theme is beautiful. Before I purchase it, I would like to ask you the following : 1/ Is it possible to add a kind of drag & drop move feature on the different blocks (especially interesting for dashboards reorganisation) ? 2/ Also, is it possible to have other color “bar gradient” than the 5 listed in your style switcher ? Maybe it is just replacing a color string in a css but I would like to be sure… Thanks a lot & best regards, Hervé
Hi. Thank you
Yes, it is possible to add drag & drop feature (but not in this week release, I’ll add this to my todo list ). Colors are very easy to change, but if you like I can add custom color scheme for you 
Thanks a lot for your answer. Having the drag & drop feature would really be great ! I’ll get back to you if I have some difficulties somewhere.
Hy!
Just a little “bug” of a forgoten class: Please add “
.mhover_(X) .ddsmoothmenu-v .pageselected” so that pageselected class is also available in vertical menu.. (CSS line: 707, 710, 713, 716 and 719)Regards, Tadej
Hi, thanks for letting me know. I will fix this in next release.
Hi,
I found out that the “showMessage” plugin included in the package is not the latest one (3.0). This prevents some functions to work nicely (notification inside a div for example). Afterwards, yoiu will need to update the associated css as the classe names have been changed by the author of the plugin.
Best Regards,
Hervé
Hi. Thanks for letting me know. I’ll update this plugin in next release.
Hi. How I can use de FileUpload used in form_extended.html exemple? I try to integrate this in asp.net but i can’t read the image value to save into db. Can you help me with this?
http://stackoverflow.com/questions/4350686/using-plupload-with-asp-net-c
http://www.plupload.com/punbb/viewtopic.php?id=1696
http://www.plupload.com/punbb/viewtopic.php?id=833
http://www.plupload.com/punbb/viewtopic.php?id=659
Thank You!
Where are the instructions ? Why doesn’t it display correctly in dreamweaver?. Looks good, but bought it as I don’t have the time to create a new admin dashboard, so far is taking quite some time to figure all out.
Please advise
Hi. Thanks for buying. I don’t use dreamweaver but it’s just html/css so it should open in any editor. Documentation is included in downloaded package click documentation in main menu or open documentation.html. You can use it as it is but if you want to customize this Admin you need html/css/js knowledge.
Hi tzd…
Any news about the next update?
New update for Pertho Admin will be release this week.
Tzd I have this [https://plus.google.com/photos/117718617897238411049/albums/5757289948109811265?authkey=CMO1p4fVmeGsGA] issue with the searchable drop-down.
Can you fix it on the next release?
Hi. Yes, it will be fixed in next release (this week).
tzd, what fonts do you use on the template logo?
Hi, it’s Myriad Pro and Arma Five.
tzd, any news about the new release?
Hi. Update should be available for download tomorrow.
Thank you for version 1.3. Great job.
I have a question about a possible feature: modal windows with drag control, maximize and minimize. Have you consider this idea for a future version?
Hi, thanks. I’ll think about your idea.