Search form breaks HTTP protocol

Posted in: Newsmag
Post count: 22

Hi – The search feature that appears in the menu unfortunately makes an action call to the http protocol. (role=”search” method=”get” class=”td-search-form” action=”http://breedingnews.com/”><div) Under Chrome and Safari this results in an error in the https protocol that prevents the secure lock appearing in https pages. Message is: The page at ‘https://breedingnews.com/subscribe/&#8217; was loaded over a secure connection, but contains a form which targets an insecure endpoint ‘http://breedingnews.com/&#8217;. This endpoint should be made available over a secure connection)

I need the call to be made to https://breedingnews.com or to remove this feature completely, and cannot work out how to do this. (I do not want to serve the whole site with the https protocol)

Many thanks

Peter

Post count: 6535

Hi

That happens because your homepage is not served offer https. If you switch the homepage to https protocol that warning will disappear because the indicated action calls site’s home url. You can also remove the search for by editing header-menu.php like here: http://screencast.com/t/m9EehPG1C

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.