Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Image missing from Blank Sidebox on SSL pages

    wifidoc,

    A link to your site and some additional info on your image name and folder location
    Zen-Venom Get Bitten

  2. #12
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Image missing from Blank Sidebox on SSL pages

    Hello,

    I've installed this module and everything is working fine. Just wondering if I could add a php code in for an image rotator because I have a lot images but don't really like the idea of having them all shown at once. If it's gonna help, i'll be using "Better Image Rotator" from A List Apart.

  3. #13
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Image missing from Blank Sidebox on SSL pages

    It's just a blank sidebox. You can add anything you like.

    However, if you have problems with it, please don't post them here, as they will be about the specific integration that you are doing and not the blank sidebox mod for which this is the support thread. Start a new thread and I'll help there if I can.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #14
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Image missing from Blank Sidebox on SSL pages

    Ok, made a new thread

  5. #15
    wifidoc Guest

    Default Re: Image missing from Blank Sidebox on SSL pages

    Hey thanks for your reply. I found that it was a permission setting on one of the folders on the server and once I had given it greater privilages it worked. It wasnt working however if I tried to ftp the file myself and put the path into the banner manager in admin but it did work once I selected to upload it through the banner manager and changed the permissions for the folder the image was being saved to...All the best

  6. #16
    Join Date
    Oct 2007
    Location
    Lakewood, CO
    Posts
    40
    Plugin Contributions
    0

    Default Re: Image missing from Blank Sidebox on SSL pages - SOLVED

    In the event you've run accross this thread after doing a search for a similar problem, I solved the mystery. My problem was caused by the .htaccess file in my images directory. In following the suggestion to stop people from linking to images on my site I'd neglected to add the secure domain to the file....

    Old way:
    Code:
    SetEnvIfNoCase Referer "^http://www.remarkablepens.com/" locally_linked=1
    SetEnvIfNoCase Referer "^http://www.remarkablepens.com$" locally_linked=1
    SetEnvIfNoCase Referer "^http://remarkablepens.com/" locally_linked=1
    SetEnvIfNoCase Referer "^http://remarkablepens.com$" locally_linked=1
    SetEnvIfNoCase Referer "^$" locally_linked=1
    <FilesMatch "\.(gif|png|jpe?g)$">
      Order Allow,Deny
      Allow from env=locally_linked
    </FilesMatch>
    New way:
    Code:
    SetEnvIfNoCase Referer "^http://www.remarkablepens.com/" locally_linked=1
    SetEnvIfNoCase Referer "^http://www.remarkablepens.com$" locally_linked=1
    SetEnvIfNoCase Referer "^http://remarkablepens.com/" locally_linked=1
    SetEnvIfNoCase Referer "^http://remarkablepens.com$" locally_linked=1
    SetEnvIfNoCase Referer "^https://secure.remarkablepens.com/" locally_linked=1
    SetEnvIfNoCase Referer "^https://secure.remarkablepens.com$" locally_linked=1
    SetEnvIfNoCase Referer "^$" locally_linked=1
    <FilesMatch "\.(gif|png|jpe?g)$">
      Order Allow,Deny
      Allow from env=locally_linked
    </FilesMatch>

  7. #17
    Join Date
    Nov 2009
    Location
    AB, Canada
    Posts
    5
    Plugin Contributions
    0

    Default Re: Image missing from Blank Sidebox on SSL pages

    Quote Originally Posted by mikelouw View Post
    I know nothing about SSL, but I find all the images on my https:// pages (such as checkout) disappear when I enable Hotlinking protection on my Cpanel (I am using Camelot hosting). If I disable the Hotlink protection, the images are back.

    Mike
    GOD BLESS YOU! I was about to pull my hair out over the mystery of the disappearing header & images at checkout. Many thanks, Mike.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. remove search sidebox from SSL pages
    By gorie in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Aug 2010, 02:55 AM
  2. image missing from Blank side box
    By irishshopper in forum Addon Sideboxes
    Replies: 1
    Last Post: 7 Aug 2010, 06:57 PM
  3. Missing images in SSL pages?
    By aly22 in forum General Questions
    Replies: 8
    Last Post: 11 Aug 2008, 09:08 AM
  4. Replies: 0
    Last Post: 17 Jan 2008, 12:37 AM
  5. Replies: 2
    Last Post: 18 Nov 2006, 09:04 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