Slideshow with no automatic sliding?

This topic contains 3 replies, has 2 voices, and was last updated by  Alex Rollin 5 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #453634

    Henriette Birk
    Full Member
    Post count: 31

    1. Is it possible to let the photos appear without the slideshow changing the pictures before the reader presses play?

    2. Can you show the photos without the slideshow?

    #453648

    Alex Rollin
    Moderator
    Post count: 27815

    You can try adding this to:

    GD>Design>Scripts>Footer Script

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

    You can hide the slider, is that what you want to do?

    #454114

    Henriette Birk
    Full Member
    Post count: 31

    Thank you. This is great.

    What is the photos (one at a time, with the first one showing) were to take up the whole space without the arrow? So you only click on the thumbnail photo to see the next photo? Can that be done?

    #454215

    Alex Rollin
    Moderator
    Post count: 27815

    TO hide the slideshow arrows try:

    
    
    
    .geodir-control-nav,
    .geodir-direction-nav,
    .geodir-slides .clone {   
        display: none;
    }
    
    .geodir_flexslider .geodir-slides img {
        float:left;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket