Can’t close lightbox after clicking Youtube Playlist Button
-
On the website https://serifali.reklamtest.tk/urunlerimiz/ at “how to use” button when we click the youtube list we can’t close the lightbox afterwards. We tried to fix it with disabling right left arrow in the lightbox page but we couldn’t do it either.
I tried to do that on CSS as this;
?nside wp-content/plugins/easy-fancybox/fancybox/jquery.fancybox-1.3.7.min.css
#fancybox-left, #fancybox-right {display:block; }
Changed display:block to display:none but it didn’t help because on html, style is defined as;<a href="javascript:;" id="fancybox-left" style="display: block;"><span class="fancy-ico" id="fancybox-left-ico"></span></a>
How can we fix this issue?
- The topic ‘Can’t close lightbox after clicking Youtube Playlist Button’ is closed to new replies.