Skip to content

dylanbaroody/persie-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Persie's website

Fixing the font issue

  1. Load the website. Right click on the page and select inspect:

image

  1. Once you are in the chrome console, select the network tab:

image

  1. 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):

image

If this has localhost:8888 in it, then we can perform the fix we've used before.

  1. Open up your ftp client (CyberDuck or FileZilla). Log in to the host sftp://persiebaroodyphotography.com on port 22 using the user dh_wh79g5. (Password for this user is in 1password).

  2. 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 on 3/17/21)
    • ~/persiewebsite/htdocs/wp-content/uploads/flex/stylekits/nomade.css
    • ~/persiewebsite/wp-content/uploads/flex/stylekits/nomade.css
  3. 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), and ctrl+f for localhost:8888. Replace it with persiebaroodyphotography.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 of 3/17/21

  4. Reload the page with the chrome console and confirm that you aren't getting any 404 errors on requests anymore.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published