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

Leave a review

question-circle Added double slash forbids loading jQuery

More
11 years 1 month ago #2000 by lliseil
Replied by lliseil on topic Re: Added double slash forbids loading jQuery
Hi,
I thought that might allow you to improve jQuery Easy plugin, first because you're obviously working very professionnaly, and yet no developper in this world can possibly foresee every possible configuration.

btw I'm using Joomla! 2.5.9

ps Good to see you remembered of the other user who had the same issue, and took the time to let him informed

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

More
11 years 1 month ago #2001 by admin
Well it does help improve it, indeed. But a real challenge! That plugin has been downloaded over 50 000 times. Bound to find some issues with some configurations...
I am sending the fixed version to your email to try it out. Hopefully I nailed it :-)

Olivier.
The following user(s) said Thank You: lliseil

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

More
11 years 1 month ago #2002 by lliseil
Replied by lliseil on topic Re: Added double slash forbids loading jQuery
Thank you for the patched version of jQuery Easy
As you can see it works perfectly indeed!
I just had to load the jquery version that comes with the articles slideshow rather than the more recent version coming with the template.
Then it works both with local and Google CDN jQuery.

Incidentally, the images (slimbox) lightbox now works :)

Kudos for a fast and efficient support from Chicago city (or wherever you are atm :) that helped a lot. I'll let it be known.

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

More
11 years 1 month ago #2003 by admin
A very welcome from Chicago :-)
Thanks for helping me fix that one bug.
Could I impose and ask you if you could try the script declaration for noConflict() again? I am wondering if you still have the problem with the script declaration showing into the src tag. Thanks. I could not reproduce this one either.

Olivier.

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

More
11 years 1 month ago #2004 by lliseil
Replied by lliseil on topic Re: Added double slash forbids loading jQuery
You bet I can/want try the script declaration for noConflict()!
Here it is.

Curiously it doesn't show up, whether I activate "Strip No Conflict Code" or not.
I let "Strip" on Off for you.
Here are the relevant lines from page's source when "Strip"'s turned off:
<script type="text/javascript">
window.addEvent('domready',function(){
<SNIP SNIP>
jQuery.noConflict();
<SNIP SNIP>
<script src="/templates/mytemplate/js/slimbox.js"></script> 
<script type="text/javascript">
        jQuery.noConflict();
</script>
<SNIP SNIP>
added jQuery.noConflict();

Yah, thank you! Chicago's one of the BIG cities I wish I've been a little, but I couldn't even pass by :,/

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

More
11 years 1 month ago - 11 years 1 month ago #2005 by admin
Sorry, I guess I was not clear :-)
I wanted you to see if you can check that again:

- attempted with No Conflict Code "Thru script declaration" and local / Google version of jQuery, 6th / 30th in plugins order
no more luck for the jQuery stuff. source shows:
<script src="/jQuery.noConflict();" type="text/javascript"></script>
This should not happen, so I was wondering if you still had this issue.
Thanks!

Olivier.
Last edit: 11 years 1 month ago by admin.

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