SSL Mixed Content Warning
-
Affected Generate Press Version is 1.3.29
On my website i noticed a mixed content warning. Looking at the page source i found that there ist a “https://schema.org….” in the Code.
So i scanned the files of the whole installation for that string and found it in your theme on several places.
Here is the list:
wp-content/themes/generatepress/header.php (1,3 KB Fri May 6 06:32:30 2016)
Options: none.
Line Number: 22
<header itemtype=”https://schema.org/WPHeader” itemscope=”itemscope” id=”masthead” <?php generate_header_class(); ?>>wp-content/themes/generatepress/sidebar-left.php (1,6 KB Fri May 6 06:32:29 2016)
Options: none.
Line Number: 28
<div id=”left-sidebar” itemtype=”https://schema.org/WPSideBar” itemscope=”itemscope” role=”complementary” <?php generate_left_sidebar_class(); ?>>wp-content/themes/generatepress/sidebar.php (1,7 KB Fri May 6 06:32:29 2016)
Options: none.
Line Number: 28
<div id=”right-sidebar” itemtype=”https://schema.org/WPSideBar” itemscope=”itemscope” role=”complementary” <?php generate_right_sidebar_class(); ?>>wp-content/themes/generatepress/footer.php (6,5 KB Fri May 6 06:32:30 2016)
Options: none.
Line Number: 108
<footer class=”site-info” itemtype=”https://schema.org/WPFooter” itemscope=”itemscope”>wp-content/themes/generatepress/inc/navigation.php (6,6 KB Fri May 6 06:32:32 2016)
Options: none.
Line Number: 86
<nav itemtype=”https://schema.org/SiteNavigationElement” itemscope=”itemscope” id=”site-navigation” <?php generate_navigation_class(); ?>>wp-content/themes/generatepress/functions.php (19,6 KB Fri May 6 06:32:30 2016)
Options: none.
Line Number: 579
echo “itemtype=’https://schema.org/$result’ itemscope=’itemscope'”;
Line Number: 595
echo “itemtype=’https://schema.org/$itemtype’ itemscope=’itemscope'”;wp-content/themes/generatepress/inc/template-tags.php (23,2 KB Fri May 6 06:32:33 2016)
Options: none.
Line Number: 203
sprintf( ‘<span class=”author vcard” itemtype=”https://schema.org/Person” itemscope=”itemscope” itemprop=”author”>%1$s <span class=”author-name” itemprop=”name”>%4$s</span></span>’,I will now changing all that to https to see if that solves the problem. Calling https://schema.org on a webbrowser i saw that they are running ssl.
- The topic ‘SSL Mixed Content Warning’ is closed to new replies.