• Resolved 4lcapwned

    (@4lcapwned)


    Hi,

    I migrated my blog to https, and changed every content to https too.
    The only mixed content warnings I still get are google fonts imports that are done via http. But I can’t find where i can change these to https.
    Can anyone give me a tip?

    Thanks,
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just went through the same thing as you. The offending file is wp-content/themes/smartadapt/inc/classes/theme-options-class.php lines 663-708. Where they say “http://fonts.googleapis.com….”, remove the “http:” part leaving just “//fonts.googleapis.com”. This will tell the browser to use the same URI as the page was served in (http for http connections, https for https connections).

    I don’t know how to submit this as a change, but if someone wants to let the developer know, it would be appreciated.

    Thread Starter 4lcapwned

    (@4lcapwned)

    Thank you! Thats exactly what i was searching for!

    Would be great if the developer could implement this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How can I change the theme to support https?’ is closed to new replies.