Hummingbird converting relative URL to non-https
-
Our website (https://constructioncoverage.com/) is on https and our theme links to a font in the main css file using a relative URL:
https://constructioncoverage.com/wp-content/themes/blocksy/static/bundle/main.min.css
src:url(“../fonts/stars.woff2”)
However, Hummingbird is converting this into an http url, which is causing an error:
src:url(“https://constructioncoverage.com/wp-content/themes/blocksy/static/fonts/stars.woff2”)
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Hummingbird converting relative URL to non-https’ is closed to new replies.