Jump to content

https:// changes my menu style


wazzz

Recommended Posts

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=...
  • Like 1
Link to comment
Share on other sites

 

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 by wazzz (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...