Wordpress Images Not Loading

Hi there! I’ve embedded my shop into my Wordpress site but the images don’t load (or when they do load, they immediately disappear when I mouseover them). Just wondering what might cause this. I turned off image optimization plugins and caching and the problem persists,
I’ve tried embedding via javascript code and now I’m using the Spreadshop WP plugin. Results are the same.
Any help appreciated to point me in the right direction!
Thanks,
-karl
My site: https://karlkerschl.com/shop/spreadshirt

In your Bigpoint theme’s base.css is a sequence

.js #wrap img, .js .service-icon, .js .mini-service-icon, .js .lol-item-heading h2, .js .lol-item-heading p, .js .lol-item-heading-small h2, .js .lol-item-heading-small p, .js .lol-item-heading-parallax h2, .js .lol-item-heading-parallax p, .js .lol-item-block-banner .block-banner-content {
opacity: 0;
}

This “opacity: 0;” is the cause for these images not being displayed.

Ah!! Fantastic! Thanks so much. I’m not sure why that was set to 0 but it’s fixed now.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.