Hi @agentkiller007,
I looked at the example slider you submitted and noticed that the problem is in the CORS policy. And that means you’re trying to load slide media files that are at the http URL, while the slider is at the https URL.
I’ll see if there is any chance we can add in our next update that Slider supports reading media URLs that are not from the same path as the slider path. But my expectations are low because of Google’s CORS policy.
And as a tip, I generally suggest that media URLs and slider paths have the same security policy so http or https. Move your media also to the https. That is the general CORS policy issue.
This is an official warning message from your website that you send.
“Mixed Content: The page at ‘https://b2lazy.com/create-post/’ was loaded over HTTPS, but requested an insecure image ‘https://b2lazy.com/wp-content/uploads/2020/04/image_3.jpg’. This content should also be served over HTTPS.”
-
This reply was modified 4 years, 2 months ago by Codinga.