- This topic has 27 replies, 3 voices, and was last updated 5 years ago by David.
-
AuthorPosts
-
September 28, 2019 at 12:27 am #1021080Gary
Hi there,
I have a menu in a sidebar responding like text to, Customising > colors > Body.
It is not responding in the Customiser to menu controls or anything else.
I have disabled non-essential plugins and have run Health Check & Troubleshooting plugin and no conflicts showed up.
Any help with this is very much appreciated, thank you.September 28, 2019 at 8:17 am #1021317DavidStaffCustomer SupportHi there,
any chance i can see the page with the sidebar?
It should respond to the colors you set in either the primary or secondary navigation depending which one you assigned to the sidebarSeptember 30, 2019 at 6:34 am #1022428GaryHi David, sorry about the delay.
The menu is in the sidebar and the page is: https://bit.ly/2Yn2AlQSeptember 30, 2019 at 9:25 am #1022678GaryDavid, I have been trying to achieve an Off Canvas Sidebar with a 3rdParty Plugin, with considerable difficulty – I have just discovered GP Premium has exactly that and so I’ll uninstall the 3rdP plugin and start afresh with GPP.
September 30, 2019 at 9:48 am #1022701DavidStaffCustomer SupportAah ok – makes sense. Docs here if you need em:
https://docs.generatepress.com/article/off-canvas-panel-overview/
Let us know if you have any issues.
September 30, 2019 at 9:57 am #1022706GaryHi David,
Is it possible to remove the large transparent black area that covers most of the page?
Is it possible to place the header above the menu?
Thank you for your help.September 30, 2019 at 10:36 am #1022737GaryHi David, Yes there is a couple of things . . .
Is it possible to remove the large transparent black area that covers most of the page and just keep the slide-in sidebar area?
Is it possible to place the header above the menu?
Thank you for your help.Page: https://bit.ly/2Yn2AlQ
September 30, 2019 at 10:38 am #1022739GaryPage: https://bit.ly/2Yn2AlQ
September 30, 2019 at 10:39 am #1022742GaryHi David, Yes there is a couple of things . . .
Is it possible to remove the large transparent black area that covers most of the page?
Is it possible to place the header above the menu?
Thank you for your help.Page: https://bit.ly/2Yn2AlQ
September 30, 2019 at 11:16 am #1022767DavidStaffCustomer SupportRemove the background overlay with this CSS:
.slideout-overlay { background-color: transparent; }
Customize > Layout > Primary Navigation –> Location: Below Header.
September 30, 2019 at 11:28 am #1022774GaryThank you for the snippet, it works perfectly.
Apologies (very tired here), I meant to ask is it possible to centre the site logo and place the Site Title and Tag Line below?
and in the side panel to place the site logo above the menu?
Thanks.September 30, 2019 at 4:28 pm #1022891TomLead DeveloperLead DeveloperHi there,
Give this CSS a shot:
.site-branding-container { flex-direction: column; } .site-branding-container .site-logo { margin-bottom: 20px; } .slideout-navigation .inside-navigation { display: flex; flex-direction: column; } .slideout-navigation .widget_media_image, button.slideout-exit { order: -1; }
Depending on your browser compatibility needs, you may want to run that CSS through this tool: https://autoprefixer.github.io/
September 30, 2019 at 8:49 pm #1022982GaryHi there Tom,
I ran your code through the Autoprefixer and it works perfectly – thank you.
The site Tagline remains off center, is it possible to center it?
Gary.October 1, 2019 at 7:11 am #1023309DavidStaffCustomer SupportThe CSS Tom provided the first rule add the line i have commented here:
.site-branding-container { flex-direction: column; text-align: center; /* Add this property */ }
October 1, 2019 at 9:12 am #1023530Garyand of course it just works. Thanks David.
-
AuthorPosts
- You must be logged in to reply to this topic.