Http/https mismatch (Attempts to fix made)

Cornerstone is telling me I have a “http/https mismatch” when trying to preview the page foursquaremissionspress.org/gala/gala-countdown.

  1. I have tried using “Better Search and Replace,” but the site has 0 results.

  2. I have checked the WordPress site’s settings and it does not allow changes made to the URL.

Are there any other resolutions I should try? See Screenshots

I have resolved the issue by adding the following to the child’s theme function.php…

update_option( 'siteurl', 'https://http://example.com' );
update_option( 'home', 'https://example.com' );

Found this… https://wordpress.org/support/article/changing-the-site-url/

Hi @wghiacy,

Glad you sorted things out, did you follow the Better Search Replace solution as suggested here? because that should do the trick.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.