Home Forums WoodMart support forum Ajax Products tabs and woocommerce_after_shop_loop_item_title hook Reply To: Ajax Products tabs and woocommerce_after_shop_loop_item_title hook

#189344

Artem Temos
Keymaster

Hello,

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.

Regards