remove lightbox from default wordpress gallery

Posted in: Newspaper
Post count: 10

Hi, I’ve some posts with the default gallery of wordpress.
The theme options “GENERAL MODAL IMAGE” in POST SETTINGS is disable.
For all single images inside the post is all right; but if we use the wordpress gallery (no plugin, the default), it opens the default popup image and the lightbox, as you can see from the screenshot we have 2 popup images, 2 overlay.
how can I remove the lightbox? Is there an options?
Also, if we set the wpgallery “link to: no one”, and General Modal Images active: no popup are showed!
Thank you
Post gallery overlay
WP Gallery option

Post count: 35449

Hi,

The General Modal Images will apply on images and gallery that are set to “Media File” or link to attachment page.
As a suggestion you can try the gallery provide by Gutenberg, also if you want the gallery image to be like this -> https://i.imgur.com/rUUz6R0.png please add this css in theme panel> custom code. custom css
.mfp-bg {
opacity: 1;
}

In the meanwhile we’ll make some more investigations to see way is apply the lightbox if this is disable.

Thank you!

Post count: 10

Hello,

I also need to remove the lightbox from the default WordPress gallery with a link to attachment page

Any updates about that?

Post count: 18283

Hello !

Unfortunately for WordPress gallery you will have to contact wordpress. From a quick google search I’ve found this article that might be helpful: https://stackoverflow.com/questions/26655339/remove-lightboxes-from-wordpress-site

Thank you !

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.