Home › Forums › WoodMart support forum › Quick view issue › Reply To: Quick view issue
April 16, 2020 at 1:26 pm
#187529
Artem Temos
Keymaster
The problem is that WPBakery doesn’t register its shortcodes in AJAX calls. Usually, it can be fixed with the following code
if( class_exists('WPBMap') )
WPBMap::addAllMappedShortcodes();
Call this code just before your custom content. Sorry, but we can’t fix your custom code since it is out of our theme support scope.