Questions tagged [velo]

Velo (formerly known as Corvid) is a full-stack development platform for rapidly building professional web applications on top of Wix.com sites.

Velo, formerly known as Corvid, is a full-stack development platform for rapidly building professional web applications on top of Wix.com sites. It is a serverless coding environment that features database collections, backend and frontend JavaScript code, custom forms and access to a variety of Wix APIs.

Velo Home and API Reference pages.

Examples

Velo enables you to add more dynamic features to your Wix site. Below are some examples of what you can do with Velo APIs + JavaScript. In each example, you can go directly to the Editor to view it as a template or copy/paste the code into your site.

See All Examples

API References

Velo APIs enable you to take control over your site’s functionality. You can use them to interact with page elements, site’s database content, and external services. The APIs also give you access to information about the site, its users, and more.

See the whole API Reference

Video Tutorials

Below are some step-by-step video tutorials on how to use different features of Velo and add more advanced functionality to your web application.

See all Video Tutorials

742 questions
2
votes
3 answers

Add custom javascript to wix

I am trying to add custom javascript to wix, but it doesnt work. I have tried almost all I found on google but it doesnt work. The script above needs to…
Marko
  • 101
  • 1
  • 1
  • 9
2
votes
1 answer

How to add private members to external api

Good afternoon all, I am attempting to create a function that will automatically create a membership through my external loyalty program (through Whisqr) for the current user on my Wix.com website. I am receiving an error message stating the public…
2
votes
0 answers

How to ignore exif image orientation with CSS

I have an image which appears upright when you use a browser to navigate to its URL, but is rotated 90 degrees when I do something like this . I don't want it to be rotated. Actually, I have a whole list of images, and some are…
Alexander Soare
  • 2,825
  • 3
  • 25
  • 53
2
votes
2 answers

how to disable "login with Google/Facebook" on wix member site

I'm afraid of the answers i'm going to get. this might not be possible. But is there a way to force wix members to sign in with email/password as opposed to letting them sign in with the facebook/google option? I have a client that has a site that…
sao
  • 1,835
  • 6
  • 21
  • 40
2
votes
0 answers

Firebase Dynamic URL not working with my Wix page

I've implemented all the Firebase Requirements in order to use Dynamic Links with my custom domain. The A records, and the TXT information are both added, however now my website is not working. My Firebase Hosting tab tells me that the…
Andrey Solera
  • 2,311
  • 2
  • 26
  • 51
2
votes
1 answer

if statement displaying in text box without executing calculation

I'm new at this. The input is showing in the text box but not making the calculation for the if statement. $w.onReady(function () { $w("#generatequote").onClick((event) => { var SR = Number($w("#SR").value); if (SR<100) { …
2
votes
1 answer

Can I build my homepage in squarespace and have custom code for rest of website on same domain

I build a website using PHP, HTML, Javascript, etc. However, I'd like to easily be able to edit the website and make it very appealing. I'd therefore love to build it with squarespace or wix. Is there a way of having the homepage of the domain be…
2
votes
2 answers

How to upload my Python code to my WiX website?

I'm new to Python and web development. I've written a machine learning program in Python which can predict the future price of any stock. I've to upload this code to my website (which has been hosted on WiX). This is the link to my code:…
SySu
  • 619
  • 1
  • 7
  • 15
2
votes
1 answer

Importing frontend libraries into wix website

I have developed a React app using CRA and I'm trying to host it on existing wix page. With WIX I can use javascript files so I bundled my application code with dependencies into one file and tried copying and pasting react and react-dom code from…
WestedCrean
  • 31
  • 2
  • 8
2
votes
1 answer

How to connect existing domain to various ports on AWS EC2 server

I need some help to connect these dots, if possible: I have an EC2 server on AWS (let's call it http://ec2-foo.compute.amazonaws.com/), with different servers on each port. So: Alpha Server: http://ec2-foo.compute.amazonaws.com:5000 Bravo Server:…
2
votes
1 answer

Accessing 3rd party API from wix

I am trying to communicate with a 3rd party API. I wrote the API in python. I want to update the name column in the database from the Wix web page using a user form and text box. The database updates and all of the endpoints are responsive using…
HibbidyHooplah
  • 197
  • 2
  • 12
2
votes
1 answer

Tab based menu with side menu on one page

I am trying to put both a tab-based menu and sidebar menu on one page for a react-native application. For now only one of them shows up, either a tab-based menu or a sidebar menu. Here is my navigation code. I have used wix react-native-navigation.…
2
votes
1 answer

How to access a method of another screen component?

Navigation.registerComponent("LoginScreen", () => LoginScreen); Navigation.registerComponent("HomeScreen", () => HomeScreen); Inside LoginScreen, after succeeded logging-in I want to call Fetching Data method inside HomeScreen Component.
webmastx
  • 683
  • 1
  • 8
  • 30
2
votes
0 answers

How can I add a java application to a wix website

I have recently coded (in Java) a limit calculator and I am trying to find a way to connect it to my wix website. Any ideas? Thanks
mitchdavid
  • 21
  • 2
2
votes
0 answers

d3 iframe in Wix?

I have an existing web portfolio created using Wix and I would like to embed a simple force-directed network graph using d3 that summarizes my skills and interests. Before I started creating the graph, I decided to quickly test if Wix would display…