Background images and thumbnails missing

Posted in: Newspaper
Post count: 7

Hello!

I noticed that my background-images (exception: home-site) are completely missing on all browsers except Firefox.
The “Backstretch”-Class (<div class=”backstretch”>CODE</div>) is completely missing when i inspect the elements with the dev tools.

This also seems to happen with the thumbnail-pictures from block 11 on the home-site when using lazy loading for some reason.

Post count: 20688

Hi,

So the general background image you set in the theme panel is loading only in Firefox? I checked the website and I see the problem. For me it happens in both Chrome and Firefox, seems that all post pages don’t display the background image. Pages and category pages display it.

Do you maybe use optimization or compression plugins? If possible try and disable them temporarily, check if the problem is solved.

A quick fix would be to apply the image on the posts with some CSS, for example
http://prntscr.com/nipo4x

body.single {
background-image: url("https://www.survival-sandbox.de/wp-content/uploads/2017/11/fwOGWBs.jpg");
background-repeat:no-repeat;
background-attachment: fixed;
}

Thanks

Post count: 7

I tried 3 different caching plugins, which seem to have the effect.

I found the possibility to exclude specific JavaScript and CSS files from the process.

What would these be in the case of background images?

Post count: 20688

Whatever you did seems to have fixed the problem – http://prntscr.com/njhzh9
From what I can see the background applies correctly in the post pages, and across the whole website.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.