Fontawesome referenced incorrectly

Hello,

on my website https://stria.tech and on every sub-page I get error messages in the “Inspector” in Firefox (not in the DevTools in Chrome, though). The error messages indicate that Fontawsome wants to be loaded from the path https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/. However, this patrh does not exist. Instead, the fonts are located in https://stria.tech/wp-content/themes/pro/cornerstone/assets/fonts/

When inspecting the “Page Source” and looking for “/dist/fonts/”, this wrong directory seems to be associated with x-icons. Here is a small excerpt from the Page Source where this happens:

[data-x-icon-s]:before,[data-x-icon-b]:before{line-height:1}@font-face{font-family:'FontAwesome';font-style:normal;font-weight:900;font-display:block;src:url('https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/fa-solid-900.woff2') format('woff2'),url('https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/fa-solid-900.woff') format('woff'),url('https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/fa-solid-900.ttf') format('truetype')}

I have not noticed that anything is incorrectly displayed on the website, all looks good. Still, this is quite strange.

Hello @striata,

Thanks for writing in! In the old version, the fonts were in the dist folder. In the recent release, it is already in /wp-content/themes/pro/cornerstone/assets/fonts/. Based on my investigation, your issue is just some caching issues.

After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.

Always remember to clear all caches since you are using WP Rocket so that the code from the latest release is always in use. This will help you to avoid any potential errors. And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.

This links might help:

If the above suggestion does not work, please provide us access so we can investigate further. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

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