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.
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.
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;
}