I am trying to update a text string thoughout my site with the “Better Search and Replace” plugin as recommended. When I do that I keep getting an error. It says to reduce the Max Page size, but I’ve reduced it down to the minimum available option of 2000.
I tried doing a manual search and replace using phpMyAdmin, but that breaks the Beaver Builder formatting. The post content is still there, but it is unformatted by Beaver Builder as if it was built in the text editor. From what I understand, post content is stored in the wp_posts table whereas Beaver Builder Information is store in the wp_postmeta table. Manually searching and replacing wp_posts does not break the site, but it does not fix the appearance of Beaver Builder posts. When I search and replace the wp_postmeta table, the beaver builder content disappears.
So the questions are:
-
Why will the Better Search and Replace Plugin not work?
-
Why does my manual search/replace of wp_postmeta break the Beaver Builder structure?
-
Is there another alternative I can use?