• Hello,

    I’m using Woocommerce + WPLMS and only forcing SSL on the checkout page, but insecure images are being requested and as such, I’m not getting the green padlock displayed. According to Chrome’s security console, these images aren’t even on the checkout page. They are from my blog, and elsewhere on my site.

    I only need the green padlock displayed on my checkout screen. Do you have any suggestions on how to fix this issue without installing any plugins?

    My site is:

    https://fluencyuniversity.com

    Thanks.

    https://www.ads-software.com/plugins/ssl-insecure-content-fixer/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter chrisyannick

    (@chrisyannick)

    I also tried installing your plugin, but I’m still getting insecure content warnings. I’m not sure what else to do :-/

    Plugin Author webaware

    (@webaware)

    G’day chrisyannick,

    Your checkout page is attempting to load a file loader.svg from your media library — it’s not loaded on the page, so it is probably being requested through a script or stylesheet.

    The file also doesn’t exist, so it gets a redirect to the /straight-shooter/ page, also on http. Two warnings for the price of one ??

    I suggest that you go hunting through your theme settings for a custom loader / ajax spinner image, because that’s what it sounds like to me.

    cheers,
    Ross

    Thread Starter chrisyannick

    (@chrisyannick)

    Hi Ross,

    The image straight-shooter is located on my blog, so I don’t know why it is showing up on my checkou page. If I delete the image, another image just takes its place.

    Sorry to ask, but what is a custom loader/ajax spinner image, and how will that fix the issue?

    Thanks,
    Chris

    Plugin Author webaware

    (@webaware)

    G’day Chris,

    It looks like straight-shooter might be a redirect from 404s, e.g. if you try to load this non-existent image, you’ll get redirected:

    https://fluencyuniversity.com/wp-content/uploads/not-an-image.svg

    A loader / Ajax spinner image is something that is displayed to indicate that something is happening, so that people know to wait. e.g.

    https://ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif

    Somewhere in your theme is a setting for the loader image, and it’s been set to an image that

    a) starts with http not https
    b) doesn’t exist, so it redirects to straight-shooter

    cheers,
    Ross

    Thread Starter chrisyannick

    (@chrisyannick)

    Hi Ross,

    the loader.svg image is an image in located in my woocommerce/assets directory. But I’m not sure what it’s used for. Should I just change it to https? Would that solve the issue?

    Otherwise I have no idea where to look in my theme settings since the file loader.svg is nowhere to be found on my WordPress site.

    Thanks,
    Chris

    Plugin Author webaware

    (@webaware)

    I just looked again, and it’s requesting the loader.svg from your theme folder, not uploads or WooCommerce:

    https://fluencyuniversity.com/wp-content/themes/wplms/assets/images/icons/loader.svg

    If it’s not a setting in the theme, then it’s a bug — you’ll need to take that up with the theme author.

    cheers,
    Ross

    Thread Starter chrisyannick

    (@chrisyannick)

    I tried to edit the file loader.svg in my web directory and change all instances of http in the code to https. It had no effect.

    I also deleted the photo straight-shooter. Now another image is showing as insecure (lighten-up), which is just another image pulled from my blog.

    Not sure what else to do.

    I appreciate the help. I have also written to my theme author so maybe they can tell me if it’s a bug.

    Thanks,
    Chris

    Plugin Author webaware

    (@webaware)

    G’day Chris,

    Editing the .svg file will do nothing. Something is loading it from the wrong place, with the wrong protocol (http). My guess is that it’s the theme, either via JavaScript or CSS. Your theme author is definitely the person who can help you with this. I suggest waiting to see how they respond.

    cheers,
    Ross

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Insecure content on checkout page’ is closed to new replies.