• Here is my site

    My background images are all blank and inspecting the element shows that it’s being loaded from the autoptimize css file. There is an ?id= attached to it, but if I paste the URL into my browser the image comes up.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Frank Goossens

    (@futtta)

    hi @navyspitfire; i compared the homepage of your site with and without autoptimize (adding ?ao_noptimize=1 to the URL) and I don’t see a difference, all background-images seem to load now? if not, can you make a screenshot and upload it somewhere so I can see what I have to look for?

    frank

    Thread Starter navyspitfire

    (@navyspitfire)

    Plugin Author Frank Goossens

    (@futtta)

    I see the same, but also when AO is disabled (with ?ao_noptimize=1 appended to the URL)?

    View post on imgur.com

    Thread Starter navyspitfire

    (@navyspitfire)

    Hmm I don’t get it, the background image is technically there right? When I inspect the element and go to filepath it’s there.

    Edit: Could the issue be with WP super cache?

    • This reply was modified 8 years ago by navyspitfire. Reason: adding edit
    Plugin Author Frank Goossens

    (@futtta)

    if the background image is there, but not visible, then this is likely to be a CSS-problem rather then one with WPSC.

    but … I see the background images now! go figure!

    View post on imgur.com

    Thread Starter navyspitfire

    (@navyspitfire)

    Hi Frank, I solved the image issue.

    I have a conditional gte IE9.css file that is updated but autoptimize is loading a cached version. I deactivated the plugin and there is a still a cached version being loaded. I turned caching off on my server and removed my .htaccess file. Any idea, if I activate autoptimize, how to load the latest version? Even temporarily?

    Plugin Author Frank Goossens

    (@futtta)

    well, autoptimize doesn’t ever cache (or even touch) IE conditionals @navyspitfire .. your CDN maybe?

    Thread Starter navyspitfire

    (@navyspitfire)

    Can you check out the site on IE? I’m using IE11 and when I inspect the element this is the CSS file that’s loading: https://maryssweets.com/wp-content/cache/autoptimize/css/autoptimize_3a238cf3d149e85a15e7cc374ff5ce7b.css

    Plugin Author Frank Goossens

    (@futtta)

    afraid I don’t have IE11 on this PC (ubuntu linux w. FF & Chrome). I can have a look on Friday on my work-PC though ??

    Plugin Author Frank Goossens

    (@futtta)

    but what I can do is check your HTML source, and that indeed still has the IE9.css-file (confirming it is not merged, touched or cached by AO) in it;

    <!--[if gte IE 9]><link rel='stylesheet' id='mary-ie-css' href='https://maryssweets.com/wp-content/themes/risotto_child_theme/css/ie9.css' type='text/css' media='all' /> <![endif]-->

    Thread Starter navyspitfire

    (@navyspitfire)

    Hmm okay, thank you for your help @futtta. Now I’m completely lost.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Blank images’ is closed to new replies.