I was checking my website (greenblu.co) using inspect element in Google Chrome and I realized I had 2 errors:
“GET https://greenblu.co/wp3/wp-content/uploads/siteorigin-widgets/sow-image-default-fae83571bfaa.css?ver=4.9.5 404 ()”
“GET https://greenblu.co/wp3/wp-content/uploads/siteorigin-widgets/sow-button-flat-02100633442f.css?ver=4.9.5 404 ()”
These errors seem to redirect to something like this in the index:
“”
I’m taking this to mean that somehow I’m failing to load a siteorigin button resource/stylesheet. Any idea how this problem occurred and how to fix this?
Sincerely,
Ben Goldman
Hi Ben,
This problem sounds like it might be a caching issue. The first thing to check is server-side caching through plugins like W3 Total Cache, WP Super Cache, etc. If you have any of these caching/performance plugins installed, try clearing their cache and see if that helps.
It might also be browser cache. Try clearing your browser cache, and then refreshing the page to see if that helps.
You can read more about this sort of issue on the WordPress codex.