WordPress  Mixed Content

How-To Guide: Fixing Mixed Content Error Manually or via Plugin

Switching WordPress to HTTPS? This can lead to so-called mixed content errors. Browsers like Google Chrome will label your website as not secure or block it completely. We show you several ways to fix mixed content errors with WordPress.

A mixed content error always occurs when HTTP resources are loaded on your site or a subpage, even though the website should actually only be accessible under HTTPS.

Recognizing mixed content errors

Your visitors' browsers will then display site as "not secure". You can also quickly see if your pages have a problem with mixed content by calling them up:

Not secure connection
Not secure connection as displayed in Google Chrome

"Possibly" because other errors can also be hidden behind the "not sure" display. I will come to a more detailed analysis in a moment.

A mixed content error is unsettling and many visitors will leave your site as a result of seeing it. Google is increasingly blocking the delivery of mixed content websites via its Chrome browser. Users do have the option to manually reload the blocked content. But the trust has already been damaged by that point.

Causes for mixed content in WordPress

Have you already converted your website to SSL or HTTPS but individual elements are still loaded from HTTP sources? There could be a number of reasons behind this:

  • Scripts such as CSS or JavaScript files
  • Embedded fonts, for example Google Fonts
  • Other external services and snippets
  • Images and videos on your WordPress website that still point to the HTTP address instead of HTTPS

The sources are also correspondingly diverse:

  • Plugins for WordPress and WooCommerce
  • WordPress themes
  • Included in the source code on your pages and posts or in Gutenberg
  • Old or incorrect links
  • Widgets
  • Social media connections
  • Tracking tools

Plugins and themes can lead to mixed content errors, especially if they're outdated or no longer being developed. Generally speaking, you should check after converting your site, blog or online shop to HTTPS whether and which subpages are affected by mixed content.

Find mixed content

With a browser, you can quickly identify what's causing the mixed content. This is how you proceed in Google Chrome and it's also pretty similar in other browsers:

  1. Click the right mouse button on any area of your site that you want to examine. Then select the "Examine" option.
  2. Switch to the "Security" tab in the tools. There you can see at a glance under "Resources" whether there are mixed content errors.
  3. The error console ("Console") lists the exact sources of the incorrect inclusion.

Here's a quick example of what the analysis looks like in Chrome's console:

Chrome console
Mixed content error in the Chrome console

You can now fix the error messages step by step by replacing the HTTP elements with the respective HTTPS variants. Or by removing the cause entirely, e.g. a certain widget or plugin.

Have mixed content errors corrected

You may need to adapt your WordPress theme and the CSS files to some extent. And what if you have no technical WordPress knowledge? In that case, you have the following options:

  • Hire your agency or a web designer
  • Contact the theme developer and ask them to fix the errors – or to provide you with the corresponding instructions.
  • You use the WordPress plugin Realtime-Find-Replace

Important in the latter case: This pluginonly masks the problem. For the future security of your site- but also to avoid creating unnecessary ballast in WordPress - you should completely replace the HTTP links with HTTPS links. You want to edit your themeyourself? Then make sure to use a child theme. See our tutorial Child-themefor WordPress.

Using search and replace

Does your WordPress database still contain many internal links that point to an HTTP address? Then you can change them en masse or automatically to HTTPS via search and replace. We recommend the plugin Better Search Replace for this because of the following advantages:

  • The tables in which you want to search and replace can be selected individually if required
  • It has a test run function that's very useful to check in advance how many fields will be changed and whether you've perhaps designed the search query incorrectly or too comprehensively.
  • Support for serialized arrays and objects for all tables
  • Supports WordPress Multisites

An even more detailed evaluation of the effects of search and replace is only available in the paid Pro version. But even so, the tool provides practical help.

Better Search Replace plugin
The WordPress plugin Better Search Replace

Mixed content WordPress plugin

You want to fix the errors quickly, but can't do it yourself? And you don't have an agency or freelancer at hand? There are also WordPress plugins that'll do at least some of the work for you. For example, the SSL Insecure Content Fixer.

Even in the default settings, the tool fixes central mixed content errors:

  • Scripts that are based on wp_register_script() , wp_enqueue_script() access
  • Stylesheets based on wp_register_style() , wp_enqueue_style()
  • Images and similar files, including wp_get_attachment_image()wp_get_attachment_image_src() go to
  • Data returned by wp_upload_dir() e.g. for captchas

Other errors in the content - for example from themes, plugins or from widgets - can also be fixed. The adjustments are made in a step-by-step model:

SSL Insecure Content Fixer
Some of the options of the SSL Insecure Content Fixer plugin

However, the developers point out that the cleanup via plugin can have a negative impact on the performance of your WordPress installation. You can read more about how the Insecure Content Fixer works here.

Mixed content and caching

As mentioned already, a permanent manual cleanup of mixed content errors makes more sense than using a plugin. Because additional plugins and calls generate additional calls. Not to mention that plugins can be an additional gateway for hacker attacks.

René Dasbeck explains how you can clean up mixed content in the context of a database migration in his tutorial WordPress Solving Mixed Content Problems. Do you use a plugin for caching? René points out that you should empty an existing cache before cleaning it up. Because old entries with unsafe requests can also be hiding in the cache.

Mixed Content: Your questions

Do you have questions about mixed content? Feel free to use the comment function. Do you want to hear about the latest articles on WordPress? Follow us on Twitter, Facebook or sign up to our newsletter.

Contributing photo: Markus Winkler

Did you like the article?

Your rating helps us improve our future content.

Post a comment

Your email address will not be published. Required fields are marked with *.