Mine stopped working too.
Update: I reinstalled it and it’s working fine now.
Hi!
My Simple Lightbox stopped working properly too. It works only for images that I place into page using SiteOrigin Editor Widget. If I place images in a “image grid” or “SO simple masonry” widget, it is not working anymore.
Any suggestions?
My url is: vandolina.com
temporary workaround without SLB that works for me:
1) Install EasyFancybox: https://ww.wp.xz.cn/plugins/easy-fancybox/
2) Put this into your functions.php so galleries always link to the media file, which automatically triggers EasyFancybox
// Fix Lightbox
add_filter( 'shortcode_atts_gallery',
function( $out ){
$out['link'] = 'file';
return $out;
}
);
(Note: If you also need galleries that don’t link to the media file, this will not work)
@vandolina it’s probably best if you open your own thread!
-
This reply was modified 8 years, 10 months ago by
lorenz90.
-
This reply was modified 8 years, 10 months ago by
lorenz90.
-
This reply was modified 8 years, 10 months ago by
lorenz90.
-
This reply was modified 8 years, 10 months ago by
lorenz90.
Thank you so much! @lorenz90
This plugin works fine, even without changing functions.php (but I’ll do that anyways).
Sorry, I am new on this forum and with using WP, I will open my own thread next time π
Doesn’t works anymore here too (WP 4.8)… switching to TwentySeventeen, disabling all plugins and clearing all the caches do not solve the issue, even on different browsers (website on https/2.0). Let’s try another plugin so.
Update : disabling .htpasswd protection on development server solve the issue. I never seen that mentioned before.
I suggestion to implement such kind of warning in the dashboard for that. Can make lose long time. Thanks π
Hi @lorenz90, please provide a link where SLB is activated and that exhibits the issue you are experiencing and I would be glad to take a look.
Everyone else, as per this forum’s guidelines, please create a separate post for your particular issue. As we’ve already seen multiple times in this thread, a similar problem may be caused by different factors. A separate post allows your specific issue to be fully evaluated.
Thanks.
Hi, the same for me: disabling .htpasswd protection on customer demo server solves the issue and the plugin keeps working. Because I need to protect our customer demo areas this PlugIn is worthless for me. And of course for most developers.