Re: Carlisle Fresh Template Support Thread
What about these links in the footer (site legal info). I'm using the login page and seeing the mixed content notice in FireFox.
http://www.mandyshomedecor.com/index...ain_page=index
http://www.go2strategies.com/zen-cart-ecommerce.php
http://www.go2strategies.com/
http://www.zen-cart.com/
http://www.picaflor-azul.com/
Order Tracking
http://www.ups.com/WebTracking/track?loc=en_CA
I have similar issues, different template, and haven't found all the answers yet.... still looking. Same pages v1.3.9h no issues. After upgrade to v1.5.3, mixed content issues. But there are too many variables to point fingers.
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
RixStix
Clickable links such as that will not generate the error(s) described, otherwise one could not get to or from secure access. It is when content is pulled from elsewhere that the mixed content occurs. Now there are some browsers that will alert when changing from one to the other, but not the existence of a link to a non-https location. So, image sources, flashplayer media for example have the potential to generate the mixed content warning.
Re: Carlisle Fresh Template Support Thread
Hi! Is there a way to replace the background with an image instead of plain color? Thanks
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
sfuredi
Hi,
I apologize if I am not posting this in the correct thread, but I am running into an issue with my Carlisle Fesh template installation. I am receiving a security error stating that only secure content is being displayed, in IE. Normally I would attribute this to myself not linking an image using my https, however, I just can't seem to find where this issue is coming from (I checked the image urls I added). I need a second set of eyes to see what I am not.
My website is
http://www.mandyshomedecor.com
Thanks for your help!!!
This is what FireFox Security Console flagged.
Try finding this line in the appropriate file and changing http to https
Blocked loading mixed active content "http://fonts.googleapis.com/css?family=Source+Sans+Pro"
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
RixStix
This is what FireFox Security Console flagged.
Try finding this line in the appropriate file and changing http to https
Blocked loading mixed active content "http://fonts.googleapis.com/css?family=Source+Sans+Pro"
Assuming that https works as well as http, and that the page is being served on a website could change it to:
//fonts.googleapis.com/css?family=Source+Sans+Pro and the link will be pulled with whatever style of access is currently served (http or https).
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
mc12345678
Assuming that https works as well as http, and that the page is being served on a website could change it to:
//fonts.googleapis.com/css?family=Source+Sans+Pro and the link will be pulled with whatever style of access is currently served (http or https).
First, thank you to everyone for your input.
Here's what I did:
Created Fresh install of Zen @ http://mandyshomedecor.com/test/
Installed fresh unmodified version of Carlisle Template
I am using a shared SSL certificate provided by my default host
https://secure3052.hostgator.com/~mf...rCompany/test/
I've used shared ssls in the past without any issues, funny that no one else posted about this yet. I created the fresh install to rule out any of my own development as an issue.
My last active development other than this new project for my wife, was on zen 1.3.8 so I'm very rusty. I understand what you are saying about the fonts, but to be bluntly honest, I'm not sure how to hard code in an https path.
Can you elaborate for me?
Thanks!
Re: Carlisle Fresh Template Support Thread
Around Line 150 in
includes/templates/carlisle_fresh/common/html_header.php
as mc12345678 suggested
try removing the http:
or changing it to https
http://fonts.googleapis.com/css?family=Source+Sans+Pro
Re: Carlisle Fresh Template Support Thread
That did it guys, thank you very much for your help!!!
Re: Carlisle Fresh Template Support Thread
Hi Anne
I am wanting to add additional slides (more than 5) to the slider, but can't figure out where to make the changes. Can you please help me. Thanks!
Re: Carlisle Fresh Template Support Thread
Quote:
Originally Posted by
Tucats
Hi Anne
I am wanting to add additional slides (more than 5) to the slider, but can't figure out where to make the changes. Can you please help me. Thanks!
The easiest way is to just add static html code to the includes/templates/carlisle_fresh/common/tpl_home_slider.php file. If you want the slides to be editable through the admin then you need to add new banner groups, but this is a lot more complicated.
Thanks,
Anne