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

Leave a review

file JQEASY_JQLIB & JQEASY_JQNOCONFLICT errors

More
10 years 9 months ago #2483 by Robert G
Hi,

I keep getting the following error messages in my email inbox:

The following URL doesn't exist on the website www.mywebsite.ca :
www.mywebsite.ca/JQEASY_JQNOCONFLICT

The following URL doesn't exist on the website www.mywebsite.ca :
www.mywebsite.ca/JQEASY_JQLIB

I am also using JCH_Optimize plugin but have jQuery noconflict turned off in it. Tried it the other way but it makes no difference.

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

More
10 years 9 months ago #2484 by admin
Hello,
jQuery Easy works a certain way and it seems like it conflicts with optimizations made by the JCH_Optimize plugin. For instance, if you are using the javascript optimizations offered by that plugin, it will aggregate script files that have not been fully modified by jQuery Easy yet.
At this point, both plugins CANNOT work together.
I will study the JCH_Optimize plugin and see if there is any way I can make it possible.

Olivier.

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

More
10 years 9 months ago #2485 by Robert G
Replied by Robert G on topic Re: JQEASY_JQLIB & JQEASY_JQNOCONFLICT errors
Thanks Olivier,

I am only using JCH_Optimize to minify css, javascript, and HTML. I also have the "Defer javascript" option enabled.

Robert

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

More
10 years 9 months ago - 10 years 9 months ago #2486 by admin
Thanks Robert for all those details.
These options are actually the ones that conflict with jQuery Easy.
jQuery Easy mainly works on javascript and re-orders the libraries to minimize conflicts.
JCH_Optimize also moves the scripts around and therefore here lie the issues...

Olivier.
Last edit: 10 years 9 months ago by admin.

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

More
10 years 9 months ago #2488 by Robert G
Replied by Robert G on topic Re: JQEASY_JQLIB & JQEASY_JQNOCONFLICT errors
Thanks Olivier,

I have turned off minify javascript in JCH_Optimize and, for the moment, that seems to have fixed the problem.

Robert

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

More
10 years 9 months ago #2494 by Robert G
Replied by Robert G on topic Re: JQEASY_JQLIB & JQEASY_JQNOCONFLICT errors
Hi again Olivier,

Seems I spoke too soon. That didn't fix it.

Robert

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