• 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)
  • Plugin Contributor Alzea

    (@alzea)

    Hi, we already fix this issue. Please update your FRS to the newest version

    Thank you ??

    Thread Starter Alex

    (@aleks-nl5)

    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.