Mixed Content

    • 103 posts
    July 27, 2017 6:18 PM EDT

    How do I access the real index.php page to fix SSL Mixed Content? I got his error:

    Mixed Content: The page at 'https://xxxxxx.club/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Leckerli+One'. This request has been blocked; the content must be served over HTTPS.

    I go to the main members/home page in site and sdo a right click/view page code. I shows the Members Home Page with a lot of html, but I can't find it any where!

    • Moderator
    • 6923 posts
    July 28, 2017 5:25 AM EDT

    That should be in your CSS stylesheet of your theme. Check the theme.css file and it should be at the top. Change it to remove the http: part as shown below

    • 103 posts
    July 28, 2017 3:02 PM EDT

    Thank you Donna!!! It got fixed!!! Just working on these now:

    unreachable code after return statement[Learn More]                 core.js:  596:  4
    SyntaxError: expected expression, got ')'[Learn More]                home:  2879:  25
    unreachable code after return statement[Learn More]                 core.js:  596:  4

     

    Where are these files located?

    • 103 posts
    July 28, 2017 3:08 PM EDT

    And these 2:

     

    Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.           sxxxxxx.club/:81 
    Failed to load resource: the server responded with a status of 404 (Not Found)                                               /favicon.ico?c=15 

    • Moderator
    • 6923 posts
    July 29, 2017 4:44 AM EDT

    For the favicon, load a new one as per the tutorial. https://support.socialengine.com/php/customer/en/portal/articles/1636877-creating-and-adding-a-favicon?b_id=14386

    I don't know about the other issues, not enough info.

    • 629 posts
    September 9, 2017 4:09 AM EDT

    That's some good advice.