Mixed Content Warning (SSL)
-
Just a heads up, I was able to fix it on my site, but when you go into settings for the header/footer, you a mixed content warning message saying there is insecure data that is loading. When I checked the site, it was loading via script a reference to http instead of https. I changed that to HTTPS and it was gone on my site, but it’s a quick and easy suggestion for future fixes on future updates. Just a heads up. Issue is at line 308. change that http to https, and I was good to go. Again, just a suggestion as i don’t like any http.
<?php if (!isset($dismissed[‘newsletter’])) { ?>
<div class=”notice notice-success”><p>
If you want to be informed of important updated of this plugin, you may want to subscribe to my (rare) newsletter<br>
<form action=”http://www.satollo.net/?na=s” target=”_blank” method=”post”>
<input type=”hidden” value=”header-footer” name=”nr”>
<input type=”hidden” value=”2″ name=”nl[]”>
<input type=”email” name=”ne” value=”<?php echo esc_attr(get_option(‘admin_email’)) ?>”>
<input type=”submit” value=”Subscribe”>
</form>
“>×
</p>
</div>
<?php } ?>
- The topic ‘Mixed Content Warning (SSL)’ is closed to new replies.