New home › Forums › Basic Version › Troubleshooting › Carousel has stopped auto-advancing
Tagged: Carousel
- This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago by cozbaldwin.
-
AuthorPosts
-
June 2, 2017 at 3:56 am #27622cozbaldwinMember
Hello,
My client’s carousel marker listing has stopped auto-advancing. I’ve tried resetting the autoplay timing just to see if that jumpstarts it, but to no avail.
I’m not seeing any js errors, either.
Care to take a look? http://africaaccessreview.org/discover-africa-in-the-americas/
June 2, 2017 at 8:55 am #27626SupportTeamModeratorHi there,
Thank you for getting in touch with us.
Unfortunately you need to modify one of the plugin javascript file.
Please find every occurence of these lines in wp-google-maps-projscore.js file:
owlCarousel({
autoPlay: autoplay,
lazyLoad : lazyload,
autoHeight : autoheight,
pagination : pagination,
nav : navigation,
items : items
});and change it to this:
owlCarousel({
autoplay: true,
autoplayTimeout: autoplay,
loop: true,
lazyLoad : lazyload,
autoHeight : autoheight,
pagination : pagination,
nav : navigation,
items : items
});If you need any help with this please send me the login details to your admin dashboard (make sure the reply is marked as private) so I’ll change it for you.
We’ll fix this in the next update.Hope that helps. Thank you for your time in this.
Best regards,
JarekJune 3, 2017 at 4:12 am #27658cozbaldwinMemberOh man, this thing is broken. I can’t even see if/where I’m typing. OK, thanks @jarek but I cannot find that file. Ive searched that filename in the basic, pro, and gold folders on my ftp server and can’t find that filename. Could you doublecheck what you advised? Once I find the correct file, changing the code will be no problem for me, thanks.
June 5, 2017 at 12:11 am #27688cozbaldwinMemberOk, I’ve found the file. It was the missing slashes that threw me off.
wp-google-maps-pro/js/core.js is what I was looking for. Not
wp-google-maps-projscore.jsAnyhow, I’ve made the fix and it worked. Thanks, @jarek.
June 5, 2017 at 8:49 am #27692SupportTeamModeratorHi there,
I’m glad to hear that it works for you 🙂
Feel free to reach out if you need anything. I’ll be happy to help.
Kind regards
-
AuthorPosts
- You must be logged in to reply to this topic.