Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Many Jqueries that creates conflicts

More
11 years 1 month ago #1976 by ToroLoco
Many Jqueries that creates conflicts was created by ToroLoco
Hello,
We have joomla 2.5.9, K2 2.6.5,kunena 2.0.4, Jreview 2.4.5.5 and Jomsocial 2.8.4 running on Gavick Pro Template Appsite.
We are facing some issues with jquery conflicts.

1) with Jomsocial once a module named "Community - Activity Stream" is activated the page is totally crashed. You can check the attached picture how is with the module enabled.

2) on the Kunena forum when clicking on a uploaded photo instead of opening it in lightframe it redirects on a new page with only the photo.

All above have been tested with beez2 joomla template and work.
It seems that there are conflicts between Appsite template and each component separately.

I have tried JQuery Easy but didn't managed to get rid of the conflists.
I have read some posts on your forum and noticed that you have very good idea of those cases.

Thank you in advance.
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1980 by admin
Replied by admin on topic Re: Many Jqueries that creates conflicts
Hello,
yes, your issues probably come from conflicts with the template. You did load your site with lots of extensions which all use jQuery in some way or another.
Do you have a URL I can look at? This is the only way I can really see what conflicts you have and lead you in trying to solve them.
Thank you!

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1985 by ToroLoco
Replied by ToroLoco on topic Re: Many Jqueries that creates conflicts
The site is www.e-camping.gr.

appreciate your help.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1987 by admin
Replied by admin on topic Re: Many Jqueries that creates conflicts
After a quick glance at the site, I can see that you should remove the jQuery library embedded in the script
www.e-camping.gr/components/com_communit....jquery-1.8.1.min.js
The problem is: this file includes sizzle.js.
So you probably have to manually remove the first part of the file and leave the second part.
Bad coding from the developers, who do not think out of the box...
Also, use jQuery Easy to load jQuery UI 1.8.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1988 by ToroLoco
Replied by ToroLoco on topic Re: Many Jqueries that creates conflicts
So you mean from the file that you mention below to remove part of the code?
What is the first part and which is the second?

Also from the Jquery easy shall we leave it with the default settings?

Also there should be an issue with the kunena forum, since when you visit below link and click on a photo it doesn't open on lightframe.

Link

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #1989 by admin
Replied by admin on topic Re: Many Jqueries that creates conflicts
If you open the file my explanations will be easier to understand. Remove jQuery, which is the first part.
jQuery Easy should be used with jQuery 1.8 and jQuery UI 1.8. That is all I see for now in this first attempt. Actually, jQuery Easy probably will eliminate the file I have talked about earlier. Change its name to sizzle.js once you have removed jQuery from it.

Olivier.

Please Log in or Create an account to join the conversation.