- This topic has 5 replies, 3 voices, and was last updated 4 months ago by
David.
-
AuthorPosts
-
September 22, 2020 at 6:05 am #1453730
Marike
Ive been struggling with this problem for some time now. The header of the website will not display correctly. Im using the header option from the elements menu. The header image seems to bee displaying its true resolution. I have been able to get a full hd picture working, but the site menu is displaying right acress the header instead of below the header as intended.
what i would like is the header displaying correctly, responsive and the menu behaving as it should.
I would really like to resolve this issue as i am building this website for a client and the launchdate has already been delayed due to this issue. Thanks in advance!
September 22, 2020 at 6:09 am #1453738David
StaffCustomer SupportHi there,
you will need to do the following:
1. In Customizer > Layout > Primary Navigation set the Location to
After Header
2. add the following PHP Snippet to your site:add_action( 'after_setup_theme','craig_move_navigation' ); function craig_move_navigation() { remove_action( 'generate_after_header', 'generate_add_navigation_after_header', 5 ); add_action( 'generate_after_header', 'generate_add_navigation_after_header', 15 ); }
This article explains how to add PHP:
https://docs.generatepress.com/article/adding-php/Please pass this response on to your developer.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 23, 2020 at 8:52 am #1455633Marike
Hi, the menu is now working. But the header is still only displaying correctly when using a 1920×1080 picture, which is quite large. The header size i would like to use has a height about half this size, say 1920x540px .
How can i make it so that the header is displaying the whole picture instead of chopping it in half like its doing now? Thanks in advance!
September 23, 2020 at 9:54 am #1455744Leo
StaffCustomer SupportHow can i make it so that the header is displaying the whole picture instead of chopping it in half like its doing now?
Which page can I see this issue?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 24, 2020 at 1:39 am #1456517Marike
September 24, 2020 at 3:10 am #1456647David
StaffCustomer SupportIn the Header Element.
Change the Top Padding to 24% instead of 500px.
And uncheck the Full Screen option.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.