Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
21 views

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 ...
nane limon's user avatar
0 votes
1 answer
50 views

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 ...
Abe1985's user avatar
-3 votes
1 answer
73 views

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 ...
Aman_the_wack's user avatar
0 votes
0 answers
42 views

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 ...
Christof Beckers's user avatar
0 votes
0 answers
33 views

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 ...
Mohamad3736's user avatar
0 votes
0 answers
34 views

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 ...
Save Pain's user avatar
  • 257
0 votes
0 answers
28 views

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 ...
tommarshallandrews's user avatar
0 votes
0 answers
52 views

export function properties_customizeQuery(request, route, query) { /*console.log(request, request, route);*/ } export function properties_beforeRouter(request) { /*const encodedURL = request....
Max's user avatar
  • 45
0 votes
0 answers
44 views

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 ...
Natia Kurdadze's user avatar
0 votes
0 answers
23 views

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((...
Miguel's user avatar
  • 45
2 votes
1 answer
139 views

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 ...
Said Aabilla's user avatar
0 votes
1 answer
104 views

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 ...
Fabian's user avatar
  • 460
1 vote
0 answers
131 views

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(); ...
jawher 's user avatar
0 votes
0 answers
108 views

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; ...
Jana's user avatar
  • 1
1 vote
0 answers
40 views

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'...
BabyPangolin's user avatar
0 votes
0 answers
28 views

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 ...
vjprabhakar's user avatar
0 votes
1 answer
133 views

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 ...
jamesbcode's user avatar
0 votes
1 answer
47 views

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)')...
Muhammet Taha GENÇ's user avatar
1 vote
0 answers
97 views

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 ...
Saruhan Kaya's user avatar
0 votes
1 answer
57 views

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 ...
Sleepyhead.'s user avatar
0 votes
1 answer
40 views

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 ...
João Pedro Cyrillo's user avatar
0 votes
1 answer
68 views

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 ...
Ralle's user avatar
  • 21
-1 votes
1 answer
93 views

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 ...
Mizzle Lee's user avatar
0 votes
1 answer
107 views

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 ...
DeLac's user avatar
  • 1,122
0 votes
1 answer
309 views

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 ...
Petervw's user avatar
  • 49

1
2 3 4 5
16