Old database option for favicon link breaks my HTTPS
-
Hello,
I have been using a minimal Hueman child theme where I’ve made some CSS edits for years.
I recently switched over to HTTPS for my blog, and I notice I get a “mixed content” warning in chrome, telling me my website
has loaded over HTTPS, but requested an insecure favicon
- In the site’s source code I see
<link rel="shortcut icon" href="https://www.mydomain.com/wp-content/uploads/path/myicon.png" />
inside the HEAD tags. - I tried to change the favicon via the customizer, and noticed none was loaded there. And even if I do input a favicon there, the step 1 link rel still remains.
- I searched inside WP header and all php files, nothing hard coded there either. In fact I didn’t ever edit any theme file.
- I searched inside the database with phpmyadmin for “myicon” and found the HTTP (insecure) link referenced inside table wp_options in the option_value of option_name hu_theme_options and option_tree.
- I tried to change the link there to start with https:// but it broke my design, and pretty much nothing loaded right, so I reverted the changes and I’m still stuck with mixed content.
I am guessing since the favicon was passed as an option in the database via an older version of Hueman’s options, the current version should be able to replace it. Alas, that wasn’t the case for me.
I would appreciate any suggestion you could make!
- In the site’s source code I see
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Old database option for favicon link breaks my HTTPS’ is closed to new replies.