change http to https in page content
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change http to https in page content’ is closed to new replies.