Changing options from http to https issues
-
I have a client that switched over to https, like most sites nowadays, and getting a non secured error due to the original images being uploaded (Mixed Content: The page at ‘<URL>’ was loaded over HTTPS, but requested an insecure image ‘<URL>’. This content should also be served over HTTPS.) and then in the DB as http in the wp_yith_wapo_types.
So I went to the database and changed all the http to https and but then the whole string of options don’t show up after the change, it removes the whole option (the image is viewable via https). Any reason why? Can you guys correct it on your end so that the images load from the get_site_url() or get_bloginfo(‘url’) instead? That way if there’s a change to the site url it’s reflected in the image urls.
Thanks.
- The topic ‘Changing options from http to https issues’ is closed to new replies.