When I first built my app, the Menu icons appeared on the bottom of the page by default. At one point, I somehow moved them to the hamburger menu. How do I get them to show on bottom again, while keeping the menu items in the hamburger menu at the same time?
Also I have tried creating menu buttons to place within the home page. I don’t know how to link it to the home page. Please help, and thanks in advance.
Hi Robert, welcome here, hope i got this right.
Case #1:
Once you move a page to the hamburger menu it wont show on the bottom. One solution is to duplicate the page and add to both cases and then prevent one of those pages from showing on a desktop or tablet device
Steps:
Create a device info Colum and get the screen width call it device width
On the page (the duplicated one), filter to show when device width is less than or equal to 780px
Then it will only show on mobile.
Case #2
I don’t really get what you meant please could you elaborate