• Resolved cqwww

    (@cqwww)


    Can you wrap something like:

    if(!empty($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] !== ‘off’ || $_SERVER[‘SERVER_PORT’] == 443){

    to functions.php: wp_enqueue_style(‘zerif_fontawesome’, get_template_directory_uri() . ‘/css/font-awesome.min.css’, array(), ‘v1’);

    As right now, if the user tries the URL with Chrome, they will get SSL errors as it’s sending the css via http and not https.

    “However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the look of the page.”

Viewing 1 replies (of 1 total)
  • Alexandra

    (@alexandrastan001)

    Hello,

    Unfortunately the theme doesn’t support this customisation and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Best regards,
    Alexandra

Viewing 1 replies (of 1 total)
  • The topic ‘send font-awesome using SSL’ is closed to new replies.