Intermediate images not displaying Intermediate images not displaying
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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!