You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin not working correctly if page is using transition without refresh like barba.js, i tried to re-load the plugin scripts after barba hook without success : barba.hooks.afterEnter(() => { console.log('AfterEnter hook triggered'); wp_enqueue_script('pb-accordion-blocks-frontend-script'); wp_enqueue_style('pb-accordion-blocks-style'); });
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
The plugin not working correctly if page is using transition without refresh like barba.js, i tried to re-load the plugin scripts after barba hook without success :
barba.hooks.afterEnter(() => { console.log('AfterEnter hook triggered'); wp_enqueue_script('pb-accordion-blocks-frontend-script'); wp_enqueue_style('pb-accordion-blocks-style'); });
The text was updated successfully, but these errors were encountered: