Home Forums WoodMart support forum Quick view issue Reply To: Quick view issue

#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.