Zen Cart Logo
Forums / General Questions / My TemplateMonster site's SSL breaks in Firefox

My TemplateMonster site's SSL breaks in Firefox

Views: 896

Results 1 to 7 of 7
11 Oct 2012, 4:10 AM
#1
patrioticflags avatar

patrioticflags

New Zenner

Join Date:
Oct 2012
Posts:
65
Plugin Contributions:
0

My TemplateMonster site's SSL breaks in Firefox

I get a padlock icon with Chrome and IE, but with firefox I get no padlock and it says "data partially encrypted"

I've tried deleting cookies and then I tried a whole different computer. It still does it. Any reason why firefox would do this?

the url is http://www.victoryraven.com (full of test data right now)

11 Oct 2012, 4:19 AM
#3
patrioticflags avatar

patrioticflags

New Zenner

Join Date:
Oct 2012
Posts:
65
Plugin Contributions:
0

Re: My TemplateMonster site's SSL breaks in Firefox

I just tried switching back to the classic template and the padlock shows up in Firefox with the classic template. Then goes away when I switch back.

11 Oct 2012, 4:24 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: My TemplateMonster site's SSL breaks in Firefox

I just tried switching back to the classic template and the padlock shows up in Firefox
As you are trying to use a template monster template that are known to break functionality I suspect that you will need to ask them why

11 Oct 2012, 5:36 AM
#5
patrioticflags avatar

patrioticflags

New Zenner

Join Date:
Oct 2012
Posts:
65
Plugin Contributions:
0

Re: My TemplateMonster site's SSL breaks in Firefox

kobra:

As you are trying to use a template monster template that are known to break functionality I suspect that you will need to ask them why

I bought it from a site called Zen Cart Skins. They sell a lot of the same stuff as Template Monster, but for about 20% less. I had sent them an e-mail, but they never replied to a previous message. The instructions I got were crap. If you don't load the sql patches, the instruction only tell you how to get about 1/4th of the stuff to work. Also it is supposed to add a social media icons control feature to my configuration menu and it doesn't. I e-mailed them yesterday about that and never heard back.

After much hair pulling I actually found the problem. The header file has an excessive amount of junk. Including two favicon calls to favicons that do not exist. It also has two calls for fonts on a google server. Once I deleted those, I finally got a padlock on firefox!!!

Here was the culprit:

<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/css?family=Cabin:500' rel='stylesheet' type='text/css'/>

for some reason this causes an SSL error with Firefox, but you get a full padlock with Chrome and IE

11 Oct 2012, 5:38 AM
#6
patrioticflags avatar

patrioticflags

New Zenner

Join Date:
Oct 2012
Posts:
65
Plugin Contributions:
0

Re: My TemplateMonster site's SSL breaks in Firefox

I also tried this:

<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/> <link href='https://fonts.googleapis.com/css?family=Cabin:500' rel='stylesheet' type='text/css'/>

I get a full padlock in Firefox with this code.

11 Oct 2012, 7:21 AM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: My TemplateMonster site's SSL breaks in Firefox

<link href='https:

https:// is the way to go