Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

blocked loading mixed active content http //fonts.googleapis.com/css

Home Forums Older releases 0.9.x blocked loading mixed active content http //fonts.googleapis.com/css

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2309
    max
    Participant

    We use smart menu’s on a closed system.

    when load smartmenus I get the error about “loading mixed content”.
    According to the google docs support the fix is

    as follows:

    instead of http://fonts.googleapis.com/css

    switch link or import to

    //fonts.googleapis.com/css

    but when I do this I get other errors caused by the fact that we can’t load external fonts.

    Question, in sm-blue.css, if I remove the

    @import url(http://fonts.googleapis.com/css?….

    when there be any problems that I should be concerned with?

    when I remove this import statement everything looks the same to me.

    Thank you,

    max

    #2311
    admin
    Keymaster

    There won’t be any major issues. Just the “PT Sans Narrow” font won’t be loaded from Google fonts and on systems that don’t have the font installed (e.g. standard Windows installs) instead of like this:

    the menu font would look something like this:

    #3215
    jnmills
    Participant

    removing the http: works for me. It ought to be removed from the sm_blue.css (and demo.css, and _sm-blue.css) to be clean in the distribution.

    #3252
    admin
    Keymaster

    This will be fixed in the next release, thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.