Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Tigran Nazaryan

    (@progmastery)

    hi @enginozsahin,

    thanks for using Instagram Feed WD plugin!

    Do you want to disable play button in lightbox which toggles lightbox autoplay ? There is an option Enable control buttons, however it will disable other buttons as well.

    If you cannot achieve that with this option, please send me a link to the feed.

    Thread Starter enginozsahin

    (@enginozsahin)

    Yes, I want to disable only “play button” in lightbox control button.

    Sample link: Please open “https://onepaylasiyo.com” and click “uzaklaryakin” feed.

    Also, if I disable control buttons in lightbox settings, auto play is working in the background. Can I disable auto play setting? I will need it for other feeds.

    Plugin Contributor Tigran Nazaryan

    (@progmastery)

    disable autoplay using Lightbox autoplay option.

    disable play/pause button with custom CSS

    
    .wdi_spider_popup_wrap .wdi_ctrl_btn.wdi_play_pause {
    display:none;
    }
    
    Thread Starter enginozsahin

    (@enginozsahin)

    Thank you it works:)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Play button disable’ is closed to new replies.