Using Better Search Replace Pro we are trying to locate a specific path and do a quick update. No matter what any page built in CS turns up with nothing. Where and how is this data stored? Re-entry of graphics is not an option. Please advise. Thank you.
Hey @mjsammut,
When you build a page in CS and then save it, what happens is:
####1. The builder generates and stores serialized data as post meta of your post or page. That data contains details of all the elements’ settings including images.

####2. After you save, the builder generates shortcodes that points to specific elements in the serialized data and posts it to your content so changing the value in the postmeta table will update the image.

Using a search replace plugin, you can search for your image in the postmeta table. Just be careful as it will find all instances of your image in that table and you might have another plugin which also stores in postmeta and you might have used the same image.

####2016/12/keyboard2.jpg is the original image

####2016/10/sample-3.jpg is the replacement image

Hope that helps.
PERFECTION!!! Thank you!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.