Title: Google font error on https site
Last modified: August 30, 2016

---

# Google font error on https site

 *  [Alex](https://wordpress.org/support/users/aleks-nl5/)
 * (@aleks-nl5)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/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://wordpress.org/plugins/fluid-responsive-slideshow/](https://wordpress.org/plugins/fluid-responsive-slideshow/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Alzea](https://wordpress.org/support/users/alzea/)
 * (@alzea)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/google-font-error-on-https-site/#post-6277226)
 * Hi, we already fix this issue. Please update your FRS to the newest version
 * Thank you 🙂
 *  Thread Starter [Alex](https://wordpress.org/support/users/aleks-nl5/)
 * (@aleks-nl5)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-font-error-on-https-site/#post-6277234)
 * Hi, unfortunately, the question remains open.
    In version 2.2.1 the exact same
   problem

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Google font error on https site’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fluid-responsive-slideshow_4c8178.
   svg)
 * [Fluid Responsive Slideshow](https://wordpress.org/plugins/fluid-responsive-slideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluid-responsive-slideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluid-responsive-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/fluid-responsive-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluid-responsive-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluid-responsive-slideshow/reviews/)

## Tags

 * [google font](https://wordpress.org/support/topic-tag/google-font/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 2 replies
 * 2 participants
 * Last reply from: [Alex](https://wordpress.org/support/users/aleks-nl5/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/google-font-error-on-https-site/#post-6277234)
 * Status: not resolved