Hi I would like to have certain menu options available on certain pages. Is it possible to have code in the page script that will dynamically load the specific menu choices depending on the page the user selects?
Thank you
Hi I would like to have certain menu options available on certain pages. Is it possible to have code in the page script that will dynamically load the specific menu choices depending on the page the user selects?
Thank you
There are a number of ways that you can build your own menu: buttons, boxes with text, repeaters, etc. For example, you can use a Repeater to build your own menu from a variable sized list of “menu entries”. Each repeater item will have an onClick() event handler which redirects the visitor to the appropriate page using wix-location.to() .
Thank you for your response. I have seen the Repeater example in one of the demos. Let me see if I can get it right.