• Resolved mansteinspain

    (@mansteinspain)


    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 to see the link]

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    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.www.ads-software.com/plugin/autoptimize.2.7.3.zip) to confirm the admin-bar then re-appears mansteinspain ?

    Thread Starter mansteinspain

    (@mansteinspain)

    Hi

    Thank you

    When I go back it works as usual. It reappers.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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

    (@mansteinspain)

    “aggregate CSS”

    that one seemed to be the issue.

    Thank you

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    ok, might you not have the default CSS optimization exclusions any more (admin-bar.min.css, dashicons.min.css)?

    Same thing happening to me, we have the default CSS optimization exclusions in place as listed above.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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?

    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

    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

    (@optimizingmatters)

    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 ?

    I have same issue on my site, it seems that’s problem with jQuery. Can you fix it please?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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

    (@optimizingmatters)

    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

    (@optimizingmatters)

    OK, this should be fixed in the beta branch, would be great if you could download https://github.com/futtta/autoptimize/archive/beta.zip and install that instead of 2.7.5 to confirm?

    I can confirm, with 2.7.6 beta on my site all works fine now!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘front end admin blank’ is closed to new replies.