Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Page contains nonsecure items warning?

    Well, I fixed the problem.

    It wasn't the swf as you had suggested, but that did make me think to check on some of the other uncalled scripts.

    I added lightbox to the pages, for previewing comic pages. It turns out, this was the culprit all along.

    Thank you everyone for taking the time to try and help me. In the hopes that this will save someone else some headaches, here was the fix I applied.

    Since I wanted to keep Lightbox, but there is no need for it to show up on the secure pages (checkout, my account). I changed the script for lightbox to this:

    if (getenv('HTTPS') == 'on') {
    // do nothing
    } else {
    // echo the script for lightbox here
    }

    Basically, this turned off Lightbox, if the page is in https mode. So, no more call, no more problem.

    Thank you again, everyone.

  2. #2
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Page contains nonsecure items warning?

    Quote Originally Posted by ComicsXP View Post
    Well, I fixed the problem.

    It wasn't the swf as you had suggested, but that did make me think to check on some of the other uncalled scripts.

    I added lightbox to the pages, for previewing comic pages. It turns out, this was the culprit all along.

    Thank you everyone for taking the time to try and help me. In the hopes that this will save someone else some headaches, here was the fix I applied.

    Since I wanted to keep Lightbox, but there is no need for it to show up on the secure pages (checkout, my account). I changed the script for lightbox to this:

    if (getenv('HTTPS') == 'on') {
    // do nothing
    } else {
    // echo the script for lightbox here
    }

    Basically, this turned off Lightbox, if the page is in https mode. So, no more call, no more problem.

    Thank you again, everyone.
    Which file did you edit and where exactly did you place your change?
    I'm about to run screaming into the night with the same problem you had. I am about to start promoting my site and I know people will not make any purchases with that warning.

 

 

Similar Threads

  1. HCL (Help Center Live) - Page contains both secure and nonsecure items
    By Ruthless in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 5 Mar 2009, 07:41 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. Help with "page contains both secure and nonsecure items"
    By bpais in forum General Questions
    Replies: 4
    Last Post: 21 Jan 2008, 03:32 AM
  4. Replies: 10
    Last Post: 18 Apr 2007, 10:29 AM
  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