Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Have you tried deactivating all plugins to explore whether any could be responsible?
Further investigation
The gallery is tied through ZenPress (pulls images from Zenfolio galleries)
Which inturns uses Slimbox 2. (Pinboard has it’s own gallery but i needed to use something to pull from zenfolio)
I found the CSS which i added:
#lbOverlay {
position: fixed;
z-index: 0000;
left: 0;
top: 0;
opacity: 00% (- not no close tag “;” )
width: 100%;
height: 100%;
background-color: #000;
cursor: pointer;
}
Seems to turn off the background , if i added the close tag it would keep the overlay. It’s a work around but would be neat to have the background overlay again.
Would it be wise to do a Slimbox2 install ? Would Zenpress plugin talk to that install?
Cheers
Sorry the ZenfolioPress is the name of the plugin
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It’ll be worth creating a thread on ZenfolioPress’ sub-forum so that the plugin author will have a chance to see the issue.