- Posts: 3
- Thank you received: 0
Only loads first image, navigation not working
-
DVisions
Inactive member - Topic Author
- New Member
Less
More
10 years 6 months ago #40027
by DVisions
Only loads first image, navigation not working was created by DVisions
I have a problem with the carousel not displaying correctly on FIRST load only on some browsers and OS.
Refresh the page, or navigate to another page, and the module then displays correctly.
Problem browsers are:
Safari - always
Firefox - sometimes
Chrome - sometimes
www.katyhurt.com/
My thinking is that something is preventing the script running on first page load, but I have run through all my normal possible conflict options, but the problem still persists with every other module and JQuery instance turned off. Open to any ideas about what the problem might be now!
Refresh the page, or navigate to another page, and the module then displays correctly.
Problem browsers are:
Safari - always
Firefox - sometimes
Chrome - sometimes
www.katyhurt.com/
My thinking is that something is preventing the script running on first page load, but I have run through all my normal possible conflict options, but the problem still persists with every other module and JQuery instance turned off. Open to any ideas about what the problem might be now!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #40030
by ivan.milic
Replied by ivan.milic on topic Only loads first image, navigation not working
Open default.php in module /tmpl folder:
find this:
jQuery(document).ready(function() {
replace with:
jQuery(window).load(function() {
find this:
jQuery(document).ready(function() {
replace with:
jQuery(window).load(function() {
Please Log in to join the conversation.
-
DVisions
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 6 months ago #40033
by DVisions
Replied by DVisions on topic Only loads first image, navigation not working
Sorry, that doesn't seem to work.
Still getting the problem with Safari and Firefox. OK with Chrome, but was sometimes OK anyway.
Still getting the problem with Safari and Firefox. OK with Chrome, but was sometimes OK anyway.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #40035
by ivan.milic
Replied by ivan.milic on topic Only loads first image, navigation not working
I still see code is same as before
Please Log in to join the conversation.
-
DVisions
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 5 months ago #40054
by DVisions
Replied by DVisions on topic Only loads first image, navigation not working
Shoot me, please! Totally forgot I'd added a template override...
That seems to have done the trick. Thanks for your help - and patience
That seems to have done the trick. Thanks for your help - and patience
Please Log in to join the conversation.
Time to create page: 0.175 seconds