Forum Replies Created
-
AuthorPosts
-
Thanks that probably wouldn’t have solved the problem either because the fonts were going to italic, not changing weights and it was just headings but all formats. With the slow response time and lack of progress toward a resolution, I installed a google fonts plugin on the site which was able to override whatever the theme was doing and resolved the issues on Safari.
So problem solved, but not resolved through finding what was causing it in the first place.
Again, I will re-mention that this is NOT an issue on the live site at http://syncbodywork.com/ which is running on an old version of your theme.
I have now implemented the following, cleared cache, and still do not have a resolution to the issue.
/* Fix for https://kriesi.at/support/topic/font-manager-handles-font-files-with-suffix-regularitalic-wrong/ */
if ( ! function_exists( ‘enfold_add_missing_google_font_filenames’) ) {
function enfold_add_missing_google_font_filenames($enfold_font_manager_types) {
return array_merge($enfold_font_manager_types, array(‘regularitalic’ => array( 400, ‘italic’ )));
}add_filter( ‘avf_google_fonts_style_definitions’, ‘enfold_add_missing_google_font_filenames’, 10, 1 );
}This is very frustrating as we want to be able to go live with this site very soon.
(1) Theme has been updated
(2) WP Engine cache has been cleared multiple times.
(3) Any browser that we have viewed it in has had its cache cleared multiple times before viewing.I can still see the issue in…
– iPhone Safari
– Mac Computers using Chrome or Safari (even in incognito mode with no history or cache)It has not. We have updated the theme as recommended. We have cleared cache (which was done originally before you suggested anyways) multiple times. And the problem persists.
We have now updated to version 4.6.2 and are still receiving the same issue with fonts on secondary pages in Safari browser.
This reply has been marked as private.Sure, you can see the difference between Chrome on my Lenovo laptop and Safari on my iPhone here…
https://docs.google.com/document/d/1HO9vpCZWvdd6nv9R7qQTf1kiJNYYfzcR88lUDVom5vM/edit?usp=sharingThis is taken from http://syncbodyworks.wpengine.com/massage-services/ (hosted on WPengine)
-
AuthorPosts