Title: Admin Toolbar not triggering
Last modified: August 30, 2016

---

# Admin Toolbar not triggering

 *  Resolved [bschmwsii.net](https://wordpress.org/support/users/bschmwsiinet/)
 * (@bschmwsiinet)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/)
 * I am using Sky Login Redirect on [http://fusespc.com/](http://fusespc.com/) site.
   Upon launching Chrome, Firefox or Safari then navigating to the URI ([http://fusespc.com/fuse-events-calendar/](http://fusespc.com/fuse-events-calendar/))
   then clicking on the Login link ([http://fusespc.com/wp-login.php](http://fusespc.com/wp-login.php))
   and logging in, Sky Login Redirect returns me to the correct page. However, it
   does not trigger the Admin Toolbar to display/activate.
 * If I manually navigate to the Dashboard, then return to the front end of the 
   site ([http://fusespc.com/fuse-events-calendar/](http://fusespc.com/fuse-events-calendar/))
   all is well and works as expected.
 * Thoughts?
 * THX!
    -Bruce
 * [https://wordpress.org/plugins/sky-login-redirect/](https://wordpress.org/plugins/sky-login-redirect/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269320)
 * Hi Bruce,
 * I am not experiencing this issue, the toolbar always displays fine on my end –
   the plugin does not interact with the toolbar in any way.
 * Which other plugins are you using?
 *  [Sheldon-64](https://wordpress.org/support/users/sheldon-64/)
 * (@sheldon-64)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269478)
 * I also am experiencing this problem. The dashboard is not activated after logging
   in. I’ve had to remove Sky Login Redirect.
 * [Mennonite Trust](http://mennonitetrust.ca/)
 * The plugins that are remaining:
 * Akismet
    AntiVirus BackupBuddy Better WordPress Google XML Sitemaps Broken Link
   Checker Contact Form 7 Genesis Custom Headers Genesis Responsive Slider Genesis
   Simple Edits Google Doc Embedder Hello Dolly InfiniteWP – Client iThemes Security
   Login Logo Members Official StatCounter Plugin Sharedaddy Styles with Shortcodes
   for WordPress Types Velvet Blues Update URLs WP Views ZenCache
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269479)
 * Hi Sheldon-64,
 * I see you’re using ZenCache, try to enable separate cache for logged-in users
   in the ZenCache options.
 *  Thread Starter [bschmwsii.net](https://wordpress.org/support/users/bschmwsiinet/)
 * (@bschmwsiinet)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269484)
 * Sorry for the delay in responding! The problem continues to persist. The active
   plugins:
 * All-in-One Event Calendar by Time.ly
    All-in-One Event Calendar Extended Views
   by Time.ly All-in-One Event Calendar Frontend Submissions by Time.ly All-in-One
   Event Calendar Venues by Time.ly Capability Manager Enhanced Contact Form 7 Paid
   Memberships Pro Simple Page Ordering Sky Login Redirect WordPress HTTPS
 * [http://fusespc.com](http://fusespc.com)
 * Thanks for your help!
 * -Bruce
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269485)
 * Hi Bruce,
 * I can’t reproduce that issue. Try to clear your cache and cookies. Sky Login 
   Redirect does not meddle with the admin bar.
 *  [Sheldon-64](https://wordpress.org/support/users/sheldon-64/)
 * (@sheldon-64)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269488)
 * Hi Matt, thanks for the reply.
 * I could tell that Sky Login Redirect was not not the problem, because removing
   it allowed me to get to the dashboard (which I couldn’t before), but still no
   toolbar.
 * As per your suggestion, creating a separate cache in Zencache for logged in users
   most likely will fix my issue. However, sinice it is only an option with the 
   pro version, I have uninstalled Zencache for now.
 * Problem seems to have been resolved. Thanks for your help.
 * Sheldon
 *  [Sheldon-64](https://wordpress.org/support/users/sheldon-64/)
 * (@sheldon-64)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269533)
 * Hi Matt, my problem has resurfaced. When I log into my website – [http://mennonitetrust.ca/](http://mennonitetrust.ca/)
   I don’t get the admin toolbar.
 * If I log into [http://mennonitetrust.ca/wp-admin](http://mennonitetrust.ca/wp-admin),
   I get access to the dashboard, but as soon as I click on Visit Site, I lose the
   toolbar again.
 * Disabling your plug-in restores normal functionality. No cache installed. Same
   problem reported by my client on his browser.
 * Any ideas?
 *  Plugin Author [Matt Biscay](https://wordpress.org/support/users/skyminds/)
 * (@skyminds)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269534)
 * Hi Sheldon,
 * Are you on the latest WP version ?
 * The plugin does not interact with the admin toolbar so you may have another plugin
   playing up such as Woocommerce, for example, which removes the toolbar.
 * I had the issue for one of my client. Add these lines into your `functions.php`(
   or better yet, your utility plugin) :
 *     ```
       // toolbar for everyone
       add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
       remove_filter( 'show_admin_bar', 'wc_disable_admin_bar', 10, 1 );
       show_admin_bar(TRUE);
       ```
   
 * Hope that helps,
 * Matt
 *  [Sheldon-64](https://wordpress.org/support/users/sheldon-64/)
 * (@sheldon-64)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269535)
 * I was not excited about entering the code, especially because you were confident
   your plugin was not at fault.
 * I spent some more time analyzing website behaviour, and realized I had misinterpreted
   what was happening.
 * My toolbar had disappeared, and your plugin was always sending me to the home
   page, the page I was viewing when I was logging in, which did not have the toolbar
   showing.
 * When I disabled your plugin and logged back in, I was directed to the dashboard,
   which had the admin toolbar present. Therefore I assumed plugin was at fault.
 * However, as soon as I went to visit the site (while logged in), with plugin deactivated,
   the toolbar disappeared again. Therefore, plugin verdict – innocent.
 * LOTS of googling revealed that my problem to be in Settings>General.
 * My WordPress address was [http://mennonitetrust.ca](http://mennonitetrust.ca),
   but my Site address was [http://www.mennonitetrust.ca](http://www.mennonitetrust.ca).
 * Making them the same solved my problem.
 * Thanks for your patience!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Admin Toolbar not triggering’ is closed to new replies.

 * ![](https://ps.w.org/sky-login-redirect/assets/icon-256x256.png?rev=1141443)
 * [Sky Login Redirect](https://wordpress.org/plugins/sky-login-redirect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sky-login-redirect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sky-login-redirect/)
 * [Active Topics](https://wordpress.org/support/plugin/sky-login-redirect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sky-login-redirect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sky-login-redirect/reviews/)

## Tags

 * [login](https://wordpress.org/support/topic-tag/login/)

 * 9 replies
 * 3 participants
 * Last reply from: [Sheldon-64](https://wordpress.org/support/users/sheldon-64/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/admin-toolbar-not-triggering/#post-6269535)
 * Status: resolved