Jump to content

Recommended Posts

My top horizontal menu and ALL other blocks displays the correct font when shopping my store. However when people click on the Login, Your Account, Contact/Contact Us, and the Checkout Page(s) the font changes.

 

 

Does anyone know why this is and what would be a way of fixing it?

 

Any help would be appreciated.

 

Thank You,

Greg

 

Website: http://www.santancandles.com

Prestashop Version: 1.5.4.1

Link to comment
Share on other sites

You don't have the same css files loaded

Home

<link href="http://www.santancandles.com/themes/default/cache/A.a88375771f33e97ea54275c4542eb3ec_all.css.pagespeed.cf.6e8EGVdW5G.css" rel="stylesheet" type="text/css" media="all"/>

 

Account

<link href="https://www.santancandles.com/themes/default/cache/39c6723b15f5c0c87512924681724563_all.css" rel="stylesheet" type="text/css" media="all"/>

 

In one case you have http and on the other case httpS

 

I can also see in your code

 

Home

var baseDir='http://www.santancandles.com/';

var baseUri='http://www.santancandles.com/';

 

 

Account

var baseDir='https://www.santancandles.com/';

var baseUri='https://www.santancandles.com/';

 

How did you organise your site ?

Link to comment
Share on other sites

I figured it out by contacting the creator of the theme. They pull the font from a different website source which had a link in http format. They changed the link by calling the the location using https at all times which makes the font be able to pull from the outside source while people are on my site using https.

 

Thank You JayLab to figuring out the reason for my issue :-)

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...