Background images disappear when logged in
-
Hello, I have an issue where the bakgrund images work as expected for logged out users but when logged in the images no longer show up.
I noticed the CSS changes from (logged out):
.elementor-276 .elementor-element.elementor-element-db77365:not(.elementor-motion-effects-element-type-background), .elementor-276 .elementor-element.elementor-element-db77365 > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-image: url("https://my-site.com/wp-content/uploads/2024/02/home.jpg"); background-position: center center; background-size: cover; }
to (logged in)
.elementor-276 .elementor-element.elementor-element-db77365:not(.elementor-motion-effects-element-type-background), .elementor-276 .elementor-element.elementor-element-db77365 > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-image: var(--e-bg-lazyload-loaded); --e-bg-lazyload: url("https://my-site.com/wp-content/uploads/2024/02/home.jpg"); background-position: center center; background-size: cover; }
So it’s inserting the actual var strings in to the css image url. Any thoughts on what may be causing this?
Thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Background images disappear when logged in’ is closed to new replies.