Carousel has stopped auto-advancing

New home Forums Basic Version Troubleshooting Carousel has stopped auto-advancing

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27622
    cozbaldwin
    Member

    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/

    #27626
    SupportTeam
    Moderator

    Hi 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,
    Jarek

    #27658
    cozbaldwin
    Member

    Oh 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.

    #27688
    cozbaldwin
    Member

    Ok, 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.js

    Anyhow, I’ve made the fix and it worked. Thanks, @jarek.

    #27692
    SupportTeam
    Moderator

    Hi 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.