Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
i changed the website to https with htaccess, Options and better search replace for the links.
But i get mixed content warning for the following
https://localhost/business4/wp-content/themes/specular/img/logo_light.png
I tryed multiple browsers but get always this msg.
Thanks
Where can i change this ?
Problem solved
i havent set a “light” logo, i set it and mixed content warning is gone
only ssl warning is for html5shim thats hardcoded to http, should be changable?!
Thanks
Hello,
Glad to know you figured out the logo issue. The html5shim file is also being served via http, and this is causing the warning. Go to your header.php file and find this line:
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
Change the http
protocol to secure https
.
Let us know.
Best regards!
You must be logged in to reply to this topic.