Disable Automatic Slide Show

This topic contains 6 replies, has 3 voices, and was last updated by  cpneighbours 7 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #373687

    cpneighbours
    Expired Member
    Post count: 55

    Hi, how do we disable the “automatic” slide show on listings. We want the featured image to stay static when there are multiple photos in the gallery.

    Francis

    #373695

    Guust
    Moderator
    Post count: 29970

    I think you can just disable the slider with some added code, so the slider stops working.
    I will get one of the developers to have a look at your question after the weekend.
    Thanks

    #373751

    cpneighbours
    Expired Member
    Post count: 55

    Thank for looking into this.
    Francis

    #373992

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Do you just want to show the main image and no slideshow or just not have the slideshow auto scroll?

    Stiofan

    #374322

    cpneighbours
    Expired Member
    Post count: 55

    Hi Stiofan, We want the featured image to stay static and shown, when there are also multiple photos in the photo gallery.

    Happy to keep the “left/right arrows” on the featured image, to allow users to manually click and view the next image. But, we not want the “automatic” slide show. Could this simply be an admin tick box option to turn off/on?

    #374473

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    GD>Design>Scripts>Footer Script
    Add this:

    
    
    <script>
    jQuery(window).load(function() {
    if(jQuery('#geodir_slider').length){
    jQuery('#geodir_slider').flexslider("pause");
    }
    });
    </script>

    Thanks,

    Stiofan

    #374781

    cpneighbours
    Expired Member
    Post count: 55

    Top marks. Works perfectly, thank you.
    Francis

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket