top of page

Forum Posts

cue
Jun 30, 2023
In Coding with Velo
Clear sabotage on my website, this happens at least every 1 hour and Wix is behind it. Who else is being affected by this nonsense?
Does anyone have this same issue? content media
0
3
22
cue
Jun 19, 2023
In Coding with Velo
As we know, there are permission bottlenecks to query the Privatemembers database, but the "Fulldata" database which also stores information when a user signs up using wix custom sign up can be queried by any user. I have about 60 entries in that database but my dataset filter is only returning 17, is there any other way to get the total entries in that database or the Privatemembers database without any number limits?
0
9
50
cue
May 08, 2023
In Coding with Velo
Please how do I add watermarks to every image uploaded on my website using wix code?
0
0
3
cue
Mar 23, 2023
In Coding with Velo
Has anybody been able to integrate chaGPT into a wix website eg when a text is created in wix website it is sent to chatGPT and chatGPT responds with an answer back to the wix website which can be displayed.
1
9
1k
cue
Mar 05, 2023
In Coding with Velo
Please how do I get the html element to have a horizontal scroll bar as I want to view a webpage inside it. It shows the vertical scroll but does not show the horizontal scroll and the sides of the page are cut off.
0
0
25
cue
Feb 16, 2023
In Coding with Velo
Has anybody successfully added Js vector map in wix backend or html iframe, like soo many other codes this would work in a code editor but does not work inside wix.
0
0
8
cue
Jan 11, 2023
In Coding with Velo
The code below is meant to retreive the country for users, but wix blocks the returned country with the error that the originating website has "https" while the request website is "http", when both are https. Please who has a solution to this? Even using these other two addresses gets the same response https://ipinfo.io/ https://geoip-db.com fetch('https://extreme-ip-lookup.com/json/').then( res => res.json()).then(response => {console.log("Country: ", response.country);}).catch((data, status) => {console.log('Request failed');})
0
2
15
cue
Jan 08, 2023
In Coding with Velo
Please is there an Api on how to trigger the social share pop up menu like in the picture below
Social share Pop up menu content media
0
0
11
cue
Dec 26, 2022
In Coding with Velo
I created a form that has alot of input and textBox elements, when the inputs and textBoxes are filled they add to their corresponding object values and saved in a database via code. When the page is loaded the same object values fill their corresponding input and textBox elements. The problem is sometimes when the input and textBox values are saved, the input values filled from the database submits empty values even though you can see the input element is not empty, this only changes when you click into that input element/s then it saves its values, Please how do I get the input elements to be read properly without having to click into them? I have not notice this happen with the textBox elements.
0
8
43
cue
Dec 25, 2022
In Coding with Velo
Please how do I navigate to anchors in the mobile version of my site with button clicks. I used the method wixWindow.scrollTo(X,Y), but this is only for element positions that are fixed, the element positions could change as the elements above them can be collapsed.
0
10
49
cue
Dec 16, 2022
In Coding with Velo
Has anybody successfully used a webcam on a wix website using the html element? Have tried this for 2 years now and it does not work.
0
2
28
cue
Dec 15, 2022
In Site & Page Design
Please how do I fix this, I have a page with alo of elements and that page seems to be causing my wix editor to crash in some instance it shows "Code hung" or "out of memory" errors after the Editor crashes, please how do I fix this?
0
11
779
cue
Dec 15, 2022
In Coding with Velo
Tried but seems not to work, please who has a full working sample?
0
0
21
cue
Dec 15, 2022
In Coding with Velo
Google is no longer allowing downloads from sandboxed sites, please is the a workaround?
0
13
114
cue
Nov 25, 2022
In Coding with Velo
I am trying to get the index and created date of an entry knowing the created date of the one just before it. $w("#dataset1").onReady(() => { $w("#dataset2").onReady(() => { $w("#dataset1").setFilter(wixData.filter() .gt("_createdDate", dateOfPriorEntry)) .then(() => { let neededIndex=($w("#dataset1").getTotalCount()) -1 $w("#dataset2").getItems(neededIndex,1) .then((results) = > { let needeCreatedDate = results.items[0]._createdDate }) .catch( (err) => { console.log(err); } ); .catch( (err) => { console.log(err); } ); }) }) This does not work on page ready and sparingly works when button is clicked, please is there another way of achieving this or what am I doing wrong here?
0
0
14
cue
Jun 30, 2022
In Coding with Velo
Please how do I transfer information from one wix page to another without using session save or url parameters?
0
0
4
cue
Jun 26, 2022
In Coding with Velo
Please is there a way to only view a page by sending it's url to an iframe, they page can't be opened in a window on a browser unless through the iframe on a specific page
0
0
18
cue
Jun 23, 2022
In Coding with Velo
Please how do I transfer html code with js and css to custom element code? Will it just be a copy and paste? What do I need to delete and add, thanks.
0
0
3
cue
Jun 22, 2022
In Coding with Velo
The html code downloaded data from wix before but has stopped working, who has a presently functioning html code to download data as csv? This is the error Download is disallowed. The frame initiating or instantiating the download is sandboxed, but the flag ‘allow-downloads’ is not set. See https://www.chromestatus.com/feature/5706745674465280 for more details.
0
0
19
cue
Jun 22, 2022
In Coding with Velo
For something as important as push notifications, how can one successfully add firebase to wix? have created a firebase account and added the code to the custom code in wix but nothing happens afterwards not even a request for push notifications.
0
0
10

cue

More actions
bottom of page