Intermediate images not displaying Intermediate images not displaying
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Intermediate images not displaying

Started by alexica129, December 01, 2018, 02:03:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alexica129

Intermediate images aren't displaying on my gallery when transparent overlay is enabled. I need it to be enabled so disabling it isn't really an option.

This seems to be a problem created by my custom theme as everything works correctly when I use one of the standard themes. I can't see what the issue in my theme.php file is, if any (I've attached the file). Could someone tell me what I'm doing wrong?

My gallery

ron4mac

#1
Your style.css (at about line 342) has a background that is overriding your background image.

BTW: the viewport meta in the head is malformed.

alexica129

Thanks, that solves the issue. Appreciate your help!