Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cnglobal Friend
    #1037028

    I’ve enabled https for my website: backlitdecor.com
    but upon inspecting element, I noticed some errors dealing with the template and preparing mixed content.
    for example:

    Mixed Content: The page at ‘https://backlitdecor.com/‘ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Roboto:900‘. This request has been blocked; the content must be served over HTTPS.
    also:

    Failed to load resource: the server responded with a status of 404 (Category not found) logo.png

    How can I fix these issues?

    pavit Moderator
    #1037032

    Hello

    Edit this file /templates/ja_fixel/etc/assets.xml and change the http to https

        <stylesheets>
            <file>http://fonts.googleapis.com/css?family=Roboto:400</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:100</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:100italicc</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:300</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:300italic</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:400italic</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:500</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:700</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:500italic</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:700italic</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:900</file>
            <file>http://fonts.googleapis.com/css?family=Roboto:900italic</file>
            <file>fonts/novecentowide/stylesheet.css</file>
        </stylesheets>

    Regarding the 404 error it is a missing file somewhere you should add a logo.png image

    Regards

    cnglobal Friend
    #1037060

    Thanks a bunch! solved my issue.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  cnglobal 7 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum