I had a devil of a time trying to figure out why my thumbs were missing next to the product descriptions in ssl mode, that was until today (1 yr later, lol). Everything worked fine until I put an "s" after the http. All images showed properly including the thumbs. The thumbs would mysteriously disappear when I made it "https:". Here's what the problem was. I thought when I did the whole set-up of my store, install, admin, everything, I had always thought I had a folder called "store", such as the example it shows in the store settings in the admin panel, but I assumed wrong. We have our own ssl certificate through our host, so I thought that I had to enable SSL, add something in the "Absolute SECURE URL to store" box and "/store/" in the "Root SECURE Public HTML Folder to store" box. I even enabled SSL, with no luck at all. So I decided to take a closer look. I turned the "Enable SSL" to "No" and erased the contents of the "Absolute SECURE URL to store" box. I opened my store with just the
http://www.ourwebsite.com/index.php, and my thumbs were working correctly. I right-clicked on the thumb and told it to open the image in a new window and read the url, noting that the thumb's address was at
http://www.ourstore.com/images/uploads/thu...humb_image1.jpg then went into secure mode (with the https://) and did the same thing in which the thumbs were replaced by question marks. When I right-clicked on the question mark and told it to open the thumb's image in a new window, it revealed the thumb's URL "https://www.ourstore.com/store/images/uploads/thumbs/thumb_image1.jpg". Now, I thought the addresses were the same except for the "s" after the http, so I removed the "s" from the URL thinking it would show me the image. After this also pulled up a question mark, I got suspicious and noticed that the image that worked did not have the "/store/" after the domain name (that I thought was necessary). I went back into the store settings and replaced the "/store/" with just a "/" and everything worked perfectly from that point on.