Replies: 0
Hey Frank,
So sorry to bother again with this, but I can’t seem to figure this out.
When logged in, it’s not a problem with the logged in view. When not logged in, I see one of the home page blocks layer on top of my hero banner on my home page.
I did generate new critical path CSS with this link:
<link rel="preload" as="style" media="all" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_e7dac3a90699778c352d02e65186e53f.css" onload="this.onload=null;this.rel='stylesheet'" />
There are additional links though that are generated by the cache and one is “media=”print”” and the other is “media=”screen,” as you can see in the below referenced block of code.
Here’s the whole block:
<link rel="preload" as="style" media="all" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_e7dac3a90699778c352d02e65186e53f.css" onload="this.onload=null;this.rel='stylesheet'" /><link rel="preload" as="style" media="print" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_f33049d8ba44e5f60770feed9f3433fa.css" onload="this.onload=null;this.rel='stylesheet'" /><link rel="preload" as="style" media="screen" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_73db07958ed25a1ee2945e0a0d33df6e.css" onload="this.onload=null;this.rel='stylesheet'" /><noscript id="aonoscrcss"><link type="text/css" media="all" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_e7dac3a90699778c352d02e65186e53f.css" rel="stylesheet" /><link type="text/css" media="print" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_f33049d8ba44e5f60770feed9f3433fa.css" rel="stylesheet" /><link type="text/css" media="screen" href="https://1mcf293ioy92uaqhx34yt45x-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/6/css/autoptimize_73db07958ed25a1ee2945e0a0d33df6e.css" rel="stylesheet" />
I’m not sure which one to pull the CSS from to run through the critical css generator. If I did it correctly, I’m not sure why that block from the theme is not setting correctly.
I’ve taken a screenshot of my plugin settings here: https://nimb.ws/gxPEjW
The site is supposed to look like this: https://nimb.ws/oDb1s7
But when I view it not logged in, it looks like this: https://nimb.ws/JDcYG6
Thanks in advance for your help.
-
This topic was modified 1 hour, 50 minutes ago by Tony Zeoli.