719 comments found.
The date picker won’t close after selecting a date or by clicking off the calendar since the latest update. How can I fix this?
Hi, please check datepicker option “autoclose” ( https://github.com/eternicode/bootstrap-datepicker ).
I haven’t changed anything to do with the datepicker. It just started staying open since the last update. What file do I actually need to change? Not really good with javascript.
$('selector').datepicker({
...
autoclose: true
});
I’m terrible at this… This is the code. Can’t get autoclose to work no matter where i’ve put it.
gebo_datepicker = {
init: function() {
$('#dp1').datepicker();
};
$('#dp_start').datepicker({format: "dd/mm/yyyy"}).on('changeDate', function(ev){
var dateText = $(this).data('date');
}
var endDateTextBox = $('#dp_end input');
if (endDateTextBox.val() != '') {
var testStartDate = new Date(dateText);
var testEndDate = new Date(endDateTextBox.val());
if (testStartDate > testEndDate) {
endDateTextBox.val(dateText);
}
}
else {
endDateTextBox.val(dateText);
};
$('#dp_end').datepicker('setStartDate', dateText);
$('#dp_start').datepicker('hide');
});
$('#dp_end').datepicker({format: "dd/mm/yyyy"}).on('changeDate', function(ev){
var dateText = $(this).data('date');
var startDateTextBox = $('#dp_start input');
if (startDateTextBox.val() != '') {
var testStartDate = new Date(startDateTextBox.val());
var testEndDate = new Date(dateText);
if (testStartDate > testEndDate) {
startDateTextBox.val(dateText);
}
}
else {
startDateTextBox.val(dateText);
};
$('#dp_start').datepicker('setEndDate', dateText);
$('#dp_end').datepicker('hide');
});
gebo_datepicker = {
init: function() {
$('#dp1').datepicker({
autoclose: true
});
and check if it works.
yeah, that’s what I tried initially. Still no luck.
Hi, please check http://tzd-themes.com/gebo_admin/datepicker.html ( what browser and os are you using? )
works on that… No idea what’s causing it. Chrome is main browser but i’ve tried on all browsers.
Hi tzd.
I’m using this table example that you have here: http://tzd-themes.com/gebo_admin/index.php?uid=1&page=tables_more# The first table and I add another column with a button: I need to when click on that button show an alert with the content of this select row. How can I do this? How can I prevent that I user just select one row in time?
Kind regards.
Hi, please send me message from my profile with more info about this. I’ll send you html/js code. Thanks
Hello, Love the template! Have been using it for two months. I have a nagging problem on my login page, though. I have this in my style.css.erb file:
.login_page body {height:100%;
max-width:inherit;
margin:0 20px;
background-image: url(<%= image_path 'oap_dotlogo.png' %>);
background-repeat: no-repeat;
background-position: 5%, 80%;
background-color: #E3F5FD;
}
That is great, except on a phone where the background logo is a pain in the ass. I’d like to drop that logo on a phone.
I see that bootstrap-responsive.css already defines the .hidden-phone:
@media (max-width: 767px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important;
}
.visible-phone {
display: inherit !important;
}
.hidden-phone {
display: none !important;
}
}
So, how do I modify my code so that the background-image uses the .hidden-phone class?
@media (max-width: 767px) {
.login_page body {
background-image: none;
}
}
That should hide background image for mobile devices. https://developer.mozilla.org/en-US/docs/CSS/Media_queries
Nice! That worked fine – thanks! I thought I could make use of the .hidden-phone but your solution is working great.
Hello tzd, there’s a new version of chosen. Gebo 1.8 uses version 0.9.8 and the new version (0.9.11) fixes the width problems. Can you update it on next gebo version?
Hi, I just uploaded v1.8.1 to themeforest, it should be ready for download tomorrow.
Good morning.
i downloaded the new version of Gebo Admin 1.8, but the problem is with file widget.html, see the link with printscreen bellow.
Hi, thank you for letting me know, I just uploaded v.1.8.1 to themeforest (awaiting review), it should be ready for download tomorrow.
hello..how to add tooltips in my calendar?is it possible?thx…
Hi tzd, When I click the left nav var, the nav will ‘dropdown’ and highlight the item i was clicked, but after that, when i reload the page, the nav bar was restored to the original state(no drop and no highlighed item). What can i do to keep the nav bar’s state(remember the last click). Thank you so much!
Hi, you can use jquery cookie plugin to save menu state. If you need more info how to do this please send me message with this question from my profile page.
I sent you the message but didn’t receive any response, tzd, I’m waiting for you.
Hi, please check your email.
Is it possible for me to get older versions of this template? I am afraid that by changing the bootstrap version I am currently using, everything is going to me a mess!
Hi, yes, no problem, please send me message with this request from my profile page and I’ll send you older version ( which version? )
Hello, I would like to delete an item by using datatable icon ‘icon-trash’, the only action option for checkbox and dropdown. I look back, thanks.
Hi, please send me message from my profile page with more info about your request because I don’t fully understand what are you trying to achieve. Thanks
Hi,
Have you considered introducing a scheduler like this, http://docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:timeline, into Gebo?
Hi, this scheduler looks nice but unfortunately it requires commercial license (there is gpl license but end product must have the same license), I think that you can use fullcalendar for this. Please check http://tzd-themes.com/gebo_admin/index.php?uid=1&page=calendar ( http://arshaw.com/fullcalendar/ )
Hi, The fullcalendar doesn’t have the required functionality. We will aquire a commercial license for the scheduler, but it would be nice to have a matching css to fit the gebo template.
Hi, I understand but at the moment I can’t help You with this, sorry.
Thank you for the update, can you tell us in which files/divs/etc you applied the scrollbar fix? I just need that aspect of the update, but can’t seem to find the right section.
antiscroll.css antiscroll.js antiscroll.min.js
Hello, fantastic template. Just downloaded it. i will need your help and guidance. for the main content i need to have two widget boxes. the first widget box should be 720 px and the second widget box will be 200 px. also i want to have other widget boxes to follow underneath the second one.
Hi, thank you, please send me message from my profile page with more info. Thanks
I would really need an update regarding the CSS for the scrollbars! Please!
Hi, please check your email.
Hello! Great template! Very very appreciate, if update (or css-fix) for scrollbars will be soon! Thank you.
Hi, thank you, update should be ready today.
Very need this fix today, if possible – send me by e-mail, please.
Hi, please send me message from my profile page, I’ll send you fixed files.
I just updated Gebo Admin, please download it from themeforest.
how to permanently remove preloader?
<script> //* hide all elements & show preloader document.documentElement.className += 'js'; </script>from head and
<div id="loading_layer" style="display:none"><img src="img/ajax_loader.gif" alt="" /></div>
...
<script>
$(document).ready(function() {
//* show all elements & remove preloader
setTimeout('$("html").removeClass("js")',1000);
});
</script>
from body. That should remove preloader.
Hi, in Chrome the leftside-panel have scrollbar permanently. Hope this will be fixed. Great theme!
Hi, thanks, this issue will be fixed in next update (today or tomorrow).
What is the best way to add routing to the google maps page.
Hi, please send me more info about this request
Hi
I have problem to find in which file you initialize the TinyMCE editor. Can you tell me which file i should edit, so i can make TinyMCE to accept absolut urls? Also, can you send me script in which TinyMCE have upload image button?
Regards,z0reli
Hi, sorry for the delay. Please open gebo_explorer.js and check code in $(document).ready(function() {...} Please also check http://www.tinymce.com/wiki.php/jQuery_Plugin
When i use calendar, how can i get the value(day/month/year) and save to database with c#?
thank for your response!
I donwload your templat, and like it very much. But there is always a scroll bar around left menu bar, while the online demo does not have, are them the same version? Does anybody have the same problem? I don’t want the scroll bar at all, how can I remove it. waiting for your reply, thanks.
Hi, this issue will be fixed in next update (tomorrow or day after tomorrow).