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.

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

Hi, yes, no problem, I will add this in next release (should be ready before end of January)

I’m finishing a project and need to integrate http://datatables.net/release-datatables/extras/TableTools/bootstrap.html you will upgrade to version 1.7 today?

Hi, sorry, not today, I need 2 days more for this new release.

Is there an updated version coming soon? just checking, I thought there was one coming in december and I am about to kickoff another project and want to see if we are just a couple days away or if its been pushed out a while.

Thanks

Hi, update should be ready before end of January.

When can we expect a new version including an upgrade of jquery? There are some performance issues in the current version on Internet Explorer 8

Hi, update should be ready before end of January.

Any updates on the new release?

Hi, I just need a couple of days to finish this update.

Hello,

Can you tell me whether this theme uses "RequireJS" API?  I am deploying to a rails environment and have had trouble with themes that need requirejs during asset precompilation.
Actually it would be fantastic if you could tell me all of the javascript libraries on which this theme relies.

Thanks, Dave

Hi, Gebo Admin doesn’t use “RequireJS” API or any other resource loader. Main library that this template relies on is jQuery. There is a lot of jquery plugins included in Gebo Admin so it’s hard to list them all.

Thanks! I’m going to buy it and give it a try then because I’ve about had it wrestling with RequireJS.

Hello!

It’s possible to get back online this page:

http://tzd-themes.com/gebo_admin/long_sidebar.php

Thanks

Is it possible to add a horizontal scroll in the main-content view?

Hi, what do you mean by ‘horizontall scroll’? Do you nedd something like http://jscrollpane.kelvinluck.com/basic.html or simple horizontall scrollbar?

There is a regular horizontal scroll on the page but using this causes the content to go behind the input boxes in the sidebar..

Hi, please send me link to your site and more info about this.

I have a website with 2 forms. “Gravity Forms” Form 1 = http://meucondominiolegal.com.br/123/pagina-de-cadastro/ Form 2 = http://meucondominiolegal.com.br/123/lancamentos-de-creditos/

Do you support for installation and configuration? For in Form 1 = 4 possible users have For each User a page administrative “subscriber” With a Table own.

I can feed the table with which file? csv, xml, ....

thank you Edson

Hi, you can use Gebo Admin for anything you want but you must remember that this is a html/css/js template. There is no server side language included with Gebo Admin. I can help you with simple customization. Thanks

I have a website with 2 forms. “Gravity Forms” Form 1 = http://meucondominiolegal.com.br/123/pagina-de-cadastro/ Form 2 = http://meucondominiolegal.com.br/123/lancamentos-de-creditos/

Do you support for installation and configuration? For in Form 1 = 4 possible users have For each User a page administrative “subscriber” With a Table own.

I can feed the table with which file? csv, xml, ....

thank you Edson

Adding menu_hover class to body tag: <body class=”menu_hover”> provides unforseen results. The top navigation menu rarely stays open when moving the mouse to try to select.

I tested it on the default package, added class=”menu_hover” to the body tag, it seems to only stay open if you pull the mouse down the leftmost edge. Pulling the mouse down the left, the menu immediately closes.

Tested with firefox and IE, same result

Hi, I tested this issue and indeed sometimes hover on dropdown doesn’t work. This issue will be fixed in next update (I’ll try to release this update before end of January).

Hello!

I’m working on the dashboard.html file. However, whenever I take out the either of the following lines:

<div id="fl_2" style="height:200px;width:80%;margin:50px auto 0" /> <div id="fl_1" style="height:270px;width:100%;margin:15px auto 0" />

, my screen gets stuck at the loader. I’m not sure why this is happening. Could you shed some light on this please?

Thanks!

