Discussion on Godzilla

Discussion on Godzilla

Cart 161 sales
Well Documented

dreamwirenl supports this item

Supported

25 comments found.

How to change the text of the buttons in the table?

Hi Proteam, wich button?

With the delete button you can just change the text in the HTML: <button type=”submit” class=”red”> DELETE </button>

And for the next, last etc you can change the language with: https://datatables.net/examples/basic_init/language.html

Hi,

I think due to styling it’s not possible to TAB between form controls such as dropdown box and Checkboxes which normally would be possible.

Is it possible to keep the styling but allow tabbing between controls?

Hi, do you have a live example what the problem is? Then i can search for a possible solution for you. (you can email me at my profile http://themeforest.net/user/dreamwirenl)

Hi Dreawirenl, Sorry for the delay, I figured it out. I does indeed TAB correctly, just doesnt show the highlighted field which caused me some trouble :)

I am having trouble with Internet Explorer 11 and the table pagination. If I use developer debug and set emulation to IE10 or lower it will work as expected.

In the preview Godzilla works fine in IE 11? What is going wrong?

yes because my application have many main menu and submenu. Make the menu so long list. if can, i want hide submenu then show it on click. if you can do it, i very thankfully

Hi Helmi,

How i see the menu is that all main menu items are collapsed. When you are going to that main menu page that a user then is seeing all the sub menus.

If you still want the javascript menu then you must send me a email and i will look for you if i can simple made the function for your template.

can u make accordion submenu?

Hi Helmi_Smart,

You want that instead of the normal menu?

How do i make this fixed instead of fluid?

Hi Ajhenley,

If you check the style.css then you can change it to a fixed layout. (line 24)

hoe krijg ik de content van van een bepaalde php pagina geladen in een modal, iets op deze manier:

<a class="modalopen" href="register.php">registreer</a>

is dit mogelijk?

Beste Dstollie,

Dan zou je Fancybox of dergelijke moeten gaan gebruiken als je een externe URL wilt openen.

Of je kan is kijken naar dit: http://stackoverflow.com/questions/3729668/jquery-ui-dialogs-and-loading-external-content

Ik gebruik namelijk jQuery Dialog voor de modal windows.

how can I make more than one dropdown select boxes in different widths. for example, I would like to have drop down boxes at 200px, 300px, 400px and 600 px and I have researched ui-selectmenu but can’t figure this out.

Hi Usadomains,

You can do this:

Put on your select a class like:
<select class="small">
    <option selected="selected" value="">The selected one.</option>
    <option value="">Option number 1</option>
    <option value="">Option number 2</option>
    <option value="">Option number 3</option>
</select>

and in the forms.css you add the width like:

.ui-selectmenu.small{
    width : 198px;
}
.ui-selectmenu-menu.small{
    width : 236px;
}

The second with is for the dropdown and is alwasy 38px bigger then the width of the ui-selectmenu.

Have u “fixed” Template?

Hi html5page,

See the style.css how you can make it fixed! :-)

Hello,

how can i add more then one modal window in the same page/div?

Thanks – very nice admin theme!

Hi Nachto,

If you open costum.js and on line 93 you have the MODAL WINDOW function change that to:

// MODAL WINDOW
$('.modalopen').each(function() {  
    $.data(this, 'dialog', 
      $(this).next('.modal').dialog({
        autoOpen: false,
        closeText: '',
        resizable: false,
        modal: true,
        show: "fade",
        hide: "fade",
        width: 700,
        height: 410
      })
    );  
}).click(function() {  
    $.data(this, 'dialog').dialog('open');  
    return false;  
});  

$(window).resize(function() {
    $(".modal").dialog("option", "position", "center");
});

Ok, thx.

I found a very, very, very little spelling error at system messages “succes” right is “success” :D

I will change that, thnx!

Hi Rory,

thx for this nice template. It is possible to integrate a really nice realtime charts?

cu TheBold

Hi TheBold,

You want someting like this?: http://people.iola.dk/olau/flot/examples/realtime.html

Kind Regards, Rory

Yes, that’s what i mean :) .

Oke good i will try to put it in the next update!

Hi Can you help me? When i integrate into your “system” the ckeditor, its form is blowing out. Can you fix this to me? Thank you! Great template!

Hi Gaben,

Can you send me an email (see my profile page) with a link of the page so i can see what is going wrong.

Kind Regards, Rory

Hi, Great theme by the way. Is it possible to have a menu on top just like on Mustache, I love both themes but I need a combination of the two, or can the Mustache have progress bar?

Thanks.

Hi Frecinos,

In a next update i will put the progressbar option in the Mustache template.

Kinds Regards, Rory

Great theme, love it so far.

One thing I do find annoying is that it is very hard to see which submenu is selected. The shade of the selected is quite faint.

In a top level menu it is easy since the button activated to green, but if there is a list of submenu items, it becomes quite hard for me to easily glance over and see which one is selected.

Hi willemk,

You can simply change the background colors in the submenu.

- Open the style.css
- And search for the lines 121, 125, 158, 172.
- Here you can change te backgound. With this color they become a little darker: #f5f5f5.

I hope this helps you.

Kind Regards,
Rory

Stupid question is the one that you never ask! :)

Could this admin skin/theme be used for WordPress admin area?

Thanks.

Hi Razzc,

If you can build it in in, yes. But i think it not easy to do. (i dont recommend)

Don’t know if you’ve noticed but your number spinners only decrease, even when i mousewheel up, and/or press the up button =)

Hi QwibbleDesigns,

They are working on it… it’s a jquery 1.7x problem see: https://github.com/btburnett3/jquery.ui.spinner/issues/14

Kunt u nog steeds histogrammen toe te voegen aan de website? Dat er als volgt uitzien:

Beste html5page,

Bars zijn geen probleem om deze eraan toe te voegen ik zit alleen even met namen onder de bars. Dit gaat namelijk op 1, 2, 3, 4, 5 etc.

Is dit een probleem?

thank you :)))

Hello,

I’m looking for a template for one of my projects and this one is very close to what I want. The main thing I’m missing is a multi-level (at least 2 sublevels) menu, with submenus opening when I hover the item.

Is there any chance your template will feature this in the short future?

Hi tjveldhuizen,

I can make for you a second level on the left side so then you will have:

- Head menu
- Sub menu
- Subsub menu

That hover thing i will not apply because i think it’s someting that only you want and it’s not really user friendly.

Hello tjveldhuizen,

There is now a second submenu. :-)

Kind regards,
Rory

Cool Template, bought it just for lols. How do you use the colorpicker?

Hi Rinkle,
Thank you for your compliment.

What do you mean how do you use it? When you create a application when you can change colors or someting then you can use the colorpicker.

Kind Regards,
Rory

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