Discussion on Gebo Admin Responsive Template

Discussion on Gebo Admin Responsive Template

By
Cart 3,191 sales
Well Documented

tzd supports this item

Supported

This author's response time can be up to 2 business days.

719 comments found.

Just something to note, in ie10 on windows 8 the two modals in the top right (mail and calendar) do not load. the page darkens and clicking anything is disabled but the modals don’t load.

Checked the alerts page and the standard modal loads but the animated one does not.

Confirmed in 1.3 and 1.4

Thanks

Hi, I’ll check this issues and I’ll get back to you.

Hi, open bootstrap/js/bootstrap.min.js and add
if (jQuery.browser.msie && parseInt(jQuery.browser.version) >= 10) return 'transitionend';
just after
jQuery.browser.opera && parseInt(jQuery.browser.version) >= 12) return 'otransitionend';
that should fix issues with modals, overlays etc in ie10

I downloaded this hoping there was some type of documentation.

Do you think there ever will be one? This is the first admin panel I’ve downloaded and have no idea how to set it up.

Hi, there is documentation in Gebo Admin (documentation.html), I think it’s enough to get you started but if you need further help please send me a message from my profile page.

tzd, please check your emal.

Thanks

Hi, please check your email.

Hi tzd, Can you include a version like this: http://datatables.net/release-datatables/extras/TableTools/bootstrap.html on your template?

Regards.

Hi tzd, I removed the loading_layer (ajax_loader.gif), to see if when I open a new page the white page disappear, but not disappear. Can you tell me what is causing this white page every time I see a new page? And how can I avoid this?

Regards.

Hi, to disable this white page please remove
//* hide all elements & show preloader
document.documentElement.className += 'js';
from <head>

Hi Tzd,

I am having trouble finding the Style to change the User-Menu font-style. I am trying to get rid of the .hover effect on the text for the {nav user_menu pull-right} text…in the top navigation. I just want it to be a solid white color without any text-shadow or hover effect. Do you know where this property is in the style sheets?

Thanks so much!

Hi, add class user-dropdown
<li class="dropdown user-dropdown">
    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Johny Smith <b class="caret"></b></a>
    <ul class="dropdown-menu">
        <li><a href="user_profile.html">My Profile</a></li>
        <li><a href="javascrip:void(0)">Another action</a></li>
        <li class="divider"></li>
        <li><a href="login.html">Log Out</a></li>
    </ul>
