Updated today:
X Theme v9.0.1 and Cornerstone 6.0.1
Running WordPress version: 5.8
Cleared all caches in browsers etc. and don’t use CDN etc.
Get the error in Chrome Console DevTools:
…/wp-content/plugins/cornerstone/assets/css/site/fa-icon-classes.css net::ERR_ABORTED 404
Checked via FTP in
…/wp-content/plugins/cornerstone/assets/css/site
and there are two .css files in there:
fa-icon-classes-3b99c8a.css
style-3b99c8a.css
So the code is referring to .css files that are named differently. Specifically the ending -3b99c8a
I have temporarily fixed the error reported by duplicating fa-icon-classes-3b99c8a.css into the same directory and renaming it to fa-icon-classes.css
Can you advise if this is a bug that will get fixed or something we need to resolve.