Google font error on https site
-
Hi!
At first – Thanks for awesome plugin!
Secondly – if the site uses encryption HTTPS, the browser will swear to “unencrypted content…”
Check your plugin found in the file ‘/fluid-responsive-slideshow/shortcode.php’ in line #20 font ‘OpenSans’ are connecting via HTTP clean without encryption.
This problem was solved by simply removing the protocol name “HTTP” (in this case, the browser chooses the required protocol between HTTP and HTTPS).
It was:wp_enqueue_style('OpenSans',"http//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700",array(),FRS_VERSION);
It became:
wp_enqueue_style('OpenSans',"//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700",array(),FRS_VERSION);
https://www.ads-software.com/plugins/fluid-responsive-slideshow/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Google font error on https site’ is closed to new replies.