Hi @angelolazzari
We’re using data URIs for the arrows:
https://css-tricks.com/data-uris/
and these don’t have any http or https set:
data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=
For the images, we’re using protocol relative images, so the http or https is not included, the browser fills that based on the protocol the site was loaded on.
The actual image urls look like this: //example.com/images/image.jpg
This seems to work fine for all slides.
Using the browser console > Network tab:
https://developers.google.com/web/tools/chrome-devtools/network
it seems the following images load over http:
- /wp-content/uploads/2020/08/nofumadores.org-donacion.jpg
- /wp-content/uploads/2019/01/A_IGP6457-1.jpg
They’re not images from Smart Slider. I think both are coming from Elementor, the first one seems to be the background behind “AYUDANOS A CONSEGUIRLO” and the second one seems to be in the Elementor slider behind “¡LO TENEMOS CLARO!”.
thank you very much!!!!!!!!! Really appreciated!
Angelo