Gallery - AE Gallery Bugfix

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
datenmuehle
New Member
New Member
Posts: 5
Joined: Wed Aug 09, 2017 10:29 am

Gallery - AE Gallery Bugfix

Post by datenmuehle »

While trying to use AE-Gallery Template of Gallery module i can't get it running. As i see in browser debug log it tries to load jquery from google directly. But cross site policy prevents loading of script's from other domains. And as i see CMSMS already comes with appropriate jQuery Version 1.11.1.

So, fix this

Code: Select all

<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></__script>
to this

Code: Select all

<__script__ type="text/javascript" src="/lib/jquery/js/jquery-1.11.1.min.js"></__script>
and template works well.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Gallery - AE Gallery Bugfix

Post by Rolf »

Using SSL?
If so, this should work too:

Code: Select all

src="https://ajax.google...
Or even better:

Code: Select all

src="//ajax.google...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
datenmuehle
New Member
New Member
Posts: 5
Joined: Wed Aug 09, 2017 10:29 am

Re: Gallery - AE Gallery Bugfix

Post by datenmuehle »

Simple, but yes works well...

Thanks!
Locked

Return to “Modules/Add-Ons”