Jquery Conflict

 Hello
I have a multithemed multisite on my magento site. After installing your classy theme it is intergering with my other two themes as their javascript is not loading anymore. I have tracked down the issue to the file jquery min 1.9.1 in the js/jquery folder. When I remove this file it works fine again. Please help asap.

2 answers

Profile photo of sadra.ho 220.00 $tone December 8, 2014
Public

I think I figured this out for everyone else out there!
 
Basically the theme is designed quite badly as most things are put in the base folder rather than their own folder so if you have other modules they will probably conflict. The issue for me was in app/design/frontend/base/default/layout/jmbasetheme.xml as this jquery was being called with the others I had. The easiest thing I thought of was to delete the line 16 I think so that my jquery is coming from my other themes. At the moment it seems to be working.
 
The css files for the megamenu is also in the base so had a conflict with css as well so if the formatting is off have a look there!

#1
Profile photo of Mall Staff 184060.00 $tone December 9, 2014
Public

@sadra.ho:

The issue for me was in app/design/frontend/base/default/layout/jmbasetheme.xml as this jquery was being called with the others I had. The easiest thing I thought of was to delete the line 16 I think so that my jquery is coming from my other themes. At the moment it seems to be working.

 
Thank you for sharing the solution.

#2

Please login or Register to Submit Answer

Written By

Comments