[Resolved] Logo and menu loading problem

Home Forums Support [Resolved] Logo and menu loading problem

Home Forums Support Logo and menu loading problem

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #1485493
    Leo
    Staff
    Customer Support

    Can you activate the parent theme to test first?

    #1485503
    Michalis

    Done. Looks like the problem disappeared together with the logo (?) and the menu is shifted.

    #1485506
    Leo
    Staff
    Customer Support

    But the loading issue is no longer there correct?

    #1485507
    Michalis

    No it’s not there anymore.

    #1485510
    Leo
    Staff
    Customer Support

    So it’s something in your child theme that’s causing the problem.

    In this case I would recommend this:

    – Download a blank child theme here and don’t modify any of the existing content:
    https://docs.generatepress.com/article/using-child-theme/#installing-a-child-theme

    – Add your previous CSS and custom function back in one by one and determine which one is causing the issue.

    #1485515
    Michalis

    Thank you so much Leo and the rest of the team! I’ll give it a try and report back.

    #1485517
    Leo
    Staff
    Customer Support

    Sounds good ๐Ÿ™‚

    #1488327
    Michalis

    OK, after a lot of digging and tweaking in CSS and autoptimize it seems to be working better now. However, instead I get a white flash every time a new page is loading. That’s only in chrome and I believe it’s not a GP problem.

    In more detail I changed the CSS code from:

    /* Keeps menu bar in place!*/
    #site-navigation.main-navigation.grid-container.grid-parent.stuckElement {
    width: 100%;
    }

    to

    /* Keeps menu bar in place!*/
    #site-navigation.main-navigation {
    width: 100%;
    }

    It seems to work better although I have no idea what I’m doing!

    #1488837
    Leo
    Staff
    Customer Support

    Glad to hear ๐Ÿ™‚

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.