Archived topic
Menu disappears in post
7 replies · Started by Jay on January 8, 2017
I am new - warning...
I have a test site set up and when I click on a post the menu disappears. Can you advise?
Hmm.. Did you maybe disable the menu inside that post using the Disable Elements add-on?
No, i did not. That was the first thing i checked. It seems too simple but I'm learning all of this at one time BB, GP and all... the url is http://genesis.findablewebsites.com you'll see a posts section on the main page. when you click on one of the links you'll see the post but no menu :-(
Thanks.
It looks like you're using Beaver Builder to add the menu instead of using the built in GP menu.
If you're going to use the BB menu, you'll need to add it on every page.
Indeed I did. Can I create a custom menu look like that with GP? Further, can I customize how the post looks as well?
Thanks in advance.
The only thing you couldn't do with GP options are the red lines - you would need CSS for that.
What about the posts are you wanting to customize?
So I'm hoping there's a tutorial some where to discuss the menu modification. Red lines above and below are optional for now.
I would like to control the size of the post image primarily at this point for the actual post itself and I would be very cool if there were a way to customize the post link format that are on the front page.
Thanks again!
Borders on the GP navigation are easy with some CSS:
#site-navigation {
border-top: 1px solid red;
border-bottom: 1px solid red;
}
The featured/post images can be adjusted using the Blog add-on: https://docs.generatepress.com/article/adjusting-the-featured-images/
On the single post, you can use the Page Header add-on: https://docs.generatepress.com/article/page-header-image/
What about the post link format do you want to customize?