Hi,
I have a hosting for the WordPress site, in which I installed the theme and imported a demo. Once I got the domain name, I redirected the DNS to the hosting, and everything is going fine, except for some font files and images, which are being requested to the “old” address, the one for the hosting.
You can check it out here: https://hash2wear.com
If you open the Developer Tools, and then Console, you can see the error files. Some resources are being requested to https://77487a.eolani.shared.1984.is/wp-content/uploads/custom-fonts/2023/08/Outfit-Medium.ttt, instead of being requested to https://hash2wear.com/wp-content/uploads/custom-fonts/2023/08/Outfit-Medium.ttf
My guess is that the URL is hardcoded in some CSS section in the HTML once the import was performed.
The site URL is correctly set in the WordPress settings, and everything else in the theme is being loaded pointing to the right address. I don’t know how to solve this.
What can I do? Thanks,