Tagged: https
Hi,
I’m trying to make my chekout page secure:
https://trancepsykologi.dk/akademi/checkout/
I’ve forced https on the this specific page, but enfold theme is making trouble:
Total number of items: 84
Number of insecure items: 1
Insecure URL: http://trancepsykologi.dk/akademi/wp-content/themes/enfold/images/background-images/diagonal-thin-light.png
Found in: https://trancepsykologi.dk/akademi/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Any idea how this can be corrected??
Hi snitgard!
Update your theme to the most recent 2.9.2 release and then go to your Theme options and then the styling options. Change a setting, save the changes to regenerate the stylesheet again and then change things back if needed.
Cheers!
Devin
Hey snitgard!
Deselect the background image on the theme option page (Enfold > Theme Options) and insert this code into the quick css field:
html.html_boxed {background: #111111 url(//trancepsykologi.dk/akademi/wp-content/themes/enfold/images/background-images/diagonal-thin-light.png) top left repeat scroll;}
I’ll ask Kriesi to replace the protocol urls with protocol-relative URLs with the next update.
Cheers!
Peter