shorrog99
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Navigation menu missing itemsHi, many thanks for your reply. I have managed to fix the issue by reinstalling the database from my backup. After this the menu items appeared correctly. I was not able to determine what had caused the issue.
Graham
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Sticky Navigation MenuMany thanks for your response. I am using WordPress 6.4.2, the 2024 theme and I should say I am new to WordPress so apologies if I have got some of this wrong. However, I think I have now found the issue. I wanted to make the navigation menu sticky and include it within a group so I could select sticky from the position dropdown. Doing this failed to make the navigation sticky and it is because the group containing the navigation menu was within the header block. Moving the group to be outside the header block makes the navigation menu sticky. As the header block in my case did not contain anything I could also delete the header block.
I could not find any documentation that explains this.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Sticky Navigation MenuThe menu is sticky, but when you scroll the page there is a small gap above the menu . Is there away of fixing this?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Sticky Navigation MenuJust found a previous question regarding sticky header and inserting this CSS. has fixed the menu.
header.wp-block-template-part {
position: fixed;
width: 100%;
z-index:99999;
}