719 comments found.
Thanks for the 1.5 update, very nice.
Can you disable the “offsite link” handling for any a tag with a button class? e.g.
a class=’btn btn-primary’ href=’http://google.com'>Google
What’s the way to disable that for now? Is there an easy to way say not to apply that handling to buttons?
Thx,
Tac
ext_disabled but if you want to disable this behaviour for all links with btn class open gebo_common.js and replace this function
gebo_external_links = {
...
}
with this
gebo_external_links = {
init: function() {
$("a[href^='http']").not('.thumbnail>a,.ext_disabled,.btn').each(function() {
$(this).attr('target','_blank').addClass('external_link');
})
}
};
Thanks! 
Some kind of dtree would be nice though, kind of like http://destroydrop.com/javascripts/tree/
Hi, I’ll think about this 
thanks, that worked!
Not working for IE8 . Blue Nav Header on top (Forms, components, Plugins etc..) covers half the search area. Works fine for ie9 though.
.navbar .user_menu a.dropdown-toggle {white-space:nowrap}
That should fix this issue (I’ll include this in next update)
Would you consider releasing a dynamic version of the script, so that we could run something like http://tzd-themes.com/gebo_admin/index.php?uid=1&page=user_static locally? We do a lot of work to take your theme and adapt it to our framework, and it’d be much simpler if we had the files already separated into the sidebar, header/footers, and individual pages. Is that how you keep them structured, then run it through some sort of script to create each individual page?
Please send me message from my profile page, I’ll send you php files from my demo.
Is this theme Resolution Independent.
Hi, yes, Gebo Admin works good on desktops, tablets and mobile devices.
This theme is excellent!
tzd, I’d like to bring to your attention an issue I encountered, but managed to resolve for the time being.
I believe that the minified version of chosen.jquery.js is not the same as the original. I was having an issue where chosen select boxes were not functioning properly (options were stuck at the bottom of the screen and not styled), but noticed that the template pages use the minified version instead of the original. I redownloaded the zip to make sure I hadn’t accidentally modified the original script, but no luck. I switched over and everything was resolved.
By the way, I also tested the latest source from GitHub and it seems to work fine.
Thanks!
Hi, thank you. I didn’t change anything in chosen plugin, both files (regular and minified) are from chosen github repository, v0.9.8. Maybe there was something wrong with the browser cache, for me minified version works ok.
i need only masked input on a form.
i start from form_extended.html
i delete element that are not of my interest, and on js keeping only base js and:
<!- masked inputs ->
<script src=”js/forms/jquery.inputmask.min.js”></script>
<!- form functions ->
<script>
$(document).ready(function() {
//* masked inputs
gebo_mask_input.init();
});
//* masked input
gebo_mask_input = {
init: function() {
$("#mask_date").inputmask("99/99/9999",{placeholder:"dd/mm/yyyy"});
}
};
</script>
but don’t work…..
Hi, please check js console for errors. And if you need more help please send me link to your site from my profile page.
hi
accordion:
is it possible to set “active” or “in” using jquery programmatically, not with php ? for example to save which accordion is open and which is active to hidden forms ?
btw, fanatastic product !!
Hi, thank you. Yes, it’s possible (you can use js cookies for this). Send me a message from my profile page, I’ll make this for you.
Hi
What cause tinymce editor to be hidden by default? I am using it in combination with wizard, and tinymce is not displayed. He is there, I can “see him” with firebug, but is not displayed.
Any help?
Hi, please show me your html code. How many steps do You have? Is Tinymce included in first step?
Hello,
how to insert data to database form calendar ? or Documentation.
Thank you.
Hello,
I purchased v1.3 about a month ago. How can I get the latest update to fix some problems I am having?
Thanks.
Hi, plese go to download tab and download new version.
Hello
The navigation bar on header is not working, when I clicked on Forms, Components and Plugins, the submenu does not show.
Please let me know how it can work
Also it does not work on your demo site: http://tzd-themes.com/gebo_admin/index.php?uid=1&page=dashboard
Thanks
Hi, I just checked and everything is ok (win 7; ff,chrome,ie) . Please tell me more about this (your OS and browser etc)
Thank you for response.
I am trying with Chrome Versión 21.0.1180.89, Ubuntu 12.04 LTS .
Hi, just checked this chrome version and it looks ok. Please open console and check for js errors (F12)
What’s the status of 1.5 w/Boostrap 2.1? You mentioned you were planning for a release today. Thx. -Tac
Hi, this update is almost ready (bootstrap 2.1.1;jquery 1.8;some plugins updated) but I need one more day to test if everything is ok. I think that update will be ready to download tommorow.
Thanks, I’ll keep checking here for the update.
Can you please let me know the changes to made for fixing the bug for Opera browser which you have fixed the bug in the current version . (I am confused as i have made lots of changes in the previous version of my application and want to solve the problem of opera browser)
if (jQuery.browser.opera && parseInt(jQuery.browser.version) >= 12) return ‘otransitionend’;before
var a=document.createElement(“bootstrap”)http://anton.lobovkin.ru/post/25165191954/opera-12-fix
Has anyone had luck getting a scrollable responsive table working in the system? curious if anyone wants to share or sell some code.
I probably like the zurb example best
here are some examples http://www.zurb.com/playground/playground/responsive-tables/index.html http://elvery.net/demo/responsive-tables/ http://dbushell.com/2012/01/05/responsive-tables-2/Hi, please open dashboard and check “Latest Orders” table (please also check http://www.consulenza-web.com/2012/01/mediatable-jquery-plugin/ and http://consulenza-web.com/jquery/MediaTable/ )
Hi, How can I keep the sidebar “sdb_h_active” class at the same position after i refresh a page?
sdb_h_active class with server side language. If you are using php there will be something like:
<div class="accordion-heading<?php if($page == 'active') { ?> sdb_h_active<?php }; ?>"> ... </div>
$('#transactionDate').datepicker({
format: "dd.mm.yyyy",
language: 'nb',
weekStart: 1
}).blur(function() {
$(this).data({date: dateString}).datepicker('update').children('input').val(dateString);
});
Hi, I don’t fully understand. You are setting format option for datepicker and you want to show other date format in coresponding input? Please send me more details
Thanks anyway. Believe me, once you start to use sass/compass you never go back. Regards.