Title: Subscriber Toolbar Missing
Last modified: August 31, 2016

---

# Subscriber Toolbar Missing

 *  [SFM](https://wordpress.org/support/users/tsfm/)
 * (@tsfm)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/subscriber-toolbar-missing/)
 * 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://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/subscriber-toolbar-missing/#post-7178420)
 * 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.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/subscriber-toolbar-missing/#post-7178420)
 * Status: not resolved