Title: front end admin blank
Last modified: July 21, 2020

---

# front end admin blank

 *  Resolved [mansteinspain](https://wordpress.org/support/users/mansteinspain/)
 * (@mansteinspain)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/)
 * Hi
 * When I update to version 2.7.5 I do not see the menu in the frontpage of my posts/
   pages as I used to.
 * I attached an image. Do you know what the problem could be?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffront-end-admin-blank%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/front-end-admin-blank/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/front-end-admin-blank/page/2/?output_format=md)

 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13150170)
 * strange, don’t see what in the update would cause that … can you try rolling 
   back to 2.7.3 (you can download it from [https://downloads.wordpress.org/plugin/autoptimize.2.7.3.zip](https://downloads.wordpress.org/plugin/autoptimize.2.7.3.zip))
   to confirm the admin-bar then re-appears mansteinspain ?
 *  Thread Starter [mansteinspain](https://wordpress.org/support/users/mansteinspain/)
 * (@mansteinspain)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13151475)
 * Hi
 * Thank you
 * When I go back it works as usual. It reappers.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13151573)
 * Tested on a couple of my own sites and can’t reproduce ..
 * Now when on 2.7.5,
    * does this still happen after having cleared the browser
   cache? * does this still happen after having cleared any page cache you might
   have? * do you see errors on the browser console? * does this problem go away
   by disabling “optimize CSS” or “aggregate CSS”? * does this problem go away by
   disabling “optimize JS” or “aggregate JS”? * does this problem go away by disabling“
   optimize HTML”?
 * frank
 *  Thread Starter [mansteinspain](https://wordpress.org/support/users/mansteinspain/)
 * (@mansteinspain)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13152075)
 * “aggregate CSS”
 * that one seemed to be the issue.
 * Thank you
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13152134)
 * ok, might you not have the default CSS optimization exclusions any more (`admin-
   bar.min.css, dashicons.min.css`)?
 *  [doctorofcredit](https://wordpress.org/support/users/doctorofcredit/)
 * (@doctorofcredit)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13153119)
 * Same thing happening to me, we have the default CSS optimization exclusions in
   place as listed above.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13153313)
 * so you’re also missing the “admin bar” for logged in users doctorofcredit ? what
   are your CSS optimization settings? does the problem also go away when “aggregate
   CSS” is off?
 *  [doctorofcredit](https://wordpress.org/support/users/doctorofcredit/)
 * (@doctorofcredit)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13154895)
 * Yes, same issue. Works fine when aggregate css is off.
 * Settings are:
    optimize css on aggregate css on aggregate inline css on generate
   data off inline and defer on (section blank) inline all css off excluse css from
   autoptimize: admin-bar.min.css, dashicons.min.css
 *  [rocket.works – Dominik Friedrich](https://wordpress.org/support/users/rocketworks/)
 * (@rocketworks)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13155455)
 * We got exactly the same problem.
 * It seems autoptimize loads a single css files with the only content of:
 * `#wpadminbar{display:none}`
 * That is extremely strange.
 * As a quick workaround, just add the following css to the Custom CSS in the customizer:
 *     ```
       html #wpadminbar {
           display: block;
       }
       ```
   
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13156528)
 * interesting, esp. since AO simply aggregates & minifies existing CSS, it does
   not have `#wpadminbar{display:none}` in it’s own codebase, so the question is
   where is that CSS coming from?
 * and also; are you using “inline & defer CSS” too rocketworks ?
 *  [Ruslan](https://wordpress.org/support/users/devprollc/)
 * (@devprollc)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13156897)
 * I have same issue on my site, it seems that’s problem with jQuery. Can you fix
   it please?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13157013)
 * why do you think it’s a problem with jQuery Ruslan, others in this thread found
   the problem was with CSS optimization? do you see JavaScript errors on the browser
   console?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13157263)
 * OK, anyone experiencing this issue who has “inline & defer CSS” active, another
   user confirmed unticking “also aggregate inline CSS” is a workaround. please 
   test & confirm if so.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13158775)
 * OK, this should be fixed in the beta branch, would be great if you could download
   [https://github.com/futtta/autoptimize/archive/beta.zip](https://github.com/futtta/autoptimize/archive/beta.zip)
   and install that instead of 2.7.5 to confirm?
 *  [Ruslan](https://wordpress.org/support/users/devprollc/)
 * (@devprollc)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/#post-13163853)
 * I can confirm, with 2.7.6 beta on my site all works fine now!

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/front-end-admin-blank/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/front-end-admin-blank/page/2/?output_format=md)

The topic ‘front end admin blank’ is closed to new replies.

 * ![](https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608)
 * [Autoptimize](https://wordpress.org/plugins/autoptimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autoptimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autoptimize/)
 * [Active Topics](https://wordpress.org/support/plugin/autoptimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autoptimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autoptimize/reviews/)

 * 17 replies
 * 5 participants
 * Last reply from: [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/front-end-admin-blank/page/2/#post-13180517)
 * Status: resolved