• Resolved jannycz

    (@jannycz)


    Hi,

    Just moved a website from a dev environment into a web host depository.
    I have ssl enabled however keep getting a mixed content warning.
    I keep getting this warning from Browser Dev Tools ” insecure url of https://laundrymat2.local/wp-content/uploads/2018/11/quote-1.png ” This is an old local domain. It also points to an old irrelevant image. I tried search and replace in database, however I had no luck.

    Any ideas how I can remove that and get rid of it?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Maybe it’s hardcoded in your theme files then?!

    Thread Starter jannycz

    (@jannycz)

    Thank you for your answer!

    That could be a case, however I am not sure what specific file to look at. I am not very skilled at theme editing.
    I glanced over the code in theme editor for available files but had no luck. Any other suggestions?

    Download all of your theme files to your local computer. Now search for quote-1.png within all .css, .js and .php files and subfolders.

    This can either be done with windows search or linux grep / find command.

    You will end up with a list of files that contain “quote-1.png” and find out where the image is loaded.

    If you can’t find it this way, maybe your db query wasn’t correct. Try to search wordpress posts and pages for quote-1.png in that case.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SSL Mixed Content’ is closed to new replies.