Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #206006

    Teline V is causing my web browser’s developer console to return the following error messages:

    Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,700,700italic”[Learn More] en
    Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700″[Learn More] en
    Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Roboto+Condensed:700,400″[Learn More]

    I need to get rid of those errors for my optimisation extension (JCH-Optimize or ScriptMerge) to properly work.

    pavit Moderator
    #569168

    Hi

    Open this file templatesja_teline_vtplsblockshead.php

    Change Google fonts url from

    <!-- GOOGLE FONTS -->
    <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,700,700italic' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700,400' rel='stylesheet' type='text/css'>
    <!--//GOOGLE FONTS -->

    To

    <!-- GOOGLE FONTS -->
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,700,700italic' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400' rel='stylesheet' type='text/css'>
    <!--//GOOGLE FONTS -->

    pavit Moderator
    #734257

    Hi

    Open this file templatesja_teline_vtplsblockshead.php

    Change Google fonts url from

    <!-- GOOGLE FONTS -->
    <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,700,700italic' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700,400' rel='stylesheet' type='text/css'>
    <!--//GOOGLE FONTS -->

    To

    <!-- GOOGLE FONTS -->
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,700,700italic' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400' rel='stylesheet' type='text/css'>
    <!--//GOOGLE FONTS -->

    hamiro Friend
    #1074447

    где этот файл? путь какой?

    • This reply was modified 6 years, 5 months ago by  hamiro.
    hamiro Friend
    #1074450

    what is the path to this file ??

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

This topic contains 4 replies, has 3 voices, and was last updated by  hamiro 6 years, 5 months ago.

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