Hi All,
This is a repeatable problem in which saving a page in Cornerstone changes Relative //www URLs to Absolute http://www URLs, wrecking SSL and forcing database search & replace to fix the page.
-
Start with a page properly serving images with a RELATIVE PATH: src="//www.domain.com/wp-content/…/ImageName.jpg" (viewed in MSIE)
-
Add an Alt tag to one image in Cornerstone’s Alt field and save the page (logged into WP site in Chrome)
-
Every image on that page changes to an ABSOLUTE PATH: src=“http://www.domain.com/wp-content/…/ImageName.jpg”.
-
Use Better Search Replace and find http:// entries in wp_options and wp_posts
-
Replace all instances of http:// with //
-
Reload page in MSIE
-
Page correctly serves all images with RELATIVE //www. paths (verified in Inspector and at WhyNoPadlock.com)
-
Return to the page in Cornerstone
-
Save the page without making any changes
-
Reload the page in MSIE
-
Multiple tags have reverted to ABSOLUTE http://www paths (verified in Inspector and at WhyNoPadlock.com)
-
Repeat steps 4-7
Why does Cornerstone insist on wrecking relative tags with every save, even when nothing changed on the page? Both WordPress Address and Site Address are set to https://domain.com.