SSL Compatibility
-
Hi,
would be nice if in the next version you could implement the following change for SSL compatibility:
In “travelify/library/functions/functions.php”
Line 43 (registering the google font) change:
wp_register_style( 'google_font_ubuntu', 'https://fonts.googleapis.com/css?family=Ubuntu' );
to:
wp_register_style( 'google_font_ubuntu', set_url_scheme('https://fonts.googleapis.com/css?family=Ubuntu'));
This will automatically replace http with https if SSL is enabled.
Regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SSL Compatibility’ is closed to new replies.