master.js?ver=6.2.0:51 TypeError: Cannot set property ‘status’ of undefined
at master.js?ver=6.2.0:51
at Array.forEach (<anonymous>)
at master.js?ver=6.2.0:51
at e.produce (master.js?ver=6.2.0:20)
at pe (master.js?ver=6.2.0:51)
at master.js?ver=6.2.0:51
at c (master.js?ver=6.2.0:27)
at Generator._invoke (master.js?ver=6.2.0:27)
at Generator.next (master.js?ver=6.2.0:27)
at ke (master.js?ver=6.2.0:51)
Is this a known issue ?
OnPoint Plugins
Hi Adam,
Certainly, this plugin is fully compatible WP Bakery and content builders of this type. I haven’t had any experience directly with the “specular” theme specifically, but I see no reason why there would be any issues.
As always, if you run into any issues at all, please let us know and we’ll fix them. Our goal (which we have been historically able to reach) is 100% compatibility with every theme and plugin that exists in the WordPress ecosystem.
Adam Jones
Hi I’ve tried the move again and it went through without JS errors and did update a lot, however not everything.
I’ve found that buttons created within WP Bakery did not get updated. In the post raw code view mode I can see that they look like this
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][button title="Lighting Comparison Download" link="/preview/wp-content/uploads/2014/09/Lighting.pdf" new_tab="yes" with_icon_bool="no"][/vc_column][/vc_row]
That /preview part at the start of the link should have been removed.
OnPoint Plugins
Hi Adam,
I see from the markup the URL included in the button is relative and does not contain the domain. This plugin has no way to know that
/preview
is part of larger URL (as there could be other instances of/preview
which are not meant to be updated). However, you may update these relative urls by inputting the following values:Have a great weekend!