Template and jQuery problem

Feel free to talk about everything related to our Joomla Products
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 Mar 20, 2012 8:58 am
Hi, I have a problem with PostNote template and another plug-in that uses jQuery. The plugin creator said me that I have to put a
jQuery.noConflict();
before
Code: Select all
jQuery(document).ready(function(){  jQuery('.zoom').zoomy();});
 $GKMenu = { height:false, width:false, duration: 500 };
$GK_TMPL_URL =

Where can I find that file? What file I have to modify?
Thanks
User avatar
Fresh Boarder

GK User
Tue Mar 20, 2012 11:25 am
Hi

Our template framework is based on mootools library, so it's possible to have some conflicts with 3th party plugins jQuery based on.

This might help:
If you go PostNote J!2.5 template parameters > "Features" you will have the option to disable Mootools library on specific pages. You can use either itemID or option value.

screen.png


Try it and let us know ;)
User avatar
Platinum Boarder

GK User
Tue Mar 20, 2012 5:15 pm
Ok, I found that the problem wasn't related to your template but to another plugin. Thanks
User avatar
Fresh Boarder


cron