• Hi!

    I have created a staging website y.com to an already existing site at x.com. I downloaded my files via the WP File Manager plugin and my database through import/export in phpmyadmin. I realized that the font on my staging website is different from the live site and through the page inspect tool I saw that the pathname from where its trying to load the fonts from isnt my public.html/home directory. Instead, its loading from the path: y.siteurl(stagingsite)/home/1/l/x.sitename(live)/www/wp-content/fonts/

    List of all the changes I have done to files:

    wp-config.php:

    • define(‘DB_NAME’, ‘xxxx’);
    • define(‘DB_USER’, ‘xxxx’);
    • define(‘DB_PASSWORD’, ‘xxxx’);
    • define(‘DB_HOST’, ‘xxxx’);

    wp_options table in db:

    • changed the siteurl from live to staging

    Any help would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘font calling wrong path on staging site’ is closed to new replies.