Intermediate images not displaying Intermediate images not displaying
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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!