Quote Originally Posted by gohealth View Post
Hi all. Does anyone have this working via HTTPS and a Secure site?

I have the Slideshow working well when running HTTP. I have since activated SSL in Zencart and have the entire site now running SSL via HTTPS. Unfortunately, the ZX Slideshow simply looks to be loading then vanishes when you go via the HTTPS URL. You can see the difference via the two URLS below:
https://bareprotein.com.au/shop/ - the Slideshow tries to load and vanishes
VS.
http://bareprotein.com.au/shop/ - Slideshow loads quick and stays visible.

Any suggestions as to the issue?

Thanks,
Chris
Chris, I don't have a straight answer, but there is something I'd like you to try before we go any further. Please check your includes/configure.php file and see what it says under HTTP_SERVER - looks to me it's set for the www.bareprotein.com.au and you're trying to access the site without the www, which then causes a CORS error. You'll need to decide wheher you'll be using the www or not and then add a rule in the htaccess file so the other version is not available (redirect to the chosen version). Let's start with that and see where it takes us.