763 questions
2
votes
0
answers
21
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 ...
0
votes
1
answer
50
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 ...
-3
votes
1
answer
73
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 ...
0
votes
0
answers
42
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 ...
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
34
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 ...
0
votes
0
answers
28
views
Persisting multiple differently filtered collections in VELO for a WIX site
I have a Wix site and on one page we need to have two repeaters which are populated by different sets from the same (tutors) collection (defined by gold and silver tags).
the problem is that Wix does ...
0
votes
0
answers
52
views
Can I route dynamic pages from encoded urls on Wix
export function properties_customizeQuery(request, route, query) {
/*console.log(request, request, route);*/
}
export function properties_beforeRouter(request) {
/*const encodedURL = request....
0
votes
0
answers
44
views
Researched all forums, but can't switch CSR to SSR on Wix website
I am trying to switch CSR to SSR to improve SEO for Wix website.
Wix websites typically leverage client-side rendering by default. However, due to SEO constraints—specifically the need for search ...
0
votes
0
answers
23
views
Error message: Property 'onCommentCreate' does not exist on type 'IFrame'.ts(2339)
I'm trying to create a trigger when a new comment is posted in Wix Comments widget.
This is the code in the wix comments widget page (Frontend):
$w("#wixComments1").onCommentCreate((...
2
votes
1
answer
139
views
Why does my Wix OAuth installer redirect to "undefined" instead of my redirect URL?
I'm building an external application, that needs access to the contacts from a Wix site. To do so, I must obtain an access token and refresh token to use the Wix Contacts REST API.
Following the ...
0
votes
1
answer
104
views
False and 0 Values Not Inserted in PostgreSQL via Wix Velo bulkInsert
I’m using Wix Velo to insert data into a PostgreSQL database. Everything works except for the integer 0 and the boolean false. These values are not stored correctly in the table and are instead left ...
1
vote
0
answers
131
views
How can I get the position of an element using Velo?
I want to get the position of a vector element and a button relative to the window using Wix Velo. I tried the following code:
let element = $w('#vector1');
let rect = element.getBoundingClientRect();
...
0
votes
0
answers
108
views
Google Sheet to Wix date format issues
1I have a WIX site where part of a dataset is populated via an API in Google Sheets. The data runs through Zapier and then into the Wix dataset. I have no trouble with any number or text fields; ...
1
vote
0
answers
40
views
Wix checkbox doesn't update CMS field value on change due to callback error because index cannot be found
I am receiving the error:
UserError: An error occurred in one of undefined callbacks
Caused by cannot update field values: index not found
I'm newish to coding and cannot figure out why my index can'...
0
votes
0
answers
28
views
WIX ecommerce website validating the quantity input
In Wix ecommerce websites product page and cart page I need to restrict the customers not to buy more than 10 quantities.
Is that possible to configure somewhere in wix dashboard?
or
We need to write ...
0
votes
1
answer
133
views
Keeping Login Bar on the Header in Wix Studio [closed]
I am currently making a new website that requires the 'customer' to create and account/login. I have been having trouble with the login bar. The login bar is on the right hand of the screen. It shows ...
0
votes
1
answer
47
views
creating a table with third party api using veto on wix
I am fetching a data from a website and trying to populate the table with it but a cannot manage to do it. it throws an error says "undefined is not an object (evaluating 'Object.keys(firstItem)')...
1
vote
0
answers
97
views
How can I remove an item from the current cart using Velo in Wix?
Product:
Wix Editor
Hi,
I am building a custom cart page where I successfully list all the items in the current cart using a repeater. Each item has a delete button, and I need assistance in removing ...
0
votes
1
answer
57
views
Is it possible to get the app instance string directly from a wix backend function?
The below documentation explains how to get the app instance string from the frontend, but wondering if it is possible to get it from a wix backend function as well? The backend function is defined in ...
0
votes
1
answer
40
views
Matching a post with a memberId WIX
I'm trying to input the logged member ID into a CMS in Wix. I can't find a way to do this without using code, and when I try to use code, it works but creates an additional item in the database just ...
0
votes
1
answer
68
views
Wix use Dropdown with CMS date time
I cannot connect my Dropbox to a CMS entry value of datetime. I want to make form where you can pick a date from a list defined in a CMS collection. The date type is simply greyed out in Wix.
I ...
-1
votes
1
answer
93
views
Wix how to redirect to home page from function?
I have a problem, from Wix I redirect the page to third party, after third party done process, it will post the data back to wix (callback). at first the callback URL I set is the home page, but it ...
0
votes
1
answer
107
views
is it possible retrieve a Wix page collection, from outside by API?
My client has a Wix website showing some elements, using dynamic pages and collections.
He want to show these elements also on another web page, not on wix.
I'd like to use API to retrieve page ...
0
votes
1
answer
309
views
How can I get the Store info with WIX rest API
I've implemented the Advanced Oauth flow with a WIX app and REST API using the docs: https://dev.wix.com/docs/rest/app-management/oauth-2/sample-flows
This gives me a valid access and refresh token.
I ...