- Load the website. Right click on the page and select inspect:
- Once you are in the chrome console, select the network tab:
- Reload the page. You should see some 404 errors where the fonts can't be found. If you click on the bad request (will be red), you can see the url (Request URL on the top left):
If this has localhost:8888
in it, then we can perform the fix we've used before.
-
Open up your ftp client (CyberDuck or FileZilla). Log in to the host
sftp://persiebaroodyphotography.com
on port22
using the userdh_wh79g5
. (Password for this user is in1password
). -
Once you are connected, we are looking to update 4 files. I have provided safe versions of them in this repo if you want them. The files are:
~/persiewebsite/htdocs/wp-content/uploads/flex/stylekits/custom-ec5b6bbc5390.css
~/persiewebsite/wp-content/uploads/flex/stylekits/custom-ec5b6bbc5390.css
(This is the one we needed to change on3/17/21
)~/persiewebsite/htdocs/wp-content/uploads/flex/stylekits/nomade.css
~/persiewebsite/wp-content/uploads/flex/stylekits/nomade.css
-
Check the last updated on any of these files - if they have been updated recently, they might have
localhost:8888
in them. You have two options here: a. Download the latest version of each file. Open them up in a text editor (Sublime Text or Notepad), andctrl+f
forlocalhost:8888
. Replace it withpersiebaroodyphotography.com
wherever you find it in each of these files. Then upload the updated versions. b. Just nuke the files with whatever is stored in this repo, which is the safe versions of the files as of3/17/21
-
Reload the page with the chrome console and confirm that you aren't getting any 404 errors on requests anymore.