• Resolved murilohp

    (@murilohp)


    Hello! I have a simple question: how do I disable the play/pause button in slideshow gallery type? I want to click in the middle of the image to open the lightbox! Can I do that?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hello, @murilohp!

    We appreciate your time posting your request!

    You can disable the play/pause buttons using Enable control buttons option of shortcode settings. Please see the screenshot below.

    Let us know in case you have questions.
    Thanks! Have a good day!

    Controls

    Thread Starter murilohp

    (@murilohp)

    Hi, thanks for the fast reply! The only problem is that I want to keep the next/previous buttons, just want to remove the play/pause button! Can I do that?

    Thanks!!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hey, @murilohp!

    In that case, you can do this by adding a few lines of CSS code to style.css file of your website theme, or a custom CSS editor.

    #bwg_slideshow_play_pause_0 {
        display: none !important;
    }

    Make sure to clear the cache of your web browser before you check the changes. Let us know if this helps.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to disable the play/pause button in slideshow?’ is closed to new replies.