<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; wordpress mixed content error</title>
	<atom:link href="http://www.wpwife.com/category/wordpress-mixed-content-error/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Fix the Mixed Content Error in WordPress (Step by Step)</title>
		<link>http://www.wpwife.com/wordpress-plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step</link>
		<comments>http://www.wpwife.com/wordpress-plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step#comments</comments>
		<pubDate>Tue, 27 Feb 2018 13:47:48 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[common wordpress errors]]></category>
		<category><![CDATA[wordpress mixed content error]]></category>
		<category><![CDATA[wordpress mixed content issue]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wordpress ssl errors]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=50771</guid>
		<description><![CDATA[
<p>Are you seeing the mixed content error in WordPress? Mixed content error in WordPress is caused by incorrect HTTPs/SSL settings. Often times it doesn&#8217;t affect your website&#8217;s functionality, but it can have adverse affects on your website&#8217;s SEO and user experience. In this article, we&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/">How to Fix the Mixed Content Error in WordPress (Step by Step)</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Are you seeing the mixed content error in WordPress? Mixed content error in WordPress is caused by incorrect HTTPs/SSL settings. Often times it doesn&#8217;t affect your website&#8217;s functionality, but it can have adverse affects on your website&#8217;s SEO and user experience. In this article, we will show you how to fix the mixed content error in WordPress. </p>
<p><img title="How to fix the mixed content error in WordPress" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/02/mixedcontenterrorwp.png" alt="How to fix the mixed content error in WordPress" width="550" height="340" class="alignnone size-full wp-image-50781" /></p>
<h4>What is Mixed Content Error in WordPress?</h4>
<p>It is highly recommended to <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/" title="How to Add SSL and HTTPS in WordPress">add HTTPS / SSL in WordPress</a> because after July 2018 Google Chrome will mark all http versions of website as insecure. </p>
<p>SSL adds an additional security layer around data transferred from your website to users&#8217; browsers. Search engines like Google recommend using SSL on your website as well. </p>
<p>All <a href="http://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting?">best WordPress hosting companies</a> are now offering free SSL as part of their packages. If your hosting company doesn&#8217;t offer that, then you can get <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-free-ssl-in-wordpress-with-lets-encrypt/" title="How to Add Free SSL in WordPress with Let’s Encrypt">free SSL through Let&#8217;s Encrypt</a> for your WordPress site. </p>
<p>If you have correctly implemented SSL on your website, then you will see a green padlock icon next to your website&#8217;s URL in the browser address bar. </p>
<p><img title="Secure content sign" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/secure.png" alt="Secure content sign" width="550" height="226" class="alignnone size-full wp-image-50774" /></p>
<p>On the other hand if your HTTPs/SSL settings are not properly setup, then you will see an info sign or a broken padlock icon in the address bar. </p>
<p><img title="Not fully secure due to mixed content" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/notsecure.png" alt="Not fully secure due to mixed content" width="550" height="202" class="alignnone size-full wp-image-50776" /></p>
<p>This indicates that while your website is using a <a href="http://www.wpbeginner.com/refer/godaddy-ssl/" class="thirstylink" rel="nofollow"  title="SSL certificate">SSL certificate</a>, some content on your website is still served from non HTTPS urls. </p>
<p>You can find out which content is served through insecure protocol by <a href="http://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/" title="Basics of Inspect Element: Customizing WordPress for DIY Users">using the Inspect tool</a>. The mixed content error will be displayed as a warning in the console with details for each mixed content item. </p>
<p><img title="Mixed content displayed in developer tools" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/mixedcontentconsole.png" alt="Mixed content displayed in developer tools" width="550" height="201" class="alignnone size-full wp-image-50777" /></p>
<p>If it is just a single item that you can manually fix, then you can go ahead and fix it by editing the post, page, or theme file where it appears. </p>
<p>However, in most cases these items are added dynamically by WordPress or stored in your database. In that case, it will be hard to detect all of them and fix them manually. </p>
<p>That being said, let&#8217;s take a look at how to easily fix the mixed content error in WordPress. </p>
<h4>Fixing Mixed Content Error in WordPress</h4>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/ssl-insecure-content-fixer/"  title="SSL Insecure Content Fixer" rel="nofollow">SSL Insecure Content Fixer</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>Upon activation, you need to visit <strong>Settings &raquo; SSL Insecure Content</strong> page to configure the plugin settings. </p>
<p><img title="SSL secure content plugin settings" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/02/sslsecurecontent.png" alt="SSL secure content plugin settings" width="550" height="370" class="alignnone size-full wp-image-50778" /></p>
<p>This plugin provides different levels of fixes to the mixed content error. We will explain each one of them, what they do, and which one is best for you. </p>
<p><strong>1. Simple</strong> </p>
<p>This is the fastest and recommended method for all beginner users. It automatically fixes the mixed content error in WordPress for scripts, stylesheets, and WordPress media library images. </p>
<p><strong>2. Content</strong> </p>
<p>If the simple method doesn&#8217;t fix the mixed content error on your website, then you should try this method. It will use all the features of simple, in addition to checks for fixes inside WordPress content and text widgets. </p>
<p><strong>3. Widgets</strong> </p>
<p>This includes all fixes applied in content level plus an additional fix to resources loaded in all WordPress widgets on your website.</p>
<p><strong>4. Capture</strong> </p>
<p>This method captures everything on every page of your website from header to footer and replaces all URLs with HTTPs. It is slower and would affect performance of your website. </p>
<p><strong>5. Capture all</strong></p>
<p>When all above levels fail, then you can try this method. It attempts to fix everything which may result in some unexpected behavior on your website. It will also have the most negative impact on performance. </p>
<p>After selecting a content fix level, you need to scroll down to the HTTPS detection section. This is where you can choose how to detect the HTTPs content on your website. </p>
<p><img title="HTTPS detect" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/02/httpsdetect.png" alt="HTTPS detect" width="550" height="237" class="alignnone size-full wp-image-50779" /></p>
<p>The default option is to use a WordPress function, which would work for most website. </p>
<p>Below that you will find other options which are particularly useful if you&#8217;re using <a href="http://www.wpbeginner.com/wp-tutorials/how-to-setup-cloudflare-free-cdn-in-wordpress/" title="How to Setup CloudFlare Free CDN in WordPress">Cloudflare CDN</a>, nginx web server, and more. Go ahead and select the method that you think applies to your website depending on your particular setup. </p>
<p>Don&#8217;t forget to click on the save changes button to store your settings. </p>
<p>You can now visit your website to see if this resolved the insecure content issues on your website. Make sure to clear your WordPress cache before checking your website. </p>
<p>If the mixed content error in WordPress is not fixed, then revisit the plugin&#8217;s settings page and readjust the fix levels. </p>
<p>We hope this article helped you learn how to fix the mixed content error in WordPress. You may also want to see our list of the <a href="http://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/" title="25 Most Common WordPress Errors and How to Fix Them">most common WordPress error</a>s and how to fix them. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/">How to Fix the Mixed Content Error in WordPress (Step by Step)</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
