Editor X: Using Multi-State Boxes

4 min read
Editor X is transitioning to Wix Studio, our new platform for agencies and freelancers.Learn more about Wix Studio
Multi-state boxes let you show different content for different situations in the same container box, displaying one state at a time. Choose the amount of states your box should have, design them completely and give them IDs that you will later use in your code.
Your code defines when each state should be displayed. You can create conditions for each state to appear automatically, or let visitors navigate on their own. 
Before you begin:
  • As this feature requires some code, make sure to turn on Dev Mode (Velo by Wix).
  • Multi-state boxes are currently in beta mode in Editor X. This means we're still working on adding new features and making general improvements to this feature. 

Step 1 | Add a multi-state box

The first step is adding a multi-state box to your site directly from the Add panel. Drag the box to the desired location on your page. 
Use multi-state boxes inside repeaters:
Once you add a multi-state box to a repeater item, it's automatically added to the rest of the items with the exact same design. This is useful for lists with repeating items like FAQs or product galleries.

Step 2 | Add and design the states

Once you've added the box, design the states that it displays. You can customize these states however you choose: Use them for small badges like product availability (e.g., "New", "Out of Stock"), or create a completely different design for each state. 
Click below to learn how to: 
Design tip:
The states can have different height properties, which allow you to reveal additional info for example. However, the width of your states always stays the same.

Step 3 | Add code in Dev Mode

The last step to make the multi-state box functional is adding code that controls when each state appears. 
Using the functions and events available in the Velo API for multi-state boxes, you can define and implement rules for displaying and navigating your states.
Important:
While adding the relevant code, make sure you wrote the state IDs correctly, with the exact same spelling and capitalization. 

Did this help?

|