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 again. Just one more question, how can I get the select values on “Multiselect with search”?

Regards

Works now. Thanks, for your help.

Just one more thing tzd. I’m trying to integrate the afterSelect and afterDeselect, in your example, but seems this is not working. I’m replacing: $(’#searchable-form’).multiSelect(); to $(’#searchable-form’).multiSelect({ afterSelect: function(value, text){ alert(“Select value: “+value); }, afterDeselect: function(value, text){ alert(“Deselect value: “+value); } }); Can you tell me why this is not working? Regards.

Hi, I just checked
$('#searchable-form').multiSelect({
    selectableHeader : '<input type="text" id="multi_search" autocomplete="off" placeholder="search" />',
    selectedHeader     : '<a href="javascript:void(0)" id="sForm_deselect" class="btn">Deselect All</a>',
    afterSelect: function(value,text) {
        alert('value:'+value+'; text:'+text);
    },
    afterDeselect: function(value,text) {
        alert('value:'+value+'; text:'+text);
    }
});
and it works ok. Please check this code (if it’s not working please check for js errors).

Hi tzd. How can I put the Multiselect with search, adjust the width to the size of the text? I try with width: auto, but this didn’t work well. Can you tell me the rigth way to do this?

Regards

Hi,

Could you please help me with this.. I have a form with 6 input elements of different sizes and I want the form to fill the entire width of the page, not leaving a large empty space on the right.. I’ve just included the maincontainer below, the body has sidebar_hidden
<div id="maincontainer" class="clearfix">
            <div id="contentwrapper">
                <div class="main_content">
                    <div class="row-fluid">
                        <div class="span12">
                            <form>
                                <fieldset>
                                    <div class="control-group formSep">
                                        <div class="row-fluid">
                                            <label class="control-label">Label 1</label>
                                            <div class="controls">
                                                <div class="row-fluid">
                                                    <div class="span1">
                                                        <input id="field1" class="decimalMask input-small" type="text" value=""/>
                                                    </div>
                                                    <div class="span1">
                                                        <input id="field2" class="decimalMask input-small" type="text" value=""/>
                                                    </div>
                                                    <div class="span2">
                                                        <textarea id="field3" class="textAreaField" rows="1"></textarea>
                                                    </div>
                                                    <div class="span2">
                                                        <textarea id="field4" class="textAreaField" rows="1"></textarea>
                                                    </div>
                                                    <div class="span1">
                                                        <input id="field5" class="datePickerField input-small" type="text" value=""/>
                                                    </div>
                                                    <div class="span1">
                                                        <input id="field6" class="datePickerField input-small" type="text" value=""/>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </fieldset>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
Hi, please check this code
<div class="main_content">
    <div class="row-fluid">
        <div class="span12">
            <form>
                <fieldset>
                    <div class="control-group formSep">
                        <div class="row-fluid">
                            <label class="control-label">Label 1</label>
                            <div class="controls">
                                <div class="row-fluid">
                                    <div class="span2">
                                        <input type="text" value="" class="decimalMask span12" id="field1">
                                    </div>
                                    <div class="span2">
                                        <input type="text" value="" class="decimalMask span12" id="field2">
                                    </div>
                                    <div class="span2">
                                        <textarea rows="1" class="span12 textAreaField" id="field3"></textarea>
                                    </div>
                                    <div class="span2">
                                        <textarea rows="1" class="span12 textAreaField" id="field4"></textarea>
                                    </div>
                                    <div class="span2">
                                        <input type="text" value="" class="datePickerField span12" id="field5">
                                    </div>
                                    <div class="span2">
                                        <input type="text" value="" class="datePickerField span12" id="field6">
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </fieldset>
            </form>
        </div>
    </div>
</div>

Hi again,

Wizard will not work for us, since our users need to see the whole content of what they are entering (and scrolling works much better, than wizard). We actually already tuned padding – so having default style is okay now. What will help us – is to have horizontal form (where labels are at the left of the input controls not on top) with two column layout (we tried to do a little fix, but a labels go on top of the inputs when you are changing size of the page).

Also – are we eligible for version 1.5 if we bought 1.4? If so – how to download it.

Thank you!

Hi, to avoid this issue with overlaping elements please try to adjust form elements width (add class: span6, span 8 to inputs, selects etc). Yes, you can download for free new updates, go to download tab and download Gebo Admin.

Hello. The top menu has disappeared When accessed by the mobile device. What could be happening?

Hi, to see how this menu works, please resize browser on your desktop computer. For large displays and tablets in portrait mode you can use/see drop-down menu but for smaller displays this menu is visible after you click bar below logo.

Hi, we need to make a form containing a lot of input fields, date pickers, etc. And taking into account the spaces around controls we are getting a very long form (a lot of scrolls). Wondering about any chance to get some compact layout of and forms-extended example (i.e. where spaces are not so great). Thanks!

Hi, if you have very long form you can use wizzard plugin to divide your form elements into sections ( please check http://tzd-themes.com/gebo_admin/index.php?uid=1&page=wizard ) or check horizontal form example ( http://twitter.github.com/bootstrap/base-css.html#forms )

when I uploaded the files on web server and run any page , nothing gets display. page seems to be blank

Please send me message with link to your site from my profile page.

Hi, TZD thank you very much.

Hi Have purchased Gebo theme. It’s not working online but when I run offline it’s run perfectly. I assume DOM Js files are loaded properly.. can anyone help??

Hi, what do you mean by “it’s not working online but it works offline”, for me everything works ok offline and online. Please tell me more about your issues.

Hi Have purchased Gebo theme. It’s not working online but when I run offline it’s run perfectly. I assume DOM Js files are loaded properly.. can anyone help??

Hi, Would you mind including content grid and invoice template pages. Thanks.

Hi, thank you for your suggestions, I’ll think about it.

Is there a way to disable scrolling on the parent page when a modal is open?

Hi, please check this code
$('cbox selector').on('cbox_load', function(){
    $('html').css('overflow-y','hidden')
}).on('cbox_cleanup', function(){
    $('html').css('overflow-y','scroll')
});

Hi,

I’ve tested your code as well as the following:
$.colorbox({
                            width: '50%',
                            height: '90%',
                            iframe: true,
                            onLoad: function(){
                                $('html').css('overflow-y','hidden');
                            },
                            onCleanUp: function(){
                                $('html').css('overflow-y','scroll');
                            },
                            href: 'http://someurl.com'
                        });
But the result is the same, I’m still able to scroll the content out of view..
Hi, please check colorbox positioning (fixed: true) http://www.jacklmoore.com/colorbox

Hi, TZD . First of all, I greatly appreciate your reply. My issue at the menu top. I cannot show all of my items of menu. Please, follows 2 link of images for more details “http://i.imgur.com/aUzE3.jpg” and “http://i.imgur.com/Ow38L.jpg”. Thanks you so much for your time.

Hi, yes, I see, this limitation is from bootstrap framework, but you can use sidebar to put your menu entries (in sidebar you can have as many as you want).

Hi, OVEANDRE . Thanks for interesting in my issue. I’m using Chrome, but it does not work as well. My issue at top menu.

It seems to work in Chrome but neither Firefox or Safari. Which browser are you using?

Hi, I checked this in chrome, firefox, safari and IE. Put your cursor in first input field (keyword) and try it again (after tab click space bar).

Hi, I really interesting in your template, it matches my requirements what I’m looking for, except an issue of overload menu. I have over 900 records of menu items that ’s divided into 3 level. I will buy your template if you show me that we can get out of that problem. Please reply for me as soon as possible, I’m in need. Thanks you so much.

I want the user to be able to tab through all elements on the sidebar, including the search button. Is is possible to set the tab order here somehow? adding tabindex to the search button doesn’t seem to have any effect…

http://tzd-themes.com/gebo_admin/index.php?uid=1&page=search_page
Hi, it works for me, you can navigate to button also but you can’t press it because there is javascript:void(0) added to this button, if you use regular button
<button class="btn btn-gebo" type="submit" >Search <i class="icon-chevron-right icon-white"></i></button>
it should work

Hi? Would you mind including these pages?:

Content blocks
Tags
Blog
FAQ
Formbuilder
Location
Profiles

Thanks

Hi, thanks for suggestions, I’ll think about this.

Hi, I’m looking for a template for my site and I have saw your template, it’s so beautiful and matching my requirement. But, I have a problem with large menu, I cannot show over 900 records of my menu to your menu bar, cause some items are hided by screen. Could you help me solve this problem?

Hi, you can add as many as you like menu entries to the sidebar. There is scrolbar plugin added to this sidebar and this plugin handles scrolling (please check http://tzd-themes.com/gebo_admin/long_sidebar.php )

Hi, i just bought your template and i’m trying to integrate it with the symfony framework (admin).

I’m wondering if there is a date&time picker or a mask that allows user to insert date and time in just one input (for MySQL datetime column).

Thank you!

Hi, in Gebo Admin datepicker and timepicker are separated but if you need one input with datepicker&timepicker please take a look at http://trentrichardson.com/examples/timepicker/

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