https page getting nonsecure items warning with IE
-
Hi, I have one https page on my site. There are a few lines of code that are causing this page to get the “This page contains both secure and nonsecure items. Do you want to display the nonsecure items?” warning in IE:
<link rel=”alternate” type=”application/rss+xml” title=”Austin Pets Alive! RSS Feed” href=”https://www.austinpetsalive.org/blog/feed/” />
<link rel=”pingback” href=”https://www.austinpetsalive.org/blog/xmlrpc.php” />
<link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”https://www.austinpetsalive.org/blog/xmlrpc.php?rsd” />
<link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”https://www.austinpetsalive.org/blog/wp-includes/wlwmanifest.xml” />
<link rel=”stylesheet” href=”https://www.austinpetsalive.org/blog/wp-content/plugins/sociable/sociable.css” type=”text/css” media=”screen” charset=”utf-8″/>Interestingly, the calls to form the links to the stylesheets (bloginfo(‘template_url’); and bloginfo(‘stylesheet_directory’);) seem to realize when on my https page and they return a link to the stylesheet with an https.
But these others don’t.
I’m not sure how to get around this. Has anyone successfully dealt with this issue? Thanks in advance!
- The topic ‘https page getting nonsecure items warning with IE’ is closed to new replies.