• Resolved AngeloLazzari

    (@angelolazzari)


    Hi, if you enter in this site you can see a beautiful slider on it, thanks for you great plugin!

    We noticed that there is an issue with the SSL, in fact, the browser says that there are some images not coming directly from the site. After a few investigation we discovered that the base64 svg images of the arrows are the problem.

    Do you have any advise to fix that issue?

    thank you very much
    Angelo

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ramona

    (@nextend_ramona)

    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!”.

    Thread Starter AngeloLazzari

    (@angelolazzari)

    thank you very much!!!!!!!!! Really appreciated!
    Angelo

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SSL issue on slider’ is closed to new replies.