music free template problem - load modules

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Oct 16, 2012 3:02 pm
Hi Gavick,
I have a problem with music free template.
When I Enable Simple Image Gallery Pro' Plugin v2.5.8, the modules applied with sidebar position can't load
Just the first module with sidebar position load, the others no.
Probably a little bug
What do I do?
Sorry my english, I'm Brazilian ;)
User avatar
Fresh Boarder

GK User
Tue Oct 16, 2012 4:55 pm
Hi,

Please check your JavaScript console for errors, probably the plugin returns an JavaScript error which blocks loading the rest of the page content.
User avatar
Administrator

GK User
Tue Oct 16, 2012 7:55 pm
How do I check JavaScript console for errors?
I don't know use JavaScript. :oops:
I have firebug, but no errors apparent.
User avatar
Fresh Boarder

GK User
Tue Oct 16, 2012 9:44 pm
I Found an error with Simple Image Gallery Pro' Plugin v2.5.8 ENABLE

Image
User avatar
Fresh Boarder

GK User
Wed Oct 17, 2012 7:45 am
probably it is a problem with the jQuery included in this plugin which is running without the jQuery.noConflict() - without it the jQuery overrides the $ function what cause problems with MooTools.
User avatar
Administrator

GK User
Wed Oct 17, 2012 4:25 pm
How do I fix this problem?
Can you help me?
User avatar
Fresh Boarder

GK User
Thu Oct 18, 2012 7:59 am
Could you provide me an URL to your website? Then probably I'll be able to help you.
User avatar
Administrator

GK User
Thu Oct 18, 2012 2:26 pm
User avatar
Fresh Boarder

GK User
Fri Oct 19, 2012 9:16 am
Please try to replace fragment:

Code: Select all
var loader = new Element('div', {
            'html': '<div>'+$(document.body).getProperty('data-loading-translation')+'</div>',
            'class': 'box gkSidebarPreloader'
         });


to the following code:
Code: Select all
var loader = new Element('div', {
            'html': '<div>'+document.id(document.body).getProperty('data-loading-translation')+'</div>',
            'class': 'box gkSidebarPreloader'
         });


in the js/gk.scripts.js
User avatar
Administrator

GK User
Fri Oct 19, 2012 2:54 pm
dziudek
YOU ARE THE MAN
It works :mrgreen:
Thanks a lot again for your help.
Apply the adjust in future updates at music free template for others users
Regards
See you!
User avatar
Fresh Boarder


cron