Hi, if you remove some elements that are conected to js functions you also need to remove this js functions from $(document).ready(function() {...}. This two lines are conected with charts, you need to open js/gebo_dashboard.js and remove
gebo_charts.fl_1();
gebo_charts.fl_2();
from $(document).ready(function() {...}

Hello, I looked at the comments here something to talk about how to put buttons edit and delete in the datatables not found.

   I’m having trouble inserting two buttons in each row. How do I? Anyone ever had this doubt here?

  Very fought for the help. Have you bought your template and congratulations for the work

Hi, please check your email.

I looked at my email but saw nothing. just received an alert forest theme stating that you had responded.

You sent me an e-mail? if yes could forward the email and lmonteiro81@yahoo.com.br lmonteiro81@gmail.com?

Thanks

Hi, there was some issues with my email account, Please check lmonteiro81@yahoo.com.br again.

Hello I purchased this theme and its has been working great on IE9 and on Firefox. All of sudden on IE the Navigation bar looks completely different while in Firefox it looks the same as the original.

IE looks like a select form dropdown. Firefox looks like a horizonal navigation whith menu items.

At first I thought it was that I changed something so I loaded the original unedited theme and the same thing is happening. Can you help?

Hi, please send me message from my profile page with more info about this issue (link to your site, your desktop resolution, os etc). Thanks.

Hi,

I have a question regarding the table with action button. I see in the code that the id is passed through: data-tableid=”dt_gal”. On the confirm box when selecting yes ill forward it to a php script which then delete the selected result. But i can’t figure it out how to pass the selected id (dt_gal) to php (or to another page)? Any ideas?

Thanks for this great admin script!

Kind regards

Thanks, i will look into it.

Hi TZD, I need to make top menu clickable even if it has submenu items and i can see if i put menu_hover class on body then it will dropdown on hover but my links are such that the main link is clickable e.g Students will bring list of all Students but if you click at the moment it does not follow the link. I think the current link action is on preventDefault somewhere but cant see where it is. Great Job Keep it up

Hi, please open gebo_common.js, find gebo_nav_mouseover function and add click event:
gebo_nav_mouseover = {
  init: function() {
    ...
    $('header li.dropdown > a').click(function(){
      if($('body').hasClass('menu_hover')) {
        window.location = $(this).attr('href');
      }
    });
  }
};

Hi TZD, how can I include into datatables a extra of TableTools like this: http://datatables.net/release-datatables/extras/TableTools/bootstrap.html ?

Thanks.

Hi, please send me message with this request from my profile. I’ll try to help you.

I’m sorry for not response. I got to include. Thanks.

Man, I’m really sorry – one other question. Btw your support is ridiculous. It’s amazing :)

Anyway – I have been playing with datatables and the other scripts that are prebuilt, and have not been able to identify what enforces the required columns.

For example, the Gallery Tables View (tables_more.html) has a checkbox column, followed by 5 others (an image, name, size, date, actions). If I delete one of the columns (both ‘td’ and ’/td’), and also delete the matching column from the ‘thead’ above it (where the row labels are made), I get a Datatables error message for the table with id ‘td_gal’ because it is looking for that particular parameter that I’ve deleted. Why is it looking for it? Under what file is this hard-coded? I’m hoping to get past this step so that I can display custom data using any rows and columns I need.

Thank you!

Hi, thank you :) If you delete one of the column you also need to adjust aoColumns array length (length of this array must be equal to the number of columns in the original HTML table), please open js/gebo_tables.js and check gebo_gallery_table.init()
...
"aoColumns": [
  { "bSortable": false }, // first column (checkboxes)
  { "bSortable": false }, // image
  { "sType": "string" }, // name
  { "sType": "formatted-num" }, // size
  { "sType": "eu_date" }, // date
  { "bSortable": false } // actions
]
...
Please also check http://www.datatables.net/usage/columns

OK it all makes sense now. The /lib/ files are the unmodified library files of the 3rd party script you used, and the ‘gebo’ prefix is the actual implementation in the site file itself. Now that I understand this structure, I will be able to modify things I need, and lookup the 3rd party documentation (in this case datatables.net) to understand usage. I appreciate your descriptive solution as it gave me what I needed to hopefully solve some future issues myself. :) +1 for you. I appreciate the help greatly.

Hey I love the theme, have a quick question for you.

Is it just the selector “in” that causes the sidebar accordion group to be ‘opened’ on page load?

I am not home to test, but from viewing source, it’s the only difference I can spot between “Calculator” and the other ‘closed’ accordion groups.

Thanks! Hopefully it’s that simple!

Hi, thank you. Yes, this “in” selector causes the accordion group to be opened on page load. For more info about accordion please check http://twitter.github.com/bootstrap/javascript.html#collapse

By the way, I purchased the theme, but it’s not shown on my account, I informed the Themeforest team about the problem.

Hi,

Sincerely thanks for this valuable admin theme. It greatly fits our needs. Are top menu elements on the left directly clickable? If not, could you please add a directly clickable menu element to the left bar?

Thanks, Rasit

Hi, thank you, it’s possible with few changes, please send me message from my profile page with this request.

Hi there,

I am encountering error as shown below on IE8, but ok with FF and Chrome. Any advice ?

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) Timestamp: Wed, 2 Jan 2013 08:34:25 UTC

Message: Expected identifier, string or number Line: 444 Char: 30 Code: 0 URI: http://xxxxxxxxx.net/allopencases.php

Message: Object doesn’t support this property or method Line: 78 Char: 21 Code: 0 URI: http://xxxxxxxxxx.net/js/gebo_common.js

Hi, i don’t see that issue in xp/ie8. Please send me message from my profile page with more info about this issue (which page is causing this error, which os are you using etc)

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