jeroenvdw
Forum Replies Created
-
@deanysus It’s a working fix on my end, what you’re seeing is probably the cache from your browser. Try opening your site from an incognito window and see what happens then?
@djpthurso you’re right to be wary – this css file will probably be overwritten next time jetpack issues a patch. But seeing as this is a temporary fix for something we’re expecting them to patch, it’s not a bad thing in this situation.
Quick fix until JetPack issues a patch: remove the offending line from the file wp-content/plugins/jetpack/css/jetpack.css, i.e. remove line
@font-face{font-family:”Open Sans”;src:url(‘”https://fonts.googleapis.com/css?family=Open+Sans”‘)}
And add a line in your header (in the <head></head> section) saying
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
JetPack v4.9 still having issues with PHP7.1.
- apache error log showing segfaults (mod_fcgid: error reading data from FastCGI server, referer … xmlrpc.php?for=jetpack)
- related posts not loading
- stats on wordpress.com: posts, pages, people… not loading
Most resolved immediately upon switching the site to PHP 7 instead of 7.1.