Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Posts
    84
    Plugin Contributions
    0

    Default Chrome and Firefox Security warnings

    It seems whenever my store goes to a https page it gives a security warning (actually also in IE but its a less threatening dialog box) that it has encountered items on the page not being delivered over a secure connection.

    I have a customer who won't check out because he is seeign this and he wrote me this morning - I have had two customers now mention this to us in our first week.

    This has to be the image links on the side columns, etc. not being linked with an https designation?

    Does Zen Cart have a preference setting to feed all images that appear in all pages over https? I guess what I am saying is when they build the page is there a way to tell Zen cart to deliver over https?

    Or is it that Zen Cart does so intelligently within the page and possibly the problems comes from my own sidebox graphics, etc?

    TIA
    Daniel

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Chrome and Firefox Security warnings

    The problem may well be your graphics, but we'll need to see the site to know for sure.

    The exact error message you're seeing in Firefox would help, too.

  3. #3
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Chrome and Firefox Security warnings

    Yep you have hardcoded http:// image links for your twitter icon your youtube icon and you facebook icon as well as your site header logo

    <img src="http://www gotvapes com/images/gvtv.png" height="118" width="140" ></a>

    I am guessing you have hardcoded the header logo into the file?

    try changing it to this

    <img src="/images/gvtv.png" height="118" width="140" ></a>

    and see if it works


    as for the twitter icons etc, do the same thing

    from

    <img src="http://www gotvapes com/images/facebook_icon.png" height="49" width="49" >

    to

    <img src="/images/facebook_icon.png" height="49" width="49" >
    Webzings Design
    Semi retired from Web Design

  4. #4
    Join Date
    Nov 2010
    Posts
    84
    Plugin Contributions
    0

    Default Re: Chrome and Firefox Security warnings

    Thanks guys...I am changing the links and so far still get this. I am thinking the logo in the header might be the culprit because when I do a view source it shows as hard coded with a http but all I did was upload over the templates logo.gif file in the proper folder.

    Daniel
    http://www.GotVapes.com

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Chrome and Firefox Security warnings

    The images IE has an issue with are the SSL certificate image and the Linkpoint image, both in the footer, and everything in the Twitter sidebox.

  6. #6
    Join Date
    Nov 2010
    Posts
    84
    Plugin Contributions
    0

    Default Re: Chrome and Firefox Security warnings

    Quote Originally Posted by stevesh View Post
    The images IE has an issue with are the SSL certificate image and the Linkpoint image, both in the footer, and everything in the Twitter sidebox.
    Thanks Steve--I went in and changed those also but still get the cert warning. I am wonderign it it has anythign to do with the twitter block of code...

    Daniel

 

 

Similar Threads

  1. v150 Placement of Images and Forms different between IE, Firefox, and Chrome
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Sep 2012, 02:33 PM
  2. ie7 and chrome different than ie8 and firefox
    By Congerman in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Aug 2010, 04:48 PM
  3. HTTPS and security warnings
    By MaDd0g in forum General Questions
    Replies: 12
    Last Post: 17 Jun 2010, 07:13 PM
  4. SSL log in, security exceptions for chrome and firefox.
    By Mammoth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2010, 11:10 PM
  5. IE Versus Firefox and Chrome
    By cs_jono in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Mar 2010, 05:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg