Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 59
  1. #41

    Default Re: Secure and Nonsecure items

    I seem to be having a problem with secure and non-secure items with IE7 and IE8 (Firefox doesn't seem to think there is mixed content), and for the life of me I can't figure out why. It only seems to happen on my product description pages. This is not a huge deal as these are usually not encrypted, but if someone logs on when they are on a product page, IE gives them a mixed content warning. I've checked it with a couple of http sniffers, and all content appears to be secure, so I'm stumped. Does anyone have any idea what the problem is? Could this have something to do with lightbox for my product pictures?

    Here's an example link. Make sure to open it in IE:

    https://birdingdepot.com/index.php?m...roducts_id=344

    Any help would be appreciated! Thanks!

  2. #42
    Join Date
    Nov 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Hey guys, sorry if this is posted into the wrong thread. So far as I could tell, this was the best match.

    I also am getting the whole "contains secure and nonsecure items" error message when I go to the checkout page. I've tried everything I can think of, I've followed as many tutorials/answers as I could find, tried different configurations, and still am getting the problem. I've even checked the source code (after the fact) to make sure I don't have any hard-coded http: in there.

    Here's the includes/configure.php

    define('HTTP_SERVER', 'http://www.comicsxp.com');
    define('HTTPS_SERVER', 'https://www.comicsxp.com');

    define('ENABLE_SSL', 'true');

    define('DIR_WS_CATALOG', '/cxpstore/');
    define('DIR_WS_HTTPS_CATALOG', '/cxpstore/');


    and here's the admin/includes/configure.php

    define('HTTP_SERVER', 'http://www.comicsxp.com');
    define('HTTPS_SERVER', 'https://www.comicsxp.com');
    define('HTTP_CATALOG_SERVER', 'http://www.comicsxp.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.comicsxp.com');

    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');




    Any help would be much appreciated. And in case it was unclear, the store url is www.comicsxp.com

    Thanks guys.

  3. #43
    Join Date
    Dec 2006
    Posts
    107
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    [FONT=monospace]I'm far from an expert but I've just been troubleshooting this on my site. Start by removing stuff and see if anything fixes it. Maybe start with the social networking site links at the bottom. I don't think you can have off site links to another site unless it is https

    Also check this out... https://www.zen-cart.com/tutorials/i...hp?article=150
    [/FONT]

  4. #44
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Quote Originally Posted by DaveS View Post
    [FONT=monospace]I'm far from an expert but I've just been troubleshooting this on my site. Start by removing stuff and see if anything fixes it. Maybe start with the social networking site links at the bottom. I don't think you can have off site links to another site unless it is https

    Also check this out... https://www.zen-cart.com/tutorials/i...hp?article=150
    [/FONT]
    I am having the same problem in IE. I got help with social bookmarkers. Now, it looks like it is Live Help and Join our Mailing List - both sideboxes.

    Any suggestions?

    Thanks, Kim

  5. #45
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Kim
    I am sort of dealing with the same secure/nonsecure issues. If I find the solution I'll be sure to let you know. By the way, I love your site! It's beautiful. God bless ya real good sister.

    John

  6. #46
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Quote Originally Posted by JQPublic View Post
    Kim
    I am sort of dealing with the same secure/nonsecure issues. If I find the solution I'll be sure to let you know. By the way, I love your site! It's beautiful. God bless ya real good sister.

    John
    Thank you.

    I just went thru this with social bookmarks. Thanks to help of someone else on forum. I ended up adding this to includes/templates/temp/common.tpl_header.php.

    <!-- AddThis Button BEGIN -->
    <?php if ($request_type == 'NONSSL') { ?>

    social book mark detail

    <?php } ?>
    <!-- AddThis Button END -->

    I am thinking that the newsletter sidebox does not have to be on when customer is logged in. They indicate if they want to be on newsletter email when they first login. I can live with getting rid of it...But do not know what file to place this in???

    But, I would like Live Help to be available....if it means getting secure/nonsecure than I can get rid of it too when customer is logged in.

    Thanks, Kim

  7. #47
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Secure and Nonsecure items

    Like this.....

    Code:
    <a href="http://link.com/" target="_blank"><img src="//www.link.com/image.gif" border="0" alt=""></a>
    Not like this
    Code:
    <a href="http://link.com/" target="_blank"><img src="http://www.link.com/image.gif" border="0" alt=""></a>
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  8. #48
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Quote Originally Posted by mprough View Post
    Like this.....

    Code:
    <a href="http://link.com/" target="_blank"><img src="//www.link.com/image.gif" border="0" alt=""></a>
    Not like this
    Code:
    <a href="http://link.com/" target="_blank"><img src="http://www.link.com/image.gif" border="0" alt=""></a>
    ~Melanie
    Where located? I am looking for sideboxes with Newsletter and Live Help. I can turn off newsletter when customer is logged in, but would like Live Help to remain when customer is logged in.

    Kim

  9. #49
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Secure and Nonsecure items

    The code for your live help would be wherever it was added.... templates/your_template/sideboxes ? Maybe... Maybe in a defined sidebox?

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  10. #50
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Secure and Nonsecure items

    Quote Originally Posted by mprough View Post
    The code for your live help would be wherever it was added.... templates/your_template/sideboxes ? Maybe... Maybe in a defined sidebox?

    ~Melanie
    I am not good at this and very confused. I feel very stupid at this point. Please be patient with me.

    This code is to be placed somewhere in one of my templates folder/sideboxes.

    <a href="http://link.com/" target="_blank"><img src="//www.link.com/image.gif" border="0" alt=""></a>

    Looks like I need something for link and image? link = www.burnerbooks. image = ?

    Kim
    Last edited by kburner; 10 Sep 2009 at 10:04 PM.

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. secure and nonsecure items base href?
    By JJDoench in forum General Questions
    Replies: 20
    Last Post: 5 Jan 2010, 05:03 AM
  2. Page Contains Secure and Nonsecure Items...
    By HandcraftedUK in forum General Questions
    Replies: 7
    Last Post: 9 Nov 2008, 07:20 PM
  3. Secure and nonsecure items
    By dealbyethan.com in forum General Questions
    Replies: 3
    Last Post: 29 Aug 2007, 06:13 PM
  4. Pulling my hair out over secure and nonsecure items...
    By bobguindon in forum General Questions
    Replies: 11
    Last Post: 3 Jul 2007, 12:11 PM
  5. This page contains both secure and nonsecure items
    By superprg in forum General Questions
    Replies: 21
    Last Post: 21 Mar 2007, 08:26 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