BuddyBoss Home – Web Support Forums Themes Boss. theme SSL and Boss / SL Theme

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #68875
    @mln83

    Hi guys,

    I am noticing some parsing errors when my site is loading. More specific example:
    was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/lato/v11/AcvTq8Q0lyKKNxRlL28Rn4X0hVgzZQUfRDuZrPvH3D8.woff2'. This request has been blocked; the content must be served over HTTPS.

    Is it possible to load theme fonts over a secure connection (SSL)?

    Best regards,
    Michael

    Answers

    #68877
    @vapvarun

    Hi @mln83

    We have added font family without protocol to adopt with http and https both

    
    $link = '//fonts.googleapis.com/css?family=' . urlencode( $font_family ) . $font_weight . $subsets;
    

    It might be possible any additional plugin is adding fonts.gstatic.com with http

    For quick solution you are also use https://wordpress.org/support/plugin/wordpress-https It will force all insecure elements on https

    Regards
    Varun Dubey

    #69050
    @aaronmcnany

    I’m running Boss with an SSL certificate and don’t currently have that problem. I’ve had some problems where the Activity Loop wants to display embedded content from outside HTTP sites (esp. iframes), but obviously browsers don’t want to display both secure and non-secure content. I’ve been able to ‘display-none’ the iframes, and it has taken care of the problem for now.

    Fonts, specifically, I’ve had no problems with.

    #69051
    @mln83

    Hi @vapvarun, @aaronmcnany,

    Thanks for the feedback.

    I have investigated it a bit further and it seems to be a browser related issue since the errors only appear in Chrome. In Firefox / Safari there are no errors.

    Best regards,
    Michael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this question.