wazzz Posted August 17, 2016 Share Posted August 17, 2016 If I activate the SSL the menu colors are changing, see the pictures attached. Any ideeas on how to solve this please ? I will want to activate the SSL on all pages then.... Link to comment Share on other sites More sharing options...
bellini13 Posted August 17, 2016 Share Posted August 17, 2016 looks like you are using a custom theme. You should probably contact your theme author and complain that it is not properly supporting SSL 1 Link to comment Share on other sites More sharing options...
wazzz Posted August 17, 2016 Author Share Posted August 17, 2016 Thanks Link to comment Share on other sites More sharing options...
selectshop.at Posted August 18, 2016 Share Posted August 18, 2016 Force SSL on your theme folder. After change of code below clear smarty cache and browser cache. Go to: /themes/<your theme>/header.tpl Search for a line like this: <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=... and change the line into: <link rel="stylesheet" href="//fonts.googleapis.com/css?family=... 1 Link to comment Share on other sites More sharing options...
wazzz Posted August 18, 2016 Author Share Posted August 18, 2016 (edited) Force SSL on your theme folder. After change of code below clear smarty cache and browser cache. Go to: /themes/<your theme>/header.tpl Search for a line like this: <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=... and change the line into: <link rel="stylesheet" href="//fonts.googleapis.com/css?family=... ++++++ Thank you for your reply, I am having these line where I have to change the code you asked: {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} {if !$css_uri|strstr:"jquery.bxslider.css"} <link rel="stylesheet" href="{$css_uri|escape:'html':'UTF-8'}" type="text/css" media="{$media|escape:'html':'UTF-8'}" /> {/if} {/foreach} {/if} Can you help me to place the lines please ? I have attached the header.tpl Thank you header.zip Edited August 18, 2016 by wazzz (see edit history) 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