719 comments found.
Firstly, excellent work on this template! Once I got me head around everything, its been great to work with.
I’ve been porting your template into an ASP .net MVC4 application, but I’m having a bit of an issue with the <header> tag section of the dashboard page. I have got everything on the page to work and look as it should, but for some reason the <header> section seems to be permanently collapsed and causing problems when the width of the browser falls to 962px and below. It causes the contentwrapper to move up to the top of the browser screen and behind the navbar making some content impossible to see.
I noticed that everything works just fine on the hosted demo version and i’ve been comparing to find the issue but have fallen short. Any ideas would be greatly appreciated!
Hi, thank you for your kind words. I just uploaded v1.6, should be ready for download shortly, please download new version and check if this issue is still present.
Having updated to version 1.6, i still have the issue mentioned above. Any ideas?
Hi, please send me meassage from my profile page with info and screenshots. Thanks.
using plupload, i don’t understand where i have to write upload destination adress for changin destination folder …
Hi, please check http://www.plupload.com/punbb/viewtopic.php?id=787
Hi tzd,
First of all: nice work! 
Second I found a bug in the task and message icon in the powerbar. If you click in any of them an open the modal you can see that the tolltip stays open. So if you resizes see browser image you can see that the tolltip is going from one side to the other. I guess that the tooltip should be closed when you open the modal.
Can you fix this in the next update too? Any news about when the update will be complete?
Many thanks!
Hi, thank You. This issue with tooltips will be fixed in next release. It will be ready to download monday/tuesday.
Hi, have a question in regards to the Chat component. I’m trying to re-use the chat from here: http://tzd-themes.com/gebo_admin/index.php?uid=1&page=chat and I’m trying to do that in my modal dialog.
I’ve copied over this element and all its content: and copied the css and js that I was missing, but Firefox raises the following error: ReferenceError: gebo_chat is not defined (and I do include gebo_chat.js)
My question is, what are exactly the dependencies (css, js) of the chat and cleditor components, so that I can put them into a separate html? I do not want to include all the css and js that are there, since I already include many of them in the parent window (the one that creates the modal dialog). Thanks.
gebo_chat = {
init: function() {
...
}
}
If you still have problems with this please send me message from my profile page (please include url to your site if possible).
Hi, How can I disable or hide the Actions column in a Gallery table view?
Thanks.
<th>Actions</th>and every
<td> <a href="#" class="sepV_a" title="Edit"><i class="icon-pencil"></i></a> <a href="#" class="sepV_a" title="View"><i class="icon-eye-open"></i></a> <a href="#" title="Delete"><i class="icon-trash"></i></a> </td>And change code for gallery table view in gebo_tables.js
gebo_galery_table = {
init: function() {
$('#dt_gal').dataTable({
"sDom": "<'row'<'span6'<'dt_actions'>l><'span6'f>r>t<'row'<'span6'i><'span6'p>>",
"sPaginationType": "bootstrap",
"aaSorting": [[ 2, "asc" ]],
"aoColumns": [
{ "bSortable": false },
{ "bSortable": false },
{ "sType": "string" },
{ "sType": "formatted-num" },
{ "sType": "eu_date" }
]
});
$('.dt_actions').html($('.dt_gal_actions').html());
}
};
tzd, I’m trying to use the tabs_accordion, more exactly the “Second section opened at start”, but I’m facing some problems when I’m trying to active the tabs via JavaScript. Can you tell me how can I active a new tab and close the active one via JavaScript? Thanks.
Please check this code
$('section id').collapse('show')
I’ve interest in buy your template, but i’ve got only a question. If i buy version 1.5 now, would can i download 1.6 and upper versions? or will i buy the newest versions now?
Thanks
Hi, if you buy Gebo Admin template you will get all future updates for free.
What are the essential files for the datepicker and stylized form fields? Always gives error when importing all js and css’s sample pages
<link rel="stylesheet" href="lib/datepicker/datepicker.css" /> <script src="lib/datepicker/bootstrap-datepicker.min.js"></script>For stylized form:
<link rel="stylesheet" href="lib/uniform/Aristo/uniform.aristo.css" /> <script src="lib/uniform/jquery.uniform.min.js"></script>
Hi Thank you for you beautiful template. Could you let me know a suitble tree plugin to use the the template. If you could include a tree example in a future version that will be great
Thanks Kem
Hi, I’ll add tree plugin to my todo list. Thanks.
- …. what i have to write?
Hi, I’m sorry but I don’t understand what are you trying to do? Please send me more info about this?
sorry, code was erased by system on my post…
i like to adjust image sizes on button of dshb_icoNav.tac beaucase instead to have a small icon jpg file, i use a jpg photo ones and so i neeed to shrink it.
Hi, please send me message from my profile page, I’ll send you code for this.
i need to modify these lines to obtain a resized picture image on button…. what i have to write?
- ok
Can you tell me what I need to do to make tabs on the left with border. The example you included shows border with tabs on top.
Hi, please send me message from my profile page with this request.
Hi, there seems to be a problem with the template when the width of the page is small enough. The menus are responsive and they transform according to the new width but below a certain width the menu isn’t unfolding anymore and none of the header buttons work. Actually nothing in the page is clickable anymore except for the “scroll to top” button that appears. Can you please confirm this and do you have a time for the fix ?
P.S. the template in the demo section of this store isn’t exhibiting those problems but the one i’ve downloaded yesterday ( 2012.10.23 ) does. I just put it in a folder ony my web server and started trying it out.
P.P.S. This does not happen on all the pages. It happens for sure on the dashboard page for example but not on the user_profile page no matter how much you minimize the width of the page.
Hi, this mobile menu will be replaced with new one, update should be available for download today.
Hello,
Beautiful template.
I have one question maybe you can help and maybe add as an update.
On the Wizard page I wanted to know when the user enters his/her details in the section – Wizard with validation and presses forward and the user is take to i.e. from personal info to contact info can a litle scrooler be added that shows the user is being moved to the next section like the dots between the personal info and contact info turn into animtaed gif/scroller.
I think this would be a nice feature to add to.
Thanks
Hi, thank you. That would be a nice addition, I’ll add your request to my todo list. Thanks.
tzd, please update your example of multi-select.js. This script goes on version 0.8 and on template is 0.2. Did you read my last post?
One observation: if I add jquery.multi-select.js instead of jquery.multi-select.min.js I’ve got an error $(‘input#multi_search’).quicksearch is not a function.
Hi, sorry for the delay. I’m still working on v1.6 update (I’ll also include multiselect update), this update should be ready tomorrow or day after tomorrow. This multiselect is using https://github.com/riklomas/quicksearch so please check if this plugin is included.
tzd, who can I put the “Multiselect with search” to auto adjust the size to the text in both selections???
Regards.
Hi, I’ll make this multiselect responsive, please wait for update (should be ready today).
Thanks tzd.
tzd, who can I put the “Multiselect with search” to auto adjust the size to the text in both selections?
Regards.
A small note; the bootstrap plugin script is missing from blank.html. Make sure you add it, if you use blank.html as your template 
<!-- main bootstrap js --> <script src="bootstrap/js/bootstrap.min.js"></script>
tzd, first of all, congrats, great work on this template.
we were planning to migrate to version 1.5 an application that is 20% done, is there any upgrade/update in your oven for the next days? Is it worth waiting for it a couples of more days?
Tks
Hi, thank you. Next update for Gebo Admin should be ready to download next week (monday/tuesday).
any update?
Hi, next update for Gebo Admin should be ready to download next week (monday/tuesday).
This is complete rubbish. Nothing is documented or commented. It is very difficult to use code bits and implement in other codes. Waste of money!
Hi, why do you say that this template is “complete rubish”? Documentation is included (documentation.html) and comments are present in html code. It’s a template, not fully functional admin panel, you need basic html/css/js knowledge to implement it with your aplication. Btw Gebo Admin has more than 1400 sales (5 stars) and you say it’s “complete rubish” 