• Resolved jasonantclark

    (@jasonantclark)


    After running Autoptimize the logo in the header has ‘disappeared’.
    It actually looks like the container has been moved off screen.

    I’ve disabled Autoptimize and purged cache but still no luck.

    Any advice?

    The page I need help with: [log in to see the link]

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

    (@optimizingmatters)

    Had a look at the HTML source and AO isn’t active any more. Now as AO doesn’t change any original CSS or JS (it removes references to the original files and adds links to the autoptimized JS/ CSS in the AO cache folder), the problem has to be elsewhere (in the original CSS/ JS). I do see a JS error on the console (from /wp-content/themes/Divi/js/custom.min.js) I do see code in that file that does things to the logo, so the logo not showing on desktop (it is visible on mobile) is due the issue with custom.min.js.

    hope this helps,
    frank

    Thread Starter jasonantclark

    (@jasonantclark)

    Fixed – thanks.
    It was this line of code that had killed it:

    <script src=”https://code.jquery.com/jquery-3.1.0.js”></script&gt;

    Good work.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    ah, two jquery’s, that might be too many ??

    if you want to give AO another try feel free to ping me here if you encounter other issue!

    frank

    Thread Starter jasonantclark

    (@jasonantclark)

    Yup – I’m changing too many things at once ??
    I’ve got AO back on now, Frank!

    Trying to get 100 in Google Lightspeed … one can only hope!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    don’t go for a score, go for the time-based KPI’s (first paint, first interactive, ;..).

    in general I prefer to use https://webpagetest.org/ for such tests, as they allow for more configuration (bandwidth, location, …) and provide a lot more data to get lost in ??

    I have the same problem, and also the menu doesn′t funcion in the mobile.
    ?Could you please explain how to proceed to someone who is a beginner?
    Thanks
    My site: https://virginiacostanzo.com/home/

    The difference is that when I desactivate Autoptimize it shows the logo and also the menu in the mobile.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    @haroharoh First and foremost try to identify what is breaking your site by just disabling CSS or JS or Image optimization (incl. lazyload). Once you know that, dive in and try identify what code/ files (CSS or JS) are responsible for the broken feature and try excluding that. If the problem is with JS, chances are you’ll find useful information on your browser’s developer console. There’s more info in the troubleshooting tips and info on exclusions in the AO FAQ.

    hope this helps,
    frank

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Logo Disappeared’ is closed to new replies.