719 comments found.
got it, thanks
on doc ready:
$("#nr_rate").chosen({
allow_single_deselect: true
});
var last_value = $("#nr_rate").val();
$("#nr_rate").chosen().change(function () {
if (confirm('Are you sure?'))
{
//Do redraw
draw_rate();
last_value = $("#nr_rate").val();
}
else
{
//Do Nothing, Prevent changing the value;
$("#nr_rate").val(last_value);
$("#nr_rate").trigger("liszt:updated");
}
});
Hi ,
A jquery related question if u can help. I’m using Gebo extended form elements.
I have a chosen selector(http://harvesthq.github.com/chosen/) and I want to confirm with the user before changing something like “Are u sure u want to change the selected option” ...
I cant figure it out how to prevent changing, i tried
$("#chosen_selector").chosen().click(function () {
///confirm and preventDefault
}
but the event never fires onclick…
only works with $(”#chosen_selector_chzn“).click but fires twice and cant cancel the changes.
any ideas?
Thanks in advance
Would you ever consider opening source to this on github for people that have purchased the theme (private repo, invite only). We modify it and contribute back to you and the other purchasers.
I hate seeing you support upgrades forever on this payment model. your time and energy and focus, on this are worth more and I would be interested in giving back some extensions we have.
Hi, thank You, I think it’s a good idea. I will think about it but first I have to check with themeforest support if I can do this.
Hi, Thanks for the great work. Would you please help me to find the documentation of this template?
Hi, thank you. Documentation is in documentation.html in Gebo Admin folder.
Hi,
While working with the theme I couldn’t help but notice the (to me) strange way the left side bar is built up.
I was wondering why you used a href=”#collapseOne” & id=”collapseOne” ? I’m asking because it’s sort of a nuisance to me for programming a variable loop to build up the menu.
Isn’t it perfectly possible to go without numbering the items ?
I’m sure there’s a good reason for doing it this way, I’d just like to know.
Best regards,
Sysme
<a class="accordion-toggle" data-toggle="collapse" data-parent="#side_accordion" href="#whateverYouWant">...</a> <div id="whateverYouWant" class="accordion-body collapse">...</div>
Hi! Great theme!
Can we make the template behave just like a native iOS application? For example using Safari and hitting “Add to Home Screen” button it creates a custom icon, a splash screen and it loads itself outside the Safari browser to give the user the impression it is a application not a web based system.
Regards!
Hi, I don’t think it’s possible. You can add shortcut to home screen but if you you click this shortcut it opens Gebo Admin in safari browser.
Hi, I found a problem with GEBO-admin (fixed mode) when zoom in the browser, the left menu is broken. The same problem is also with mobile devices. I asked for a solution to this problem, as GEBO we chose especially for mobile devices. Thank you.
Hi, what do you mean by “the left menu is broken”? It works ok for me, if the screen width < 979px then this menu is changed into dropdown (intentional behaviour).
When you make a zoom on the tablet or the browser you use ctrl + (in fixed mode). In Firefox it’s ok, but in chrome, the menu breaks.
Hi, sorry, I still don’t see this issue. Please make a screenshot and send it to me.
Hi, thanks, I’ll try to fix this in next update.
I have tables that could have hundreds of records, and some of the tables could have 10-15 columns. So using those three elements would be very helpful.
Thanks in advance for all the help you have been providing, it’s a great theme with a ton of capabilities.
Hi, sorry for delay. This “Gallery table view” is using datatable plugin, I think that for your tables You can use “Column show/hide” example from http://tzd-themes.com/gebo_admin/index.php?uid=1&page=datatable ( http://datatables.net/extras/colvis/ )
Hi, The temlate is great, thank you!
I i want to update bootstap to 2.2.2 can I? what is the safe procedure?
thank you in advanced
Carlos
I didn’t check this new version yet but there shouldn’t be any big issues. I’ll try to update Gebo Admin to latest bootstrap version this year.
Hi,
I have bought Gebo theme, how hard is implement it to use requirejs?
Hi, I don’t have any experience with requirejs so I can’t help You but it shouldn’t be that hard to implement this loader.
Hi tzd,
I have implement Gebo using Requirejs, all third libs have worked pretty fine, unless gebo_common.js. Take a look the error: Hora: 14/12/2012 20:07:54 Erro: ReferenceError: gebo_tips is not defined Arquivo-fonte: http://localhost:8090/js/libs/gebo/gebo_common.js Linha: 32
Hi, You got this message because not all functions are loaded before you call jQuery $(document).ready(function(){..}). Please check http://stackoverflow.com/questions/4535926/requirejs-and-jquery
I agree with you that not all functions are loaded, but jQuery $(document).ready(function(){..}) is inside gebo_common.js, so shouldn’t all functions are loaded? I am not Javascript expert, only happens with this js file.. I am investigating RequireJS..
Cheers
You can try to put $(document).ready(function(){...}) at the bottom but I’m not sure that will help. Please check http://www.netmagazine.com/features/essential-javascript-top-five-script-loaders (there you can find some info how loaders works and how to implement resource loaders).
bottom? I didnt get it.. you can explain..
Cheers
Hi, sorry, I forgot to add – at the bottom of gebo_common.js file. Just cut the part with $(document).ready(function(){...}) and paste it at the bottom of gebo_common.js (after function definitions).
Will there be an update to the latest Bootstrap? V2.2.2 was released on Dec. 8th. What about the other components?? How often do you provided updates?
Hi, I’ll try to update Gebo Admin this year (to latest bootstrap framework, jquery, jquery UI). It’s on my todo list.
Hi tzd,
Awsome template! But.. the dropdown buttons don’t work fine when test on mobile or tablet…
On web browser works great: http://img685.imageshack.us/img685/7640/pantallazo1ua.png iPad2: http://img819.imageshack.us/img819/411/pantallazo2j.png Galaxy S: http://img821.imageshack.us/img821/8945/pantallazo3om.png
Hi, what version are you using? I just checked latest version and it look ok. Please check demo and tell me if this issues are present.
I’m using 1.6v ( the last one ). Looks OK when button is align on the left. If you put on the right side, the button’s menu doesn’t work properly. Just try to put one of them on the top bar ( Jhony Smith ) and change your browser size
Hi, it work ok for me – http://img705.imageshack.us/img705/1587/gebov.png What’s your spec (browser, os, resolution)?
To test, i’m using this script to resize mi browser http://lab.maltewassermann.com/viewport-resizer/ i think that it works exactly like an original mobile or tablet
Edit: Have u try to test with iphone resolution? Browser: Chromium OS: GNU Ubuntu Linux Res: 1600×745
Hi, I tested Gebo Admin the same way (also on ipad3 and galaxy s3) and it looks ok http://img705.imageshack.us/img705/1587/gebov.png
Hi, I just bought your theme, where can i find the mobile version template? thanks
Hi, there is no separated mobile version, Gebo Admin is a responsive template so this it works good on desktop, tablet and mobile devices.
When i use iframe with this theme it behaviour changes rapidly.it shows random behaviour.On mousemove things change by itself.
Hi, could you describe this behaviour more. What’s exactly wrong? It shouldn’t matter if you embed Gebo Admin in iframe. Maybe there is some js issues with parent page.
This issue is coming in IE.if i include an Iframe in gebo not gebo in Iframe.Then its behaviour changes randomly.You also try to include an iframe.
Hi, sorry for the delay, I don’t see any issues with iframe embeded in Gebo Admin (I checked IE7, IE8, IE9). Maybe there is something wrong with page that you are embeding in iframe.
Which css files and .js files go with that item. I want to simply have a table like the example on the home page function properly on one of the custom blank pages I am building.
Thanks in advance for the help.
$('selector').mediaTable();
http://clip2net.com/page/m178032/38123012
p.s. maybe it has something to do with the Russian language? oO
Hi, sorry for the delay. It’s still working ok for me (I checked this in firefox, chrome and IE). Open js console and refresh page (ctrl+F5) and check for any js warnings and errors.
OS: Windows 7
Browser: Google Chrome (ver 23.0.1271.95 m)
p.s. In Internet Explorer, everything works fine
Please open js console (F12) in chrome and check for js errors. It works ok for me (same configuration).
I’m tryng to create a blank page. When I remove all objects, template stop working and page not load. Remain loader running.
Any solution or any way to do this?
Hi, please check for js errors (firebug or other js console). You can use blank.html if you want blank page.
Hello, I just bought your product and noticed that tooltips do not work in the section “Tooltips, Popovers” Ie hover on links, buttons, etc. instead of the beautiful pop standard tips (that screenshot: http://clip2net.com/page/m178032/38101527)
I am sorry for my English 
Hi, I just checked and tooltips works fine. What browser and system are you using?
Hi its awesome template where I liked it very much. I am using your tinymce plugin where I got problem with upload image button.When I tried to use same code it say some problem.I am using jsp page,you have done in php.I dont know how to congif in jsp,can you have any suggestion,Please help me in this 
Hi, thank you. I’m afraid that this file manager won’t work with jsp. I’m sorry but I don’t know any web file manager that will work with jsp.