Archived topic
Problem with the menu widget footer
16 replies · Started by Simone on July 9, 2020
Hi
It doesn't matter what I do, I can't figure out how to organize my widgets in the footer menu
I just want to put some pages in the footer like this: https://www.screencast.com/t/U2m2B1iYnmH
When I put my pages in the menu, one is up and the other one is down and my icons in the middle.
Here is the URL of my website so you can see the issue: https://getmoresteps.com/
Hi there,
add your Men item to Customizer > Widgets > Footer Widget 1 or Footer Widget 2 etc.
This doesn't work for me. Can you please see this menu in the footer and tell me how I can do this?
https://www.screencast.com/t/b45EGIHdGH.
I tried, but it just jumps on top of the first menu that I put in the footer: See what I mean here: https://getmoresteps.com/
In the Customizer, click on the pencil icon beside the menu widget.
This will show that widget in the left-hand-side list. Below the list, click 'Re-order' now select Footer Widget 1 or Footer Widget 2 etc.
I want them to be side to side and it doesn't let me do it. It just automatically jump on top of the first menu.And I did follow your suggestion
The screenshot you are showing is using this exact method here:
https://docs.generatepress.com/article/footer-bar-widget-area/#adding-a-footer-menu
So create a new menu with About and Privacy Policy as menu items:
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/
Then follow the doc method to add it.
I followed the instructions in the links you sent me. It still doesn't work as it should. I want them to be side to side and it's not. They are on top of each other.
You are not following the instruction correctly.
Currently there are two widgets (nav menu and a page) being added in the footer bar widget area:
https://www.screencast.com/t/rvGoGxGl
You need to do this first:
So create a new menu with About and Privacy Policy as menu items:
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/
I did follow: https://www.screencast.com/t/d9uqW8OYXNes
I want only one page side to side like I this:https://www.screencast.com/t/wm1rF5V2
Can you send us a temporary admin Login to your site so we can take a look?
You can send it via the Account Issue form:
https://generatepress.com/contact/
Please add the URL of this topic to the form.
This screenshot is showing the wrong setup:
https://www.screencast.com/t/d9uqW8OYXNes
It should have two menu items - About and Privacy Policy.
I've mentioned this several times above:
So create a new menu with About and Privacy Policy as menu items:
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/
If you follow that instruction, it will work.
Hi Leo,
Thank you for your reply
The tutorials you sent me is a bit overwhelming. I am not used to doing all this just to put a menu in the footer.
I don't think I need to create a link and a drop-down menu in order to have an organized menu in the footer.
I sent my admin details so that the support can help me with this issue.
Thank you again!
I've received your admin details but I cannot do it for you - that's out of the scope of this forum.
You currently have 1 menu item (About) in the screenshot here:
https://www.screencast.com/t/d9uqW8OYXNes
All you need to do is to add a second item (Privacy Policy) below the About item and you are done.
Fine, now it works!
Another question, please. How can I have separator ligne between the menu items?
Glad to hear.
Try some CSS like this:
.footer-bar .menu li:not(:last-child) a {
border-right: 1px solid #fff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/