Menu to change what appears in container

Question: Is there a way to create a dropdown menu that specifically affects a container?

Product: Wix Studio Editor

What I am trying to achieve: I have multiple slideshows (embeds) that I want users to be able to navigate between. Ideally, only one slideshow would display at a time, and users could use a dropdown menu to pick which slideshow they want to view. The page would not change at all, only the slideshow that displays within the container. I don’t have much coding experience (at all)… any solutions?

What I have already tried: Seemingly the closest I can get is to create multiple lightboxes for each slideshow and create a menu to navigate between the lightboxes. This technically works but isn’t the effect I’m going for, I’d like it to be seamless within the page.

Thanks so much!! From a first-time freelancer :slight_smile:

So. I dont have an answer to your question but I have a question for you. I have been struggling to understand is how to add a sub menu in the site pages like you used to in Wix editor. They don’t click in and stay attached to the main menu header like they used to. What’s the fix or what step am I missing.

Hi @Adam_Berg yuo should create your own new topic if you want an answer to another question, but see below my response in another post

@Meryl_Stevens - I think you would need to code this to work correctly or maybe build the menu with text using hover interactions to show/hide your elements

The combination of elements and actions you described are only possible via coding.

You would need to detect when the dropdown changes, then retrieve the value or the index, and then trigger the slide to change.

Here are a couple of tutorials that can teach you the basic logic of how to interact with a slideshow. These use buttons for the interaction, but they can at least offer you a place to get started ……

#codequeen