• Resolved owhited

    (@owhited)


    My site has https enabled. When I visit the homepage I get the warning “Connection not secure. Parts of this page are not secure”. I checked the source-code of the page and it has https:// in some places.

    At the beginning of the document there is an https://

    <!DOCTYPE html>
    <html class="html" lang="en-US" itemscope itemtype="https://schema.org/WebPage">

    Also in the middle and near the bottom,
    <header id="site-header" class="custom-header clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader">

    <footer id="footer" class="site-footer" itemscope="itemscope" itemtype="https://schema.org/WPFooter">

    I don’t know which plugin or theme is adding these lines. How can I change the http to https in those areas?

    • This topic was modified 5 years, 1 month ago by owhited.
Viewing 1 replies (of 1 total)
  • Thread Starter owhited

    (@owhited)

    Solved.

    The warnings were not because of the http in the schema url. But because of certain images being served with https:// in their url.

    When I saw the source code of the page that gave warning, I did not find the image url. Then I clicked on each css file shown in the page. Within one of the css files I found the offending url that had http and I changed it to https.

Viewing 1 replies (of 1 total)
  • The topic ‘change http to https in page content’ is closed to new replies.