719 comments found.
Hi Great piece of software, Congrats! I´m looking the content of the zip file, but the images on folder gallery only contain grey boxes, is that correct?
Best Regards
Carlos
Hi, thank You. Yes, thats correct. This images are from Envato asset library and are used only for preview.
tzd, I’ve a problem when I use Regular tabs and Default Datatable. Every time I switch form tab the columns size of the table goes wrong. Can you help me with this? Do you have any example on your template that can help understand and put this work?
Thank you very much for your help.
Hi, please check this example http://datatables.net/examples/api/tabs_and_scrolling.html
Hi Can you help me how can I configure bar chart with run time values using php…you help is appreciated Thanks
Hi, please send me message from my profile page with more details.
Hi Tzd,
For the next update, would it be possible to get a few time/number pickers that have a scroll on hover over? So you can increase or decrease values with your mouse scroll wheel?
I am working on a very exciting project for a pretty big client. I have a small company so not many resources.. you and your theme have helped me out tremendously! Thank you again for all your hard work and wonderful design! When it’s all complete, i’ll send you some details to your support e-mail. You may find it interesting to see how your theme is being used out there 
Hi, thank You for your kind words. Please check “Spinners” example at http://tzd-themes.com/gebo_admin/index.php?uid=1&page=form_extended Is this something that you could use or you need something different?
Oops! I did not notice those!.. Yes, those will work well. Do you know from experience, if they can be modified to represent things like time?
Hi, you can use it for numbers but I don’t think that you can use it to represent time. I think this plugin will be better if you want time/date picker http://demo.mobiscroll.com/#theme=android-ics+light&mode=mixed&demo=time
I get this bug, see this image: http://www.pharaujo.com.br/printgebo.png How to fix this?
style.css and add
.modal {z-index:20000}
That should fix this issue.
Thanks, it´s works fine.
Thanks for your support… I have tear my hairs for that…...it works
Hi, I’m wondering why most bootstrap templates, like yours, do not support IE7 , although boostrap does. Can you tell me which features are not supported by IE7 excactly? Thanks, Uli
Hi, it would take a lot of work to make Gebo Admin template fully compatibile with ie7 (plugins, custom elements etc).
We have some problems with trying to incorporate some 3rd party controls in to the pages built in using gebo template. For example, we need some more powerful grid (like http://demos.devexpress.com/MVC/GridView/DataBindingToLargeDatabase) or some custom combobox (like http://demos.devexpress.com/MVC/Editors/ComboBox). The problem is that the styles are overlapping and we are getting problems with fixing them. Do you have any plans to incorporate some existing powerful controls for grids, combos, etc. into gebo?
Thanks.
Hi, not at the moment, but I’ll think about this. Your demos are not working, what kind of problems do you have with your elements?
Hello TZD , the datepicker gets mangled in October, how to fix this problem?
Hi, what do you mean by “the datepicker gets mangled in October”. I checked this datepicker and it looks ok. Please clear your cache and check again.
Sorry, I’m using an online translator.
see below that the prints did the problem only gets that way in October
October: https://dl.dropbox.com/u/39744367/datepicker-october.png
November: https://dl.dropbox.com/u/39744367/datepicker-november.png
Hi, I’m sorry but I can’t reproduce your issue with datepicker, for me it works ok, please send me message with more info (what os and browser are you using?).
Hi, please change name of jquery.cookie.min.js to jquery_cookie.min.js. That should fix this issue.
Please check http://www.caiapps.com/406-error-to-retrieve-jquery-cookie-js-file/
When you change this filename, please also update html source.
Hi, I am working on the Gallery and found that after I remove a ‘thumbnail’
How can I set it to auto reorganize after thumbnail removal?
Tks, Chong
$(window).trigger('resize');
after element remove.
For more info please check https://github.com/GBKS/Wookmark-jQuery
Hi,
When is the next version is coming out? I am debating between your theme and another, but I will definitely go with yours based of those fixes you have mention above for the upcoming release.
Thanks Harry
Hi, I’ll try to release update this week. Please send me message with features and fixes that you would like to see in this version.
Hi I had asked you about the way to remove sidebar completely from html. You had told me to remove
the html<a href="javascript:void(0)" class="sidebar_switch on_switch ttip_r" title="Hide Sidebar">Sidebar switch</a>
<div class="sidebar">
...
</div>
But this way the sidebar content is gone but the column remains leaving empty grey space on the left.I want the body content to fill up the entire space (like when you hide the sidebar). Thanks a lot. -Rizwan
Hi, please add sidebar_hidden class to body tag and remove this html code that I mentioned before.
Hi,
The DataTables FixedColumns are not working properly with Gebo.
If only horizontal scroll is used, the whole scrollbar is not visible. If both horizontal and vertical scroll is used, the vertical scroll is not visible. In both cases scrolls are visible when window is resized.
The fixed column td’s are not aligned with the other td’s. There’s a gap between the fixed column th and the first fixed column td.
style.css, remove !important from margin-bottom
.dataTables_wrapper table.table {clear:both;margin-bottom:6px;max-width:inherit}
add add this
.dataTables_wrapper .DTFC_ScrollWrapper .dataTables_scroll table.table,
.dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftHeadWrapper table.table {margin:0 !important}
Now, please check this code
// js
if($('#dt_fixed').length) {
var oTable = $('#dt_fixed').dataTable( {
"sScrollY": "400px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bScrollCollapse": true,
"bPaginate": false,
"iDisplayLength": 20
} );
new FixedColumns( oTable, {
"sLeftWidth": 'relative',
"iLeftWidth": 20
} );
}
// html
<table class="table table-striped" id="dt_fixed">
...
</table>
Hi again,
removing !important from margin-bottom removes the gap beetween fixed column column th and first fixed column td.
.dataTables_wrapper .DTFC_ScrollWrapper .dataTables_scroll table.table,
.dataTables_wrapper .DTFC_ScrollWrapper .DTFC_LeftHeadWrapper table.table {margin:0 !important}
has any effect.
Doing something like
.DTFC_LeftBodyWrapper table.table {border-top-width:0}
.DTFC_LeftHeadWrapper table.table {border-bottom-width:0}
seems to fix the alignment of the fixed column column th and the td’s
The scrolls are still not visible. Removingoverflow:hidden from
.dataTables_wrapper{position:relative;overflow:hidden}
makes the scrolls visible, although the right border of the table is not aligned with the right border of the search field. Also, I’m unsure if this will have impact on datatables where FixedColumns are not used?
Hi, please check this example http://tzd-themes.com/gebo_admin/index.php?uid=1&page=datatable_fixed Is it working for you?
Hi again,
I’ve opened the example in different browsers. The alignment of the fixed th/td and the rows looks fine. But the vertical scroll is not visible until the window is resized.
The only browser it works in is IE8 on Windows. It does not work in IE9 or Firefox on Windows, or Chrome, Firefox and Safari on Mac.
The datatables example http://http://datatables.net/extras/fixedcolumns/ works in all browsers
if($('#dt_fixed').length) {
function dtInit() {
// init datatable
var oTable = $('#dt_fixed').dataTable( {
"sScrollY": "400px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bScrollCollapse": true,
"bPaginate": false,
"iDisplayLength": 20
} );
// init fixed columns
var oFC = new FixedColumns( oTable, {
"sLeftWidth": 'relative',
"iLeftWidth": 20
} );
// redraw datatable after window resize
function resizeDt() {
oTable.fnDraw();
};
var resizeTimer = null;
$(window).bind('resize', function() {
if (resizeTimer) clearTimeout(resizeTimer);
resizeTimer = setTimeout(resizeDt, 100);
});
}
// wait for preloader
setTimeout(dtInit,1100);
}
This theme is not resolution independent if change the size of browser then it shows different behaviour. Why it is so, i can send you the screenshot.
Hi, what do you mean “is not resolution independent”? Gebo Admin is fully responsive, it looks good on desktop, tablets and mobile devices. Send me this screenshots.
If I don’t want sidebar has submenu, so that I can click directly. How to do that ?
gebo_common.js find
//* prevent accordion link click
$('.sidebar .accordion-toggle').click(function(e){e.preventDefault()});
and remove it
I think I have found a better way: Add class “direct” , and change the js to : $(’.sidebar .accordion-toggle’).not(’.direct’).click(function(e){e.preventDefault()});
that can use botn.
Also thanks a lot ! _ Fantastic Template !
hi, when i use Chrome Browser 9.0.597.107, sider-bar display both horizon and vertical Scroll-bars, is it a small bug?
Hi, I just checked this and there is a bug in this chrome browser. Chrome Browser v9 is 2 years old, it’s very hard to check all versions but i’ll try to fix this issue.
Had a problem with jquery stepy and validation. It seems that the jquery selector ’:input:enabled’ on line 292 of jquery.stepy.js does not select any elements when you have a ‘control-group’ inside a div (I needed to toggle certain inputs). The fix is to change the selector from ’:input:enabled’ to ‘input:enabled, textarea:enabled, select:enabled’.
Hi, could you send me example of your html/js code? :input should select all inputs, textareas, selects and buttons elements
Hi,
The menu doesn’t work no iPad. It’s not possible to select a submenu item.
Hi, I see that there are some issues with this mobile menu. I’ll replace this menu with something like http://lukaszfiszer.github.com/selectnav.js/ in next update.