</li>
and in style.css add
.user-dropdown > a,.user-dropdown > a .caret {color:#fff !important;opacity:1 !important;text-shadow: none !important}
at the bottom just before media queries. That should do it.

The sidebar here on ThemeForest says the last update was “29 August 12”, based on Bootstrap 2.0.3. I assume that 1.4 is not out yet, and that it’ll be based on Bootstrap 2.1, right? Can’t wait to see it—want to share a beta site with us, so we can look at it before the actual release? Thx. -Tac

Hi, I just updated Gebo Admin template but I didn’t include new bootstrap framework (it seem that there was a lot of changes in v2.1 so I have to check how many element needs to be updated). I’ll add bootstrap framework update to v2.1 to my todo list.

Hi,

The tables on this page is cut off on the right side on mobile phones. http://tzd-themes.com/gebo_admin/index.php?uid=1&page=datatable

Hi, thanks for letting me know, it’s cut off because there is too much content in datatables, if you want to use datatbles on mobile devices you can check “Column show/hide” example.

Hi

I would just like to know, if the problem with the sidebar menu in Opera has been solved in version that is available for download now, or one have to wait for the new version?

Regards,z0reli

Hi, yes, fix for this issues is included in v1.4 update (awaiting review). Should be available for download tomorrow.

Hi, I need to disable the sidebar completely for some of my pages (including the “Hide Sidebar Icon”). Can you let me know how I can do that. Thanks a lot.

-Rizwanur

Hi, if you don’t need sidebar please remove
<a href="javascript:void(0)" class="sidebar_switch on_switch ttip_r" title="Hide Sidebar">Sidebar switch</a>
<div class="sidebar">
  ...
</div>
from html

Hi There,

Great looking theme and pretty comprehensive. I’m having problems trying to remove the main charts from the dashboard but still keep the top small charts in place (in your example total sales etc) however, when I remove the fluid row containing the main charts the page hangs and won’t render.

I also removed the js calls for:

<script src=”lib/flot/jquery.flot.min.js”></script> <script src=”lib/flot/jquery.flot.resize.min.js”></script> <script src=”lib/flot/jquery.flot.pie.min.js”></script>

But the page still hangs. It only renders when I include the fluid row containing the chart divs.

Thanks for your help,

Phil

Hi, thank you. If you remove some elements from page you also need to remove corresponding js functions, eg if you remove charts from dashboard you need to open gebo_dashboard.js and remove
//* charts
gebo_charts.fl_1();
gebo_charts.fl_2();
from $(document).ready(function()

I am noticing that the left rail when docked right on a large monitor will separate from the grey background. How do we keep the “rail” on the grey, when on the right side.

http://screencast.com/t/bt2eio92

Thanks

Hi, yes, I know about this issue. It will be fixed in next update (it will be available for download tomorrow).

I would really like to appreciate you for this beautiful design. An very urgent need : The collapse accordion on the left hand side is 2 layer as collapsible , for few of my page i want it as 3 layer collapsible . please provide me a sample example and css changes required .

Hi, what do you mean by “collapsible layers”. Are you referring to sub-menu? Please clarify.

Hi tzd. How can I put the Sticky notifications to auto adjust the width size?According to the size of the text that is entered.

Regards.

Hi, please open lib/sticky/sticky.css and remove width from div.sticky-queue {}

Is it possible to change the language for the sidebar switch, “Show Sidebar” and “Hide Sidebar”, without modifying gebo_common.js?

Hi, no, not at the moment (I’ll add this to my todo list). If you want to change this labels you need to edit gebo_common.js.

Hi Tzd,

Will the update include the toolbar for pages? I have been trying to work something out for the last couple of days, but I’ve had no luck …

Thanks, looking forward to seeing the release!

Hi, yes, toolbar will also be included in next update.

When to release the new version?

do you update?

Hi, yes, new version awaiting review.

Thanks a lot.

Hi tzd, Did you receive my email?

Regards.

Just send the email again. Thanks

Hi, check your email.

Thanks tzd.

Hi -

I’m have some issues manipulating the datepicker (specifically datepicker dp2). The piece seems to work just fine on the extended forms page, but the second I pull it into my own custom page, the datepicking script no longer works.

What must I include in my header and footer to ensure this works (as in linked stylesheets and scripts). It seems that js/gebo_forms.js seems to have a lot of impact on functionality…?

HTML for DatePicker:
<div class="span3">
     <div class="input-append date" id="dp2" data-date-format="dd/mm/yyyy">
          <input class="span6" type="text" readonly="readonly" /><span class="add-on"><i class="splashy-calendar_day" /></span>
     </div>
     <span class="help-block">As component</span>
</div>
Hi, please make sure that you have in head section:
<link rel="stylesheet" href="lib/datepicker/datepicker.css" />
and in footer section:
<script src="lib/datepicker/bootstrap-datepicker.min.js"></script>
Please also check https://github.com/eternicode/bootstrap-datepicker for more info about this datepicker

I checked, and I have both referenced in my script.

It seems that if I try to remove even a single element from the extended forms example page, the entire page crashes and won’t load.

The datepicker simply does not work for me unless its in the exact way presented in the example, and its beyond me what the difference could be.

If you are using gebo_forms.js you need to comment/remove functions that you are not using eg if you don’t need progresbars you have to comment/remove gebo_progressbars.init(); from $(document).ready(function() but better approach would be to make your own js file (eg. my_form.js) and copy functions that you need from gebo_forms.js to this file (to avoid js errors)

HI,

Did you receive my email?

Lotan

Hi, please check your email.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey