Support » Fixing WordPress » Mixed Content Problem

  • How to fix mixed content in this => “matrixintegrity.com” website. For your info, this website use self-hosted. I already try with a few method by using plugins but still does not work.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter riff3

    (@riff3)

    I already force all pages to https, and by edit syntax in wp-config.php and check at the “View source” at the website but still not fix the problem.

    Hi,

    Following are several ways to identify the insecure (HTTP) assets loaded on secure (HTTPS) pages.

    You may need to use several of these methods to resolve all your browser security warnings about mixed content.

    Option 1: View Source

    This method is pretty simple. Load the page via HTTPS; right-click anywhere on the page; and click “View Page Source”, “View Source”, or “Source”, depending on your browser.

    Then use the “Find” command (Edit -> Find or Ctrl+F or Cmd+F) and search for:

    "http: or 'http:

    Long story short, you’re manually looking for images, scripts, iframes, and all other assets served via HTTP instead of HTTPS.

    If you don’t find any with either double- or single-quote HTTP:, then you’re all done with that page.

    Keep browsing to other HTTPS pages and keep searching through View Source.

    Option 2: Use a Plugin

    A plugin exist that essentially do the View Source for you:

    • This reply was modified 6 years, 5 months ago by Varun Sharma.
    Thread Starter riff3

    (@riff3)

    Hi Varun,

    I already try the option 2 but still not fix the mixed content yet. For the option 1, what should I do after looking for the double or single quote HTTP?

    Thanks in advance.

    Hi,

    You have to find these hard coded 'http: or "http: in your theme installation and replace it with 'https:

    That will take a bit to do, as that’s the only solution!

    Thread Starter riff3

    (@riff3)

    Hi Varun,

    Oh I see. Thank you for your information. I will find those hard coded and fix it.
    But how to edit from the view source?

    Thanks for your help.

    • This reply was modified 6 years, 5 months ago by riff3.
    Thread Starter riff3

    (@riff3)

    Never mind. I found how to edit it. Now the problem is I have an insecure images in wp-content/uploads (check at whynopadlock.com). So, how to fix this?

    I already change to default theme but still an insecure image found in wp-content/uploads. I though maybe something wrong with the theme but seem its not.

    • This reply was modified 6 years, 5 months ago by riff3.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mixed Content Problem’ is closed to new replies.