- This topic has 14 replies, 4 voices, and was last updated 1 year, 6 months ago by
Leo.
-
AuthorPosts
-
November 22, 2020 at 1:00 am #1540739
Chaz
I have been going around in circles trying to set up this theme for my site. I’m having several issues with the customizer not making the desired changes for me. My first issue is I cannot get my navigation menu to show up in my header. I’ve followed the directions in the documentation you guys provide. I’ve reset my settings, uninstalled plugins, tried altering all possible related settings for the header/navigation in the customizer, and I’ve tried creating an element for it. Basically everything I know to do with this theme isn’t working. The navigation just doesn’t show properly, and I can’t get my logo to show up in the header either. It’s very frustrating, after spending hundreds of dollars on more bloated themes that were difficult to work with I was under the impression this would be an easier setup. I don’t want to build from scratch using elementor as I would prefer more consistency across my entire site via this theme. When I import site settings from the site library, I’m still not getting a proper nav menu/logo.
To be specific, I want my header and navigation similar to this; https://lonerwolf.com
Logo center, navigation hamburger on the left, and search on the right. I would ideally be using the mellow theme and customizing that. For my homepage I would probably use elementor but still want to keep the header in tact with GP.
Any help would be appreciated. I’m not sure what else to do at this point.
November 22, 2020 at 6:34 am #1540921David
StaffCustomer SupportHi there,
can you share a link to your site so i can see what you have so far ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 22, 2020 at 6:34 am #1540922David
StaffCustomer SupportHi there,
can you share a link to your site so i can see what you have so far ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 23, 2020 at 4:24 pm #1543250Chaz
Hi David,
Thanks for responding. After going through all my settings and deleting everything completely including all elements and then reimporting mellow, I was able to get the nav menu to display. I believe the problem was I had an element set up as a blank canvas that was mistakenly applied site wide. However I’m still having issues customizing the appearance of the nav menu and my logo still won’t show.
Here is the link; https://museofmercury.com
Thank you for your assistance.
November 23, 2020 at 5:23 pm #1543281Elvin
StaffCustomer SupportHi,
…However I’m still having issues customizing the appearance of the nav menu and my logo still won’t show.
Have you set your logo on Appearance > Customize > Site Identity? Make sure you have one set here.
After setting this, go to your Header Element and on the Site Header Tab, if its set to “Merge”, you should be able to see a “Site Logo” and set your logo here too.
More about Header element here:
https://docs.generatepress.com/article/header-element-overview/A wise man once said:
"Have you cleared your cache?"November 23, 2020 at 7:23 pm #1543369Chaz
Hi Melvin,
Yes, I’ve set the logo in the customizer as well as in both elements. No logo is showing.
November 23, 2020 at 8:40 pm #1543431Leo
StaffCustomer SupportCan you clear and disable the Endurance page cache first?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 24, 2020 at 2:47 am #1543814Chaz
Ok, Endurance Page Cache was cleared and disabled.
I was finally able to get the hamburger style menu to show after a few hours going back and forth messing with the customizer settings and elements. Now I need to center the logo and split up the search and menu icon to each side of the page. It’s unclear how this is done and I’m having a hard time trying to make these changes. The only instructions I’ve found that seem to be relevant are these: https://docs.generatepress.com/article/centering-logo-mobile-header/
https://docs.generatepress.com/article/header-examples/I tried following them but have not had any luck with this yet.
November 24, 2020 at 9:38 am #1544697Leo
StaffCustomer SupportNow I need to center the logo and split up the search and menu icon to each side of the page.
In what order? Search on the left?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 5, 2020 at 1:37 pm #1568785Chaz
Yes search on the left is fine, though I would like to know how to set it either way in case I might want to change it in the future. Thanks.
December 5, 2020 at 4:39 pm #1568879Leo
StaffCustomer SupportHmm can you try activating this option first?
https://docs.generatepress.com/article/navigation-as-a-header/It should require much less CSS to achieve that layout with that option.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 5, 2020 at 5:34 pm #1568890Chaz
Ok, I activated that option, though for some reason it removes the transparency of the logo which I’m not sure how to fix.
December 5, 2020 at 5:50 pm #1568897Leo
StaffCustomer SupportI’m seeing this CSS added:
.site-branding, .navigation-branding { background: rgba(0,0,0,0.8); display: inline-block; padding: 10px 30px; border-radius: 3px; transition: background 500ms ease; }
Do you need that? Looks like it’s left over a site import.
If not can you remove it in Additional CSS field in the customizer first?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 5, 2020 at 7:50 pm #1568933Chaz
Yes, thanks for pointing that out. Removing it fixed the transparency issue.
December 5, 2020 at 8:00 pm #1568936Leo
StaffCustomer SupportNow try this CSS:
.main-navigation .navigation-branding { position: absolute; left: 50%; top: 0; transform: translateX(-50%); } .main-navigation .menu-bar-items { flex: 1; } .main-navigation .menu-bar-item.slideout-toggle { margin-left: auto; }
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.