764 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
0
answers
52
views
How to get instance ID in Wix CLI embedded script?
I have an issue with my Wix CLI project and would appreciate your help. Context:
The Wix Dashboard data is passed to and stored in our MySQL database by our PHP backend using the instance ID as a ...
0
votes
0
answers
26
views
How do I randomize a dataset in a Wix repeater without it refreshing?
My goal is to have an item from my collection displayed like an ad on my website.
I've used this code on the page and it works great, aside from one issue. It seems to load one random item from the ...
Best practices
0
votes
1
replies
40
views
What is the best way to create an app from a wix velo website
What would be the best way to create an app knowing that I have creating a wix studio + velo website.
My website manages members with my own collection, can let members make reservations and give them ...
2
votes
0
answers
22
views
How to solve Velo error WDE0075: Metadata for Reference type field not provided when programmatically adding a REFERENCE field?
I am trying to programmatically add a new REFERENCE field to an existing collection in Velo using wix-data.v2. Despite following all documented and undocumented best practices I could find, I'm ...
1
vote
0
answers
42
views
Allow camera access in pages
I am working on Wix - a module that provides recommendations based on user's picture.
For this, I need to take selfie and send it to backend service.
When added to Wix, Wix renders it inside IFrame ...
0
votes
1
answer
56
views
Wix site show in menu after login
I am working on a wix site for a client. The client wants that the only members access site is hidden from the menu bar till he logs in. By default this is not possible but I heard that this can be ...
0
votes
1
answer
55
views
How to set up a hook in Wix data for a column that has been set to Boolean using Velo?
I am trying to help my church set up a lending library. I have a wix dataset that shows the "Book Name" and the "Author". These are text fields. I have column that I would like to ...
-3
votes
1
answer
74
views
How to replicate this shutter reveal effect from this wix template? [closed]
I want to recreate this shutter reveal effect, in which as we scroll the hero section (the shutter) slides upwards and reveals the section below it, once the shutter is fully out of the viewport the ...
1
vote
1
answer
54
views
Is there a limit to the number of columns that can be accessed in a wix dataset using velo?
I am trying to help my church have a lending library. Currently, we have a Google sheet inserted in the Wix site. I am trying to make a better version.
The idea is to import all the books as a .csv ...
0
votes
0
answers
44
views
Wix Visual Glitch After Minify
So i have been building a Website on Wix for a while. i work with alot of iFrames and Velo. Today i decided to to minify everything which made the Site way faster, however switching Tabs on my Tabbed ...
-1
votes
1
answer
183
views
Issues with Wix REST API returning a 403
I'm trying, what on the surface seems a very simple GET request to the Wix REST API via Postman.
Followed the documentation and generated an API key with the requisite permissions and an Account ID.
...
0
votes
0
answers
33
views
I am on wix.com using wix multilingual and wix store. How to change text alignment with code on wix?
I am using wix store and wix multilingual, when I added the product description in Arabic it is aligned left to right, how do I change the alignment only for one language in the product description in ...
0
votes
0
answers
10
views
ActiveCampaign Integration issue with wix velo
ActiveCampaign Integration
Configurations
Do the following in your config.json backend file to create a connection from your Wix Store to ActiveCampaign:
Set the apiAccessUrl value to your ...
0
votes
0
answers
39
views
Why isn’t my recorded audio being sent to OpenAI’s Whisper API for transcription in my Wix Velo integration?
Context / What I’m trying to do
I’m building a chat interface on Wix using a custom web component and an iframe for the chat UI. The idea is:
User clicks "Record" in the iframe → message sent to ...
1
vote
1
answer
103
views
Wix Velo: How can I send a triggered email on a custom-element form submit without using SendGrid?
In Wix I would like to receive an email notification when someone clicks "Submit" on my own custom form element. Unfortunately, I can’t get it to work.
I’ve already tried several approaches, but ...