top of page
To test this feature, visit your live site.
The Wix Wiz Community Forum
Welcome! Have a look around and join the discussions.
Velo (Wix Code)
Engage in discussions about Wix Velo on our Q&A forum. Ask tutorial-related queries, seek advice, and share your project
113Wix Classic Editor
Dive into Wix Classic Editor discussions on our Q&A forum. Ask questions, seek advice, and share your website projects.
27Editor X
Dive into Wix Editor X discussions on our Q&A forum. Ask questions, seek advice, and share your website projects.
7Wix Studio
Dive into the new Wix Studio discussions on our Q&A forum. Ask questions, seek advice, and share your website projects.
14Courses
Have questions about Wix Wiz courses? Ask away in our forum! Get the answers you need to enhance your learning.
3Apps & Templates
This is a channel dedicated to questions about apps and templates developed by the Wix Wiz Team.
6
New Posts
- Wix StudioHi all! I’m currently facing an issue with a dropdown menu on Wix. The dropdown menu is connected to my CMS collection. However, I’m unable to display more than 1,000 items in the dropdown list. Apparently Wix has set a dropdown limit of 1,000 items. I’ve tried different approaches, but it seems like there are constraints on how many items can be shown at once, and I need to find a workaround to display more than 1,000 items. Does anyone have an idea how to solve this and/or code this? Your help will be deeply appreciated as I have been struggling with this problem for a long time! I have already checked out multiple posts on the Wix Forum for a working code, but without success: • https://forum.wixstudio.com/t/dataset-query-for-3000-items/730 • https://forum.wixstudio.com/t/allow-dropdown-to-search-through-more-than-1-000-lines-of-data-from-wix-database/12808 • https://forum.wixstudio.com/t/dropdown-menu-not-displaying-all-values/22130 • https://forum.wixstudio.com/t/dropdown-only-loads-1000-entries/28417 Kind Regards, Daan
- Velo (Wix Code)What I'm tryna achieve: I want the Ratings Display to show Wix Comments instead of Wix Reviews Background: Because I’m trying to use Wix Comments as a workaround to Wix Reviews, as the latter can only be integrated with Wix Stores & not other listing types like services, properties etc On the front end, Wix Comments is almost as feature rich as Wix Reviews. However it isn’t fully fleshed out, missing the following major func: It doesn’t natively connect to CMS, so its very difficult to view & manage comments when they accumulate. It’s stored in a separate basic page under the Wix Comments app. Many thanks!
- Velo (Wix Code)Background: Paid members can create listings What I'm trying to achieve: When a user's plan ends, their listing should be hidden automatically Attempts & Suggestions: (as a non coder possible dots that could connect) JavaScript object field?.. Wix Pricing Plans Settings>Automations>Action>Run Velo Code?..Upon a plan’s end, a field of an owners item is automatically modified… The owner’s subscription status should be checked, and if their plan is ended, the field is automatically filled with a corresponding value… Using Velo I’m already able to use filters to hide repeater results. Just a need a way for a collection’s item to automatically modify itself, based on Pricing Plans Additional: • Similar tutorial: Tutorial: Using the Pricing Plans API for Pricing Plan Ordering and Payment • From Wix’s AI bot (but I’m too nooby to implement):