Site logo

Archived topic

Navigation not showing

14 replies · Started by Rob on October 4, 2021

Viewing posts 1–15 of 15

HI I have gone through post but have not found an answer.

I can not make my navigation appear on my site https://wowcreativemedia.co.uk/wowsite/

I have an element at the top and have set to merge. I have tried to display it every way but still can not make it appear?

Hi there,

i am not seeing any markup for the navigation in the sites source code.
Places to check:

1. Customizer > Layout > Primary Navigation --> Location is set to a display position.
2. In your Header Element - make sure the Location is set correctly

If its neither of those causing the issue:

1. Check that you have not Disabled the Primary Navigation, which can be done either in:

a) in the post editor using the Disable Elements Meta
https://docs.generatepress.com/article/disable-elements-overview/

b) a Layout Element in Appearance > Elements

sorted! I had disabled on the page!

Glad to be of help

Rookie mistake!

My next problem is that I Have the home page with logo in the Element. I want the logo to appear to the left of the navigation (As the about me page) but for it to always appear, not only appear when you scroll.

I am also trying to work out how I can change the shape of the orange background. I want it to have shape. Wider depth wise on the left on an angle similar to the elect on the font page.

Thank you.

Hi Rob,

Seems you have an empty header, try follow the steps:

1.Go to customizer > Site identity, upload a logo there.

2.Go to customizer > layout > header, check theuse navigation as header box.

Let me know how it works.

For more other questions, can you raise a new topic? Thanks!

Thank you done that. Still no logo?

Sorry got it to work but I don’t want the logo to appear on the home page as it is already on the header element

Thank you

Please do what I suggested, then add this CSS:

.home .navigation-branding {
    display: none;
}

Let me know :)

perfect thank you

You are welcome :)

Works perfect except on mobile - ! :)

Add this as well:

.home .site-logo.mobile-header-logo {
    display: none;
}

perfect thank you.

No problem :)

This archived topic is closed to new replies.