Header Disappeared….
-
Admin
Try opening up the theme’s
header.php
using your text editor and go to line 93. Replace this line:if (is_ssl()){
with this line:
if (is_ssl() && !stripos($header_img, 'https')){
Let me know if that works.
Admin
Try removing the following codes:
/* Check if the page uses SSL and change HTTP to HTTPS if true */
if (is_ssl() && !stripos($header_img, 'https')){
$header_img = str_replace('http', 'https', $header_img);
}Admin
Just wondering, are you using any sort of plugin that turns http links into https?
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.