Google font + Gravity Forms + CS

Hi,
I just updated my theme and I noticed the Google (Lato) font is not exactly similar to what it was before.
I have made the updates on staging and my typography is set to how exactly it should have been but it does not work.

Also, the gravity forms are not visible on the frontend, I can edit a page and add the gravity forms through CS but when I save I do not see it on the saved page.

Also, when I update the CS “Recent post” - featured images were all gone and were only visible on hover.
Can you please assist on this.

Thank you,

Hello There,

Thanks for writing in! I have checked your site and I can see that there is a CORS (Cross Origina Resource Sharing) issue. This is because your site is using https yet your site URL and WordPress address URL is only using http.

Please update your setting and if you because you are not allowed to, then please edit your wp-config.php file and add the following lines:

define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');

Just make sure to change the example.com to your actual url. And after that, you will also need to install Better Search and Replace plugin. You use this plugin to search for any instance of http://example.com/wp-content/ and replace it with https://example.com/wp-content/ to resolve this CORS issue. This CORS issue is crucial because fonts will not load if you are using https yet loading the fonts via http.

Hope this helps.

Hi,
I made the updates as you suggested but issue is still there.
Can you please help on this.
Thank you.

Hello There,

I am still seeing CORS issue in your site.

The login details is not working when I used it to log in to the live site. You will need to check and clear the cache settings in your live site’s WP Engine settings.

Please let us know how it goes.

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