• Hi

    I am using this theme’s child theme for my site, I have practiced editing in staging twice, but on the second time, I accidently deleted I think the header part when ‘edit page’ shows ‘this area does not work without pagelayer, you can leave it or deleted”, I saw no code in there so I deleted, then header disappeared.

    Then I went on to create another staging site, installed Zeever, use exactly the same method which is the Child Theme Configurator to create a child theme, just like how I did it in previous two time. But, everypage including front page, home page, no header, it says’ Template part deleted or not available: Header.

    I thought it was a glitch, so I went on created another child theme with different name, same, header not there.

    What did I do wrong? How can I create a child theme without missing template part?

    Urgent, thank you

    Jo

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter fancystuff

    (@fancystuff)

    Hi, just about to think I finished the site, I ran into another one. The hamburger menu looks great when it first appears, then I click into a page, for example Cart, and then click on the hamburger again, it looks like this. I tried to align to the left, center, right, it never lines up nicely like from the homepage, I spent an hour and failed to find the problem. Could you please help me look at smartfleet.systems, it’s live now, with flaws ?? My account and Checkout are two submenus.

    Hi,

    You can add these flex properties in these classes

    Thread Starter fancystuff

    (@fancystuff)

    mh, I tried that in Additional CSS, I will try that in html style instead, will let you know. Thank you every time!

    Hi,

    if you haven’t figured it out yet you can try adding this additional css:


    .wp-block-navigation__responsive-dialog> .wp-block-navigation__responsive-container-content {
    flex-direction: row;
    }

    .wp-block-navigation__responsive-dialog> .wp-block-navigation__responsive-container-content> ul.wp-block-navigation__container {
    align-items: center;
    }

    .wp-block-navigation__responsive-dialog> .wp-block-navigation__responsive-container-content> ul.wp-block-navigation__container> li {
    align-items: center;
    }
Viewing 4 replies - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.