719 comments found.
hi the tpl dont show glyphicon-lock in chrome. as solved
Hi, please send me more info about this issue (if possible please also attach screenshot)
may i know why this template have a warning signal from Mozilla? im install the web developer tools on mozilla.. TQ
Hi, this warnings appears because of jQuery.migrate and jQuery bugs. Please update jQuery ( 1.11.1 ) and jquery.migrate ( 1.2.1 ) to remove this warnings. There should be no compatibility issues with other plugins but please check if this update won’t break anything.
hi i bought theme,but no document in zip file,where can i find document about theme?thank you
Hi, sorry for the delay, documentation is in documentation.html (main foleder).
i didnt found main foleder in zip file,can you sent me by email?
Hi, when you download Gebo Admin and extract it there should be two folders “gebo_admin (bs2)” and “gebo_admin (bs3)” when you open this folders there should be a lot of .html files and there you can find documentation.html
Hi, the action icons:
class=”icon-pencil” class=”icon-eye-open” class=”icon-trash”
Appear to be missing/not displayed in the table on page http://themeforest.net/item/gebo-admin-responsive-template/full_screen_preview/2440015
Can you let me know when fixed please?
Thanks, Paul.
<link rel="stylesheet" href="img/font-awesome/css/font-awesome.min.css" />to head section. That should fix this issue.
He tzd,
im interested in buying this template. im interested in image uploads and management. Can your system allow multiple image uploads, and if do, can the script be configured to upload to a logged in user directory instead of a fixed public folder?
Thanks, Paul.
Hi, “fileuplod” widgets are just styled fileupload inputs ( please check http://jasny.github.io/bootstrap/javascript/#fileinput ), “multiupload” is based on plupload js plugin ( http://www.plupload.com/examples/ ), you can upoad multiple files at once, there is also a lot of configuration options for this plugin ( http://www.plupload.com/docs/Options )
Hi, a minor css fix on bs3 version.
replace .nav-list with .nav-pills into /css/{style}.css (brown, black, green, etc)
Hi, thank You for the info, I’ll add this to my todo list.
Hi TZD i got a problem with sidebar switch in some pages it is working fine and in some pages it is showing like disable mode like no click is working,can you please suggest me is there any thing extra need to be added in Js file.i sent you a screen shots to your support mail
Hi TZD ,i found out the reason which is causing the problem,in my page i have both switcher related js and Facebook auto suggestion related Js means which is both having click functions that is why sidebar switch is not working in that page both functionalities are important for me in that page ,is there any possibility to change click method to any other name please suggest me
Hi, I’m affraid that you need to use click event to activate this function, It’s strange that this two click events interfere with each other. Please check once again this events.
Hi TZD,i tried by taking out Facebook Friend finder related Js then side switcher is working fine,i mostly believe that is the exact reason.for both functionalities click event is required,i mean when i click only both side switcher and auto suggestion for Facebook friend will work,can you please suggest any possibilities to overcome this issue,thanks in advance.
Hi, I’m sorry but I don’t know what is causing this issue. Please open js console and check for js errors, maybe there you can find what’s wrong.
Hi, i bought the Gebo template and on the left side theres a panel … my question is how can i do to make another panel with the same behaviour in the right side?.
Hi, TZD could you please help me with this … i really need help on this one.
Hi, it’s quite difficult to add another panel to Gebo Admin, there is a lot of elements that depends on panel position and width. You can move sidebar to right by adding sidebar_right class to body.
Hello,
We are trying to use the pie chart (the visitors by country of the dashboard of the live review site).
<canvas class=”base” width=”307” height=”200”></canvas> <canvas class=”overlay” width=”307” height=”200” style=”position: absolute; left: 0px; top: 0px;”></canvas>In the live review site (http://gebo-admin-3.tzdthemes.com) the pie works properly when you hover over the pie in order to see the percentage of each pie element.
But when i downloaded the gebo files in my computer and tried to use the Pie chart there is a problem when I hover on the pie.
Try to move the cursor in different parts of the pie and then you will see that the hover on the pie does not work properly. The tooltip with the perceantge is displayed when i hover even outside of the chart.
Can you please help us in order to fix this issue?
gebo_charts = { fl_2: function() { } } and replace tooltip init code with this one:
// Create a tooltip on our chart
elem.qtip({
prerender: true,
content: 'Loading...', // Use a loading message primarily
position: {
viewport: $(window), // Keep it visible within the window if possible
target: 'mouse', // Position it in relation to the mouse
adjust: { x: 7 } // ...but adjust it a bit so it doesn't overlap it.
},
show: false, // We'll show it programatically, so no show event is needed
style: {
classes: 'ui-tooltip-shadow ui-tooltip-tipsy',
tip: false // Remove the default tip.
},
hide: {
event: false
}
});
// Bind the plot hover
elem.on('plothover', function(event, pos, obj) {
// Grab the API reference
var self = $(this),
api = self.qtip(),
content,
// Setup a visually pleasing rounding function
round = function(x) { return Math.round(x * 1000) / 1000; };
// If we weren't passed the item object, hide the tooltip and remove cached point data
if(!obj) {
api.hide();
} else {
percent = parseFloat(obj.series.percent).toFixed(2);
// Setup new content
content = obj.series.label + ' ( ' + percent + '% )';
// Update the tooltip content
api.set('content.text', content);
// Make sure we don't get problems with animations
api.elements.tooltip.stop(1, 1);
// Show the tooltip, passing the coordinates
api.show(pos);
}
});
That should fix this issue.
Hi Tzd i am facing a problem with Enhanced select ,i kept both css and js as you suggested for previous other posts,but for me it is not getting as like in template just coming dropdown, i tried keeping the div in blank.html,but it is not showing as it is showing form_extended,i kept the same div in form_extended.html it is working good there.please help me i want to exact functionality how it is working in form_extended.waiting for your mail,thanks in advance.
Hi, please check your email.
Hi TZD, i am using the old version gebo_admin_1.8.1,please check my detailed mail sent to your support mail.
Hi, please check your email.
Hi TZD have you seen my last mail sent to you on Mar17 .
Hi, please check your email.
Hi TZD i am facing a problem sidebar switch it is working fine,but when i am trying to open my application mobile browser’s first time only my menu’s getting in hidden mode,after click on show menu’s it is displaying,it is getting default like that or am i making any mistake,please clarify,thanks in advance.
gebo_sidebar = { ... } and make following changes
if($(window).width() > 979){
...
} else {
// comment folowing lines to show sidebar on page load
//$('body').addClass('sidebar_hidden');
//$('.sidebar_switch').removeClass('on_switch').addClass('off_switch');
}
Hi Tzd Can you please respond to my mail,thanks in advance.
Hi, please check your email.
Hi, I want to modify the side scroll bar functionality in order to affect only one item and not the whole group.
Hi, this is not possible at the moment, it would require a lot of changes to html/css/js to make it work on single item.
@media (min-width: 760px) {
body {max-width:760px;margin:0 auto}
header .container-fluid {max-width:760px;margin:0 auto}
#maincontainer {border-right:1px solid #ccc;border-left:1px solid #ccc}
.main_content {border-left:none}
.sidebar {left:50%;margin-left:-380px}
.sidebar_switch {left:50%;margin-left:-620px}
.sidebar_hidden .sidebar_switch {margin-left:-832px;left:50%}
.sidebar_right .sidebar {right:50%;margin-left:0;margin-right:-840px}
.sidebar_right .sidebar_switch {left:auto;right:50%;margin-left:0;margin-right:-836px}
},it is showing good,but when i added same in FACEBOOK,my side menu’s are not displaying,waiting for your reply.please respond quickly.thanks in advance.
Hi, I’m very sorry for the delay. Please check your email.
Hi TZD when i made the above changes for media in style.css,and running my application ans seeing in normal browser it is showing good as what i required with in 760Px space even side menu’s are also displaying,but when i added my application in FACEBOOK for the first time after login sidemenu’s are just coming like a blink and gone not displaying,i don’t know why i am getting like this.please suggest me any changes.
Hi TZD i tested my application in mobile browser side menu’s are displaying i didn’t change any css just kept as it is given by you, in normal browser every thing is fine,but when i tried to login same application in mobile browser no sidemenu’s display’s.i will send you test link to your suppot mail,if you want you can test my application both in normal browser and mobile browser.
Hi, please check your email.
Hi, the v3.0 can i update easily to bootstrap 3.1.1? the core js and css are untouched?
Hi, sorry for the delay. Core css/js are untouched so you can try to update bootstrap to latest version, there shouldn’t be any problems.
Hello,
I have got a question. Is it possible to use 3 ore more componets like the datatable with tools on the same site. i have allready tried to change name and id of the component but i cant use the tools in table 2 und 3. what do i have to do to make this possible?
Thanks for answering my question.
best regards Stefan
Hi, sorry for the delay, it seems that’s possible to use multiple datatables on one page, please check https://datatables.net/examples/basic_init/multiple_tables.html and http://datatables.net/forums/discussion/13429/tabletools-not-working-for-multiple-datatables-in-multiple-jquery-ui-tabs/p1
http://themeforest.net/item/bucket-admin-bootstrap-3-responsive-flat-dashboard/6642985?WT.ac=solid_search_thumb&WT.seg_1=solid_search_thumb&WT.z_author=ThemeBucket
Hi, thank you for your suggestion, at the moment I’m very busy with the new admin template, as soon as I finish this template I’ll try to implement this menu component into Gebo Admin. Thanks.
Hello, how can i make sortable images at gallery? $(’.wmk_grid .items’ ).sortable. Ajax is working, but the images doesnt replacing.
Hi, please download gallery grid plugin from https://github.com/GBKS/Wookmark-jQuery and check example from /example-sort folder
Thank you. But i don’t undestand how to make $(’.wmk_grid .items’ ).sortable. – to sort picture by dragging picture
Hi, could you send me message from my profile page with more info about this, I don’t fully understand what you are trying to achieve.
On my downloaded file as well as on the demo, for the calendar plugin.. I’m not seeing the next and previous buttons… Can you tel me what I’m missing?
// remove this lines
buttonText: {
prev: '<i class="icon-chevron-left cal_prev" />',
next: '<i class="icon-chevron-right cal_next" />'
},
// add this lines
buttonText: {
prev: '<i class="glyphicon glyphicon-chevron-left cal_prev" />',
next: '<i class="glyphicon glyphicon-chevron-right cal_next" />'
},
how to keep selected accordion sub menu open even after page refresh?
Actually my question is i implemented your template in my application,the problem is when click on menu it will show sub menu’s and when i click on submenu’s it will redirect to another page,and all the menus are closed now i have to show the previous selected submenu active even after page refresh,i don’t have much idea in javascript,please help how to do this.thanks in advance thanks in advance
in to div with class accordion-body eg if you are using php it should be something like this
...
<div class="accordion-body collapse <?php if(active_page) { ?>in<?php }; ?>" id="someID">
<div class="accordion-inner">
<ul class="nav nav-list">
...
</ul>
</div>
</div>
Hi i am not using php just a JSP page,can you please give me clear example in jsp
Hi i am not using php,just a jsp page,i am using nested menu list so if i keep ‘in’ class every menuitems showing collapse i just want to show the selected menu active,is is possible to do with any javascript,please give me an example
Hi, please send me message from my profile page with this request and if possible link to your site.
Hi TZD have you seen my mail?
Hi, please check your email.
Hi, where can I find the example of applying the wysiwyg for the textarea? I couldn’t find it in the example files. Thanks…
Hi, you can find this example in form_extended.html “WYSIWG Editor with integrated File Manager” please also check http://www.tinymce.com/wiki.php/installation
Hi,
I have been trying to get the Enhanced Select on my page but it doesn’t work. Do you have an example with just that on a screen.
Thank you by the way.
Hi, sorry for the delay, please check your email.
I haven’t receive anything!!!
Hi, I’m sorry about that but I sent you message on 14.01.2014, I just checked and I got message from my mail server that message to you can’t be delivered. I don’t know why. Could you send me message from another email address?
I sent you a message with my email address
Hi, please check your mail.