Hello,
I have kind of the same problem than in this post:https://kriesi.at/support/topic/is-the-enfold-content-stored-in-the-database/
The changes that I make on my database appear for blog pages that are not using the Avia Builder but changes made in pages created with Avia Builder are not showing on WordPress. Changes appear in the database but it doesn’t reflect on WP.
I have hundreds of links to change from the staged domain and I really can’t do it by hand. :(
Any one got a solution?
Thank you.
Hey Eve,
Sorry for the late reply, to search and replace a text link that is inside a Advanced Layout Builder page as a command, please try this:
UPDATE wp_postmeta SET meta_value = replace(meta_value,'https://your-link.com','http://your-new-link.com');
please ensure your database prefix is “wp_”, it may be different.
But I would not recommend making the changes like this because the database is serialized, I would recommend using the plugin Better Search Replace
Best regards,
Mike
The advice to try the Better Search and Replace plugin really helped me today. Just wanted to say THANKS to Mike!
Hey Jeff,
I’m glad Mike was able to help you! If you need additional help, please let us now here in the forums.
Best regards,
Jordan Shannon