• Hi
    I am using the Motopress Emmet theme and woocommerce appears to be blocking the access to the toolbar – and the ability to edit profile for registered users on my site?

    When I noticed the problem, I went through the disable all plugins routine and woocommerce reactivation threw the error.

    I see from looking around that this is expected behaviour, but can anyone confirm this?

    https://ww.wp.xz.cn/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Add to theme functions.

    add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
    add_filter( 'woocommerce_prevent_admin_access', '__return_false' );
Viewing 1 replies (of 1 total)

The topic ‘Subscriber Toolbar Missing’ is closed to new replies.