GavickPro / Meet-Gavern

Meet Gavern Template for Joomla! 3.0
42 stars 41 forks source link

Tabs in Template Manager missing #218

Closed btwebmedia closed 9 years ago

btwebmedia commented 9 years ago

Hello: When I'm inside of the Template Manager for Gavern for some reason all of the tabs are visible. Most notably the "Advanced Settings" tab. Here's a screenshot. Any help will be appreciated. Thanks. screenshot

dziudek commented 9 years ago

Hello,

Do you have some errors in your JavaScript console? Do you have some 3rd party extensions which can affect the template settings output?

btwebmedia commented 9 years ago

Hello:

I've disabled all of the plugins and extensions and still no luck. Any other suggestions? Thanks.

dziudek commented 9 years ago

And what about your javascript console?

btwebmedia commented 9 years ago

Hello Dziudek:

I have the following errors in Chrome:

Uncaught ReferenceError: Hash is not defined index.php:80

Uncaught Type Error: Cannot read property 'initialize' of undefined http://training4ptsdtreatment.com/web/administrator/index.php?option=com_templates&view=style&layout=edit&id=9

Failed to load resource: net::ERR_CACHE_MISS

btwebmedia commented 9 years ago

In Firefox I get the following errors:

Use of getAttributeNode() is deprecated. Use getAttribute() instead. mootools-core.js:108

ReferenceError: Hash is not defined modal.js:7

TypeError: SqueezeBox is undefined index.php:80

Empty string passed to getElementById().

dziudek commented 9 years ago

Please try to change in the index.php file of the Isis back-end template the following line:

// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');

to:

// Add JavaScript Frameworks
JHtml::_('bootstrap.framework');
JHtml::_('behavior.framework', true);
btwebmedia commented 9 years ago

Hello I tried the suggested fix without success :(

dziudek commented 9 years ago

Please send me a back-end and FTP access to your website to dziudek[at]gavick[dot]com, I will try to fix it for you in my free time tonight or tommorow.

btwebmedia commented 9 years ago

Please check your email for the login information. Thanks for your help with this issue.

dziudek commented 9 years ago

I've no idea why you have wrong ordering of loading the mootols files, so I've moved the content of media/system/js/mootools-more.js to media/system/js/mootools-core.js and now it seems that all is working.

btwebmedia commented 9 years ago

That's a good question because I didn't modify the ordering at all. But thank you for all of your effort in solving the main issue. I really appreciate it.