Hi, I purchases Go Live Updates Pro and ran this on my site. It caught everything expect any urls in Raw HTML modules. Very disappointed. I tried all the methods of the URLs, with and without scheme
None of those worked for the Raw HTML modules.
We use cookies to allow login, checkout, and analyze site traffic. By continuing to use this website, you consent to the use of cookies in accordance with our cookie policy.
Jeffrey Wiatt
I think I see the issue. I am using WP Bakery/VC and all of the raw html is store like this in the database:
[vc_raw_html]JTNDaW1nJTIwY2xhc3MlM0QlMjJpbnRyb0ljb24lMjIlMjBzcmMlM0QlMEElMjJodHRwcyUzQSUyRiUyRnN0YWdpbmcyLnRlY2h0b3VjaHNvbHV0aW9ucy5jb20lMkZ3cC1jb250ZW50JTJGcGx1Z2lucyUyRm5kLWxlYXJuaW5nJTJGYXNzZXRzJTJGaW1nJTJGaWNvbnMlMkZpY29uLXByaWNlLXJlZC5zdmclMjIlM0UlM0NzcGFuJTIwY2xhc3MlM0QlMjJpbnRyb0ljb25UZXh0JTIyJTNFU3RhcnRpbmclMjBhdCUyMCUyNDEzMCUyRnBlcnNvbiUzQyUyRnNwYW4lM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=”1/3″ css=”.vc_custom_1633543519966{padding-right: 1px !important;padding-left: 1px !important;}” offset=”vc_col-lg-6 vc_col-md-4 vc_col-xs-12″]
It looks like the URLs are hashed. Crazy, but not your plugins fault. I’m going to have to manually changes all 117 instances of these. Too bad.
OnPoint Plugins
Hi Jeffery,
As the plugin cannot decode special hashes by default (as the possibilities would be endless) you may use the following filter to your active theme’s functions.php. The provided filter will extend the plugin to update these particular
[vc_raw_html]
blocks.The only limitation is this filter will not return a count of the URL which were replaced when reporting the changed count.
Have a great night!