• Resolved rb1958

    (@rb1958)


    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 “http://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=”http://schema.org/WPHeader&#8221; 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=”http://schema.org/WPSideBar&#8221; 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=”http://schema.org/WPSideBar&#8221; 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=”http://schema.org/WPFooter&#8221; 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=”http://schema.org/SiteNavigationElement&#8221; 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=’http://schema.org/$result&#8217; itemscope=’itemscope'”;
    Line Number: 595
    echo “itemtype=’http://schema.org/$itemtype&#8217; 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=”http://schema.org/Person&#8221; 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rb1958

    (@rb1958)

    Ok, corrected that all and found in addition a http://gmpg.org/xfn/11
    on several places. Corrected that also to https but still getting a mixed content warning.

    But this seems to deal with the certificate, cause i found no longer a “http:” somewhere in the page source.

    Thread Starter rb1958

    (@rb1958)

    Update: certificate is also ok. Now, i’m at the point that i say Generate Press did not cause the mixed content warning.

    It must be one or more of the ad-banners. Tried SSL Insecure Content Fixer and set it to capture but this didn’t help. So trying out which banners are causing this and remove them.

    Closing this ticket.

    Theme Author Tom

    (@edge22)

    Glad it wasn’t GP – those attributes for schema.org wouldn’t trigger a warning like this.

    Hopefully you find the culprit 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SSL Mixed Content Warning’ is closed to new replies.