Background view on mobile Background view on mobile
 

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

Background view on mobile

Started by Valtiel, July 24, 2016, 04:25:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Valtiel

Hiya. Just been notified of an odd problem and I'm not sure what could fix it. On PC browser the background to our photo albums repeats just fine. But when viewed on mobile, the background vanishes. Any ideas what could be doing it or of code I'd need to add to fix this? Or is it simply incompatible with mobile?

Two screenshots, first is chrome view on laptop. Second is the view on a mobile phone browser.

Website is ambrose-images.net

Thanks for any help!

ΑndrĂ©

I had a look at your gallery. You've 2 fixed background images:
1. themes/bydt/bg.png is the background of your HTML body
2. themes/bydt/bg2.png is the background of your "main" table (class "tablanoticias")

First background image isn't displayed in the screenshot of your mobile browser, as it reside outside the table which is displayed. So we'd expected to see the background image of your "main" table, which isn't the case, obviously. Maybe this information helps you to fix the issue, as I cannot tell you why this happens. You could try to create some test pages to see if the table background image is displayed at all and if so, if it's fixed or disappears with your with actual content while you scroll down.