Title: resources loaded without https
Last modified: August 22, 2016

---

# resources loaded without https

 *  [stepfret](https://wordpress.org/support/users/stepfret/)
 * (@stepfret)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/)
 * Hi — We just implemented full-site SSL and can’t get the css, etc. resources 
   for Contact Form 7 loaded securely.
 * All other plugins and the theme are loading resources as https, but this plugin
   is causing mixed content warnings.
 * Here is an example of what Contact Form 7 loads:
 * <link rel=’stylesheet’ id=’contact-form-7-css’ href=’[http://motorthrust.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.1&#8242](http://motorthrust.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.1&#8242);
   type=’text/css’ media=’all’ />
 * How can we get this plugin to behave like the rest and respect the https provided
   in the URLs in Settings -> General?
 * Thanks,
    Josh
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769015)
 * Where can I see the site? What plugins and theme do you use?
 * Normally it should consider the current scheme (http or https) and output correct
   URL in `<link>` elements.
 *  Thread Starter [stepfret](https://wordpress.org/support/users/stepfret/)
 * (@stepfret)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769039)
 * Hi Takayuki — Thanks for responding.
 * This is the site: [https://motorthrust.com/](https://motorthrust.com/).
 * Our theme is Just Landed.
 * Our plugins:
 * CallRail Phone Call Tracking
    Contact Form 7 Facebook Pixel Conversions for WordPress
   Force SSL URL Scheme Insert Headers and Footers Instapage WordPress plugin LeadPages
   Connector Limit Login Attempts MailChimp for WordPress Lite Rename wp-login.php
   UpdraftPlus – Backup/Restore URL Params WordPress Importer
 * I have reactivated Contact Form 7 so you can see the issue, but I can’t leave
   it like that for long as people using IE get a warning about insecure content
   at the bottom of the page.
 * Both the WordPress Address and Site Address in general settings start with “https”.
 * These are the resources the Chrome Console lists as causing the mixed content
   warnings:
 * [http://motorthrust.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.1](http://motorthrust.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.1)
 * [http://motorthrust.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20](http://motorthrust.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20)
 * [http://motorthrust.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.1](http://motorthrust.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.1)
 * Thanks,
    Josh
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769045)
 * The page seems cache enabled. Which plugin does the caching?
 * What if you deactivate all of the plugins and switch to the default theme?
 *  Thread Starter [stepfret](https://wordpress.org/support/users/stepfret/)
 * (@stepfret)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769048)
 * Hi Takayuki — There is no caching enabled that I’m aware of. We even disabled
   Varnish on the server a few days ago.
 * I just disabled all plugins except Contact Form 7 and the Force SSL, which is
   obviously needed to test this issue.
 * I also changed the theme to 2013.
 * I resaved the permalinks.
 * I cleared IE’s cookies and cache then refreshed the page. Still getting the same
   warnings.
 * I’ll leave it like that for a short period of time so you can see it, but then
   I obviously need to switch it back.
 * Thanks,
    Josh
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769053)
 * Thank you. The page seems still “cached” (I’m looking at the `_wpcf7` JavaScript
   variable in the footer in the HTML source). Any chance do you have a line in 
   wp-config.php that defines `WP_CACHE` constant?
 *  Thread Starter [stepfret](https://wordpress.org/support/users/stepfret/)
 * (@stepfret)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769056)
 * Yes, I found define(‘WP_CACHE’, true); Added by W3 Total Cache.
 * We probably had that installed at one point or another.
 * I have commented out that line in wp-config.php now.
 * It didn’t seem to change anything. Is there an extra step I would need to take
   now?
 * Thanks,
    Josh
 *  Thread Starter [stepfret](https://wordpress.org/support/users/stepfret/)
 * (@stepfret)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769064)
 * OK, I have to put the site back together now. Let me know when you can next take
   a look at it.
 * Thanks for your help so far,
    Josh
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769066)
 * If you have remains of a plugin that is previously used, it’s possible that you
   have other remains. Check the wp-config.php again, do you find other constant
   definitions that are not found in other sites? Such as, `WPCF7_PLUGIN_URL`?
 * Also, check the .htaccess file in the top level directory. If it looks strange,
   try removing and regenerating it in the _Settings > Permalinks_ admin menu.
 *  Thread Starter [stepfret](https://wordpress.org/support/users/stepfret/)
 * (@stepfret)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769090)
 * Hi Takayuki — Nothing seems out of place in wp-config.php or .htaccess.
 * I’ve looked through the plugins folder and other areas and don’t see any remnants
   of caching.
 * The only thing I can get to fix the situation is activating the WP HTTPS plugin,
   which I’d rather not do since nothing else on the site needs it.
 * Do you have any other ideas?
 * Thanks,
    Josh
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769098)
 * I’m still not sure what is causing this, but I guess it’s better to double-check
   in the https-ize process.
 * Can you test the development version that you can download from [here](https://wordpress.org/plugins/contact-form-7/developers/)(
   _Other Versions_ > _Development Version_)? If this solves the issue, I’ll include
   it in the next release.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘resources loaded without https’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 10 replies
 * 2 participants
 * Last reply from: [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/resources-loaded-without-https/#post-5769098)
 * Status: not resolved