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
58
votes
13 answers

Can't fix: 'og:image' property should be explicitly provided, even if a value can be inferred from other tags

I have a website that triggers a warning when clicked through a link shared on Facebook. The warning says: Possible problem with this link We have detected that this link: http://www.example.online/ may be malicious. To keep your account and device…
Kevin Bright
  • 961
  • 2
  • 9
  • 17
26
votes
10 answers

How to add custom css in wix website

I am new at wix and editing a website and want to add css in a page. but not found any option for css. Anybody know how to add custom css code in wix website? Thanks
Ravi Singh
  • 437
  • 1
  • 5
  • 11
16
votes
1 answer

Disadvantage of using JS based navigation solution like React Navigation instead of using Native Navigation like Wix's React Native Navigation?

The only reason I can think of using Native Navigation is when I have more screens & JS based solution like React Navigation will keep all the screens in memory. Now I am not a native developer so the above thing might be vague.
8
votes
2 answers

Trying to edit Wix website HTML

How can I edit the HTML, CSS and JS of a Wix site. I cannot seem to find anything that allows you to edit code, it only seems to let you edit through it's awful GUI?
JSHD
  • 307
  • 1
  • 4
  • 7
6
votes
1 answer

Clarification on instructions for backend Code in Wix

I'm trying to integrate backend code into a Wix site. Im not too picky about how I want to do this, or what language to write in (ideally, I have a locally-hosted Java code that I'd love to simply call). I wouldn't mind re-writing it in JavaScript…
PBJ
  • 354
  • 2
  • 15
5
votes
1 answer

Android app links with assetlinks.json on WIX website

I am implementing deep linking to my android app and it works only when clicking on a link with the desired url such as https://mydomain.co.il only outside browsers like in whatsapp etc. I know that for making app links work from browser, the…
Yarin Shitrit
  • 297
  • 4
  • 16
5
votes
3 answers

How to connect Firebase with Wix

The code that I'm using is the following one: import firebase from "firebase" import firestore from "firestore" export function base() { // Initialize Firebase var config = { apiKey: "apiExample", authDomain:…
Andrey Solera
  • 2,311
  • 2
  • 26
  • 51
5
votes
0 answers

Universal Linking Uploading the JSON to the HTTPS Server

I am trying to implement universal linking in my IOS Application. I have the apple documentation and am following the steps, but I come to a problem with uploading my "apple-app-site-association" file to the root of my HTTPS web server. I am using…
ap123
  • 916
  • 1
  • 8
  • 22
5
votes
0 answers

How to know which particular Wix Template the existing Wix site is using?

Is there any way to get the information about the particular Wix template the existing Wix site is using?
Chandrakant
  • 111
  • 2
  • 12
4
votes
1 answer

How to get the post author data to display it in an html box?

I'm not very used to working with Wix and I realized that it has a certain limit regarding the Blog layout. I would like to add the author of each post next to the post, but it would be too much work to do post by post. So I created an HTML box to…
Adão Gama
  • 122
  • 1
  • 13
4
votes
3 answers

Why is WIX Velo reporting "document is not defined"?

I am just taking my first steps to assist with some Google Maps integration on a Wix-generated website. I have enabled "Velo developer mode" and opened the JavaScript editor panel. When I enter the code document.createElement('div') the editor shows…
Basil Bear
  • 433
  • 3
  • 15
4
votes
0 answers

WIX automatically reset cookies on reload

Just noticed that the cookies set in my Wix website are automatically getting cleared on reloading the page. It was working fine recently. I haven't made any changes to the site after that. Does anyone know if it is due to any update in Wix? Is…
Fathima Linsa K
  • 618
  • 6
  • 14
4
votes
2 answers

How to build a dynamic search form using JavaScript code in Wix?

At this moment we are building a new part on our website www.dptwiskunde.nl, which is built using Wix. On one of the pages (not visible for visitors yet) we want our visitors to be able to search for documents especially relevant for them (that is,…
4
votes
1 answer

How to pass username and password credentials while fetching data from api in javascript?

I am using flowroute api and need to fetch data but not sure how to add authentication credentials i.e can be seen when I pass the query url in the browser How can I pass it in the javascript. I am using wix platform and adding javascript code as…
harshal
  • 10,252
  • 3
  • 18
  • 23
4
votes
0 answers

changing wix templates to RTL

Can the Wix templates in https://www.wix.com/website/templates/ be changes to an RTL aligned template for a language such as Hebrew or Arabic? I mean to ask if it can be done in a simple way such as changing a small number of configurations, and not…
Amnon
  • 2,212
  • 1
  • 19
  • 35
1
2 3
49 50