• Resolved boomcycle

    (@boomcycle)


    I am using WP Responsive Menu and it’s been working great — until I changed my site to use SSL. Then it contributed to an error that was happening when I’d look at my site in Firefox. Firefox would say my site was delivering mixed content (insecure/secure) and I couldn’t find the source of the trouble.

    A very clever person found the problem in WP Responsive Menu in the file wprmenu.css on line 7:

    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

    So I changed it to be “https” and now all is well. However, I know any updates you make will blow my change away so I wanted to mention it. Can you possibly do protocol-agnostic linking like:

    @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);

    It seems to be working for me after I made the change but I can’t be sure…

    Thank you for a great product!

    https://www.ads-software.com/plugins/wp-responsive-menu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hi boomcycle,

    Thanks for the tip. I have already coded on the next version of the plugin I am preparing. So it would be working fine if you update the plugin.

    Regards
    -Nirmal

    Thread Starter boomcycle

    (@boomcycle)

    When does the update come out? My plug-ins list shows my current version as 1.0.1 and there’s no update available according to my WP Dashboard…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘https for Google Open Sans’ is closed to new replies.