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.

Hello

I downloaded version 1.7 of GeboAdmin, see how is the scrollbar (link), how to solve this problem?

Hi, this issue will be fixed in next update (tomorrow or day after tomorrow).

Hi

I had purchased this template some time back & while going through this comment history I realize there are different issues which have been fixed by you & sent updates to individual.

Is there any consolidated update that is available which I can use to update code at my end.

Issues that I have noticed till now:

1. Sidebar on some in some machines show scroll bar, that overlaps Hide Side bar icon. 2. Nav menu using “mobile-nav” is visible twice in top bar. Noticed in IE 8. 3. Post clicking on any link in side bar closed the expanded menu item.

Thanks in advance.

Vikas

Hi, there is no consolidated update, if you download Gebo Admin template from themeforest then you will get latest version with all updates. Scrollbar and ie8 issues will be fixed in next update. What do you mean by “post clicking”?

From post clicking I mean, when you click on a menu item from side bar, it loads the page but menu will collapse & user don’t know which link was clicked.

Hi, you need to add class in to accordion-body to open active section at page load (using server side language) Please check http://twitter.github.com/bootstrap/javascript.html#collapse

And also, when i delete all data in , the page will only blank.

Hi, when you delete html data you also need to delete coresponding js function, please open js console (F12) and check for js errors. If there will be errors please remove this functions from $(document).ready(function() {...}

Now i’m using Gebo v1.6 (05.11.2012) but has some issues, when i create Dashboard page(in asp.net is Dashboard.master), it can not load perfectly like yours, i copy all your code but it still run badly.

Scenario 1: I disable ’<script src=”lib/qtip2/jquery.qtip.min.js”></script>’, The main content, i want a blank page(it’s good now) but the sidebar, it show default scrollbar instead of ‘antiscrollbar’ although i’ve added the antiscrollbar css and js files

Scenario 2: I enable ’<script src=”lib/qtip2/jquery.qtip.min.js”></script>’, and the page is only show blank.. I think some thing wrong with qtip2, can you help me?

Hi, please send me message from my profile page, I’ll send you unstructions how to fix scrollbar. About qtip please open js console (F12) and check for js errors.

The left-hand menu scroll bar doesn’t work well in chrome. there are one problem there. how can i fix it or when you fix it?

Hi, please send me message from my profile page. I’ll send you instructions how to fix this.

I just upgraded to Gebo 1.7. About 50% of the datatables are now appearing with a scrollbar. The table width is being rendered just a little bigger than it should be. If I take out “sScrollX”: ‘100%’ the decoration on the right hand side is truncated. It’s about 10 pixels.

Hi, I don’t see that issue, everything is ok for me. Could you send me message from my profile page with more info (browser, os, resolution etc). Thanks

Does gebo admin have style for treetable : http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/

I need this component and i am using gebo admin.

If you do not have support can you specify a path to style the treetable to be like the other gebo styled components in the page, thanks

Hi, there is no styles for treetable included in Gebo Admin. I’lll add tree plugin (http://wwwendt.de/tech/dynatree/doc/samples.html) in next update.

i need for dynatree too. thanks

Hi, dynamic tree plugin will be included in next update. thanks.

Another question _ (since we’re at it anyway ;-))

Is there any way to make the pagination of the tables show at the top of the table AND at the bottom ?

Hi, amazing template it’s helped us out a lot.

I was wondering if there was any way to define the pagination for not just records in the tables but for the tables themselves ?

So at this point when you use the pagination you use it on the records held by a table.

On some pages we render a vast amount of tables, would it be possible to put them into the pagination ?

Hi, thank you. I don’t think that this is possible but you can use accordion or tabs for your datatables (In my opinion accordion is better option). You can show pagination at the top and at the bottom at the same time (you can rearrange all elements), please check http://www.datatables.net/examples/basic_init/dom.html In Gebo Admin use it like this
"sDom": "<'row'<'span6'<'dt_actions'>l><'span6'pf>r>t<'row'<'span6'i><'span6'p>>",

The left-hand menu scroll bar is lose css in chrome 25.0.1364.97 m

Hi, I’m aware of this issue, it will be fixed in next update. If you need instruction how to fix this please send me message from my profile page.

Hi, One question: How can I set the sidebar to show just in mobile devices? Thank you Ronaldo

Hi, open style.css and add this code
@media(min-width: 768px) {
  body { background: #fff }
  .sidebar, .sidebar_switch { display: none }
}
at the bottom. That should help.

Hello just purchased the template, but then when i installed on apache I see differences in the menu, there is a big difference around the “scroll”, is not elegant as the demo version on-line, you see a scroll on the right side of the menu (left), classical appearance scroller equals windows xp , which leaves the ugly leaves. I am sorry for my english translate Brazil and used. error only for chrome: look: http://migre.me/dsHXj

Hi, this issue will be fixed in next update (next week). Please send me message from my profile page, I’ll send you updated files.

When the side bar is closed and the page is refreshed, the side bar opens again. Is there a way to keep the side bar closed until the icon at the top left is clicked again or am I missing something? Thank you!

Hi, it’s not default behaviour but you can set this with jquery cookie plugin ( https://github.com/carhartl/jquery-cookie ). If you need more help to implement this functionality please send me message from my profile page.

Hi! Thank you for the theme, it looks great and is very well put together. A question I have though is if you have a way to add content dynamically to the popovers via ajax?

When mobile is in portrait orientation, the language select dropdown is hidden to the left of the screen.

using iphone 4S.

Hi, thanks for the info, it will be fixed in next release.

HI, i just had to update the masked input js files – could you update them for the next release, i did not found any problems at the moment.

Hi, thanks, I’ll update them for next release.

I can recommend this theme but there are some concerns about Firefox and Chrome regarding sidebars and scrolls. Perhaps there is an update soon :-)

Hi, I fixed this issues on dev already (if you need this now please send me message from my profile page, I’ll send you instructions how to fix this). Update should be ready before second week of march.

Hi,

I send you a message but I not have answer yet, please heck is about how validation spinners

Thanks

Hi, please check your email.

Hi! Probably not your bug, but using datatables and tabletools with firefox freezes the screen if you just click the save dropdown and just close it, without selecting anything. After that, you are not able to click any link on the page, nothing happens unless you reload the page. Do you have a clue, why this happens? Using Firefox 18.0.2, IE9 seems to work ok, so this is definitly a browser issue of somekind.

Hi, yes, I see this issue, there is a transparent layer that overlays whole page (it should be removed from html code when dropdown menu is closing but sometimes it isn’t). I’ll try to fix this in next release.

Hi, We are really happy with your template so far. Could you give us an hint on how can we use a tree plugin with Gebo template which will also be compatible with bootstrap. Would you recommend jsTree jqeury plugin to use with gebo?

Thanks Kem

Hi, thanks, jsTree is a good plugin that you can use with Gebo Admin but I don’t have much experience with it. Another good tree plugin that you can use is http://code.google.com/p/dynatree/ (very flexible and a lot of options)

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