- This topic has 9 replies, 3 voices, and was last updated 1 year, 8 months ago by
Tom.
-
AuthorPosts
-
May 10, 2019 at 5:45 am #895157
Domenico
Hello,
sorry, I’m looking to make a home page with the menu at the bottom of the page but I didn’t find the solution.
Menu plus is activated but I can’t see the Custom menu widget. I need the menu at the bottom of home page or landing page only, not in all pages or articles of the site.
Can someone help me?
Thanks in advanceMay 10, 2019 at 8:02 am #895421Leo
StaffCustomer SupportHi there,
Bottom of the page as in the copyright area?
If so this should help:
https://docs.generatepress.com/article/footer-bar-widget-area/#adding-a-footer-menuLet me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 10, 2019 at 11:04 am #895601Domenico
Hi, thanks for the answer
I have already checked that link but I can’t find “Custom Menu widget” I don’t know why is everything activated in elements.
And then if I use footer the menu will be present in the entire site, I want it just in home page or landing pagesMay 10, 2019 at 11:26 am #895623Leo
StaffCustomer SupportThe widget is actually called Navigation Menu and it’s from WordPress itself:
https://www.screencast.com/t/qOFaTpujdOnce you add it in, we can provide the CSS so it only shows on home page only.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 10, 2019 at 12:16 pm #895665Domenico
Thanks, Leo it is trying
so now I need to apply at the home page only but even to any other specific page, if is possible.
Then there is another question: if you want to see the menu you have to scroll up to the end, what can I do to make the footer visible at any time?May 10, 2019 at 4:21 pm #895775Tom
Lead DeveloperLead DeveloperCSS might get a bit messy if you need to display it in some circumstances and not others.
Since you’re using a widget, this plugin might be more helpful?: https://wordpress.org/plugins/content-aware-sidebars/
It allows you to conditionally show widgets.
You could stick the footer to the bottom of the page if you’d like? It might not look great on mobile.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 11, 2019 at 4:17 am #896069Domenico
I agree with you, on mobile, it is not good, must work in desktop only.
I think I will change the project, in fact, I don’t like to modify the original code of plugins.
just another question, if I want to setup a background picture on the homepage only is possible? in the body of homepageMay 11, 2019 at 9:38 am #896374Tom
Lead DeveloperLead DeveloperFor sure, you can set up the body background image using our Backgrounds module.
Then you can use this CSS to exclude it elsewhere:
body:not(.home) { background-image: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 11, 2019 at 10:35 am #896430Domenico
Thank you Tom is trying
May 11, 2019 at 5:10 pm #896621Tom
Lead DeveloperLead DeveloperNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.