Hello , I’ve been trying to find a solution but it simply doesn’t work.
My problem is this; I have a long Restaurant Menu , I defined Anchor Points and I wanted to create a button that sends the user to next / previous Anchor.
However , I have a code that works for Desktop version but on Mobile the buttons don’t stay pinned.
I’ve thought "Oh great there’s a “custom action button” but it isn’t so custom as I can’t write a code for it. Unfortunately the Quick Action Bar only allows coding the Bar, not the buttons that are contained in it.
Does anyone have any idea how to solve this or maybe knows the ID of those pre-defined buttons so I can write a code for them?
You can just have the different choices in a list on the mobile device and when the user presses on that choice, you have a lightbox or a container shown over the page that is displaying those food choices. The user can then close that lightbox or container to then go to another choice.
You keep the same as the desktop with the long menu list and just move the anchors on the mobile editor so that they correspond with the correct sections and then add the different sections to the mobile menu and link them to the appropriate anchors on that page.
@ambitionsug if you’re using Editor X, you can do it by setting the element position to: fixed.
if you‘re using the regular editor and you have a premium account, you can create a custom element of your own, snd set its position to “fixed” using code.