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
After update to version 2.8.0 dokan-admin.js is not loaded on settings page so Select "Store Header Template" not working
Please put this // Load common styles and scripts wp_enqueue_style( 'dokan-admin-css' ); wp_enqueue_script( 'dokan-tooltip' ); wp_enqueue_script( 'dokan-admin' );
Before or outside of // load vue app inside the parent menu only if ( 'toplevel_page_dokan' == $hook ) {
This will fix the issue.
Thanks.
The text was updated successfully, but these errors were encountered:
After update to version 2.8.0 dokan-admin.js is not loaded on settings page so Select "Store Header Template" not working
Please put this
// Load common styles and scripts
wp_enqueue_style( 'dokan-admin-css' );
wp_enqueue_script( 'dokan-tooltip' );
wp_enqueue_script( 'dokan-admin' );
Before or outside of
// load vue app inside the parent menu only
if ( 'toplevel_page_dokan' == $hook ) {
This will fix the issue.
Thanks.
The text was updated successfully, but these errors were encountered: