MUULOX Posted September 18, 2017 Share Posted September 18, 2017 Hello. After intaled a custom theme i have the following error: Mixed Content: The page at 'https://fiscal.shop/home/8-scsacsacasc.html' was loaded over HTTPS, but requested an insecure image 'http://fiscal.shop//img/cms/logo.png'. This content should also be served over HTTPS. The problem is in the following code and i cant locate the source code: <!-- Static Block module --> <div class="col-md-4 "> <div class="logo-footer"><a title="marlboro" href="#"><img src="http://fiscal.shop//img/cms/logo.png" alt="images" /></a> <p><span>Complex</span> is a premium Templates theme with advanced admin module. It’s extremely customizable, easy to use and fully responsive and retina ready.</p> </div> <div class="laberContac"> <p><i class="fa fa-map-marker"></i> Add: <span>My Company, 42 Puffin street 12345 Puffinville France</span></p> <p><i class="fa fa-phone"></i> Phone Number: <span>0123-456-789</span></p> <p><i class="fa fa-envelope"></i> Email: <span><a href="mailto:[email protected]">[email protected]</a></span></p> </div> </div> Where i can modify from http to https? Thx! Link to comment Share on other sites More sharing options...
Bill Dalton Posted September 18, 2017 Share Posted September 18, 2017 In your themes Header.tpl, try a search for href="{$base_dir}". If you find one change it to href="{$content_dir}" 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now