Home › Forums › WoodMart support forum › Mobile View FAQ Element not working proper › Reply To: Mobile View FAQ Element not working proper
July 31, 2019 at 6:53 am
#135262
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom JS > On the document ready:
jQuery(document).on('pjax:complete', function (xhr, textStatus, options) {
if (jQuery.isFunction(window.vc_toggleBehaviour)) {
vc_toggleBehaviour();
}
});
Best Regards