CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Image stacking when using https:// #669

Closed BishopDecks closed 4 years ago

BishopDecks commented 4 years ago

I searched to see if anyone else had this issue, but no joy. I have two copies of the Anything slider on my home page and it works fine if I use the http:// link, but if I use the https:// link it does not seem to display correctly. All the images stack below one another.

Here are the links: http://www.WhitmerDecks.com https://www.WhitmerDecks.com

I am sure this is something simple that I have set wrong. Any help in getting this sorted would be greatly appreciated. Thanks.

BishopDecks commented 4 years ago

I was able to find the fix for this when I found another post from Mottie. https://css-tricks.com/forums/topic/anything-slider-problems-with-ssl/

As soon as I hit Ctrl-Shift-J in Chrome as Mottie suggested I saw the error was that I had a call in the page that used http:// instead of https://. Mixed call types bad. Changed one character and things work now.

to

Thanks Mottie!