We bought the pro version, but still: links in page content are NOT updated 🙁
We changed from budelinc.com/staging/ to budelinc.com/
Some of the links are updated, but alle links in buttons that we created inside pages are NOT updated.
Can you tell us what we do wrong? The whole prupose of goign PRO was to change all links.
I see, URL’s in WP Bakery are encode in BAS64 so they are not updated..
Hi Jasper,
If you are using WP Bakery some of the WP Bakery
vc
shortcodes will hash the contents making it impossible to automatically detect the Old URL. However, it is possible to update the hashed URL using a custom action.If you are using the
vc_raw_html
shortcode, adding the following action to your active theme’s functions.php will allow the blocks to update:If you are using a different shortcode, please post an example and I will amend the action to update it.