jquery and custom templates.
12 years 6 months ago #4220
by mmoltzan
Replied by mmoltzan on topic Re: jquery and custom templates.
Still have a problem.
SS should load 3 images. First loads, second and third do not and the resources shows an error for jquery.min.js during the second load. see attached screen capture.
click here to load page
SS should load 3 images. First loads, second and third do not and the resources shows an error for jquery.min.js during the second load. see attached screen capture.
click here to load page
Please Log in or Create an account to join the conversation.
12 years 6 months ago #4233
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: jquery and custom templates.
what do you have set for effect ?
try to disable this slideshow, and recreate one "modules >> new" with the default data to see
try to disable this slideshow, and recreate one "modules >> new" with the default data to see
Joomlack Webmaster and Developer
The following user(s) said Thank You: mmoltzan
Please Log in or Create an account to join the conversation.
12 years 6 months ago - 12 years 6 months ago #4241
by mmoltzan
Replied by mmoltzan on topic Re: jquery and custom templates.
Interesting......I tested the default Module and it works fine.
Put back my module, and removed:
form the template index.php.
Then checked yes for advanced options:
load jquery
load jquery easying
load jqurey mobile.
And my images are work fine too.
Then checked no for jquery easing and jquery mobile and created the same error as before... the second image did not load.
Then checked yes for jquery easing and it works....
Then inspected the resourse and discovered we need to load:
as well.
Added that to the index.php and all works fine now!
Well then I started to wander if we can check to see if the jquery libraries are loaded and if not load them dynamically? The answer is yes!:
stackoverflow.com/questions/8763580/loading-jquery-on-the-fly
You have great products and even better support!
Thanks for your help Ced.
Warmest summertime regards,
Mark
Put back my module, and removed:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
form the template index.php.
Then checked yes for advanced options:
load jquery
load jquery easying
load jqurey mobile.
And my images are work fine too.
Then checked no for jquery easing and jquery mobile and created the same error as before... the second image did not load.
Then checked yes for jquery easing and it works....
Then inspected the resourse and discovered we need to load:
as well.
Added that to the index.php and all works fine now!
Well then I started to wander if we can check to see if the jquery libraries are loaded and if not load them dynamically? The answer is yes!:
stackoverflow.com/questions/8763580/loading-jquery-on-the-fly
You have great products and even better support!
Thanks for your help Ced.
Warmest summertime regards,
Mark
Last edit: 12 years 6 months ago by ced1870.
Please Log in or Create an account to join the conversation.
12 years 6 months ago #4255
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: jquery and custom templates.
thank you for this info about the way to test jquery.
ced
ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds