top of page
Latest blog

Categories

Start Now
Start Now
Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.
Add a Title

Start Now
Start Now
Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.
Add a Title

Start Now
Start Now
Add paragraph text. Click “Edit Text” to update the font, size and more. To change and reuse text themes, go to Site Styles.
Add a Title
Sorry, no entries were found at this time.


Integrating Maps And Geo-Queries in Your Wix Website Using Velo
This post is about Integrating Maps And Geo-Queries in Wix Websites Using Velo

@lan Design
Jan 26, 20244 min read


Building a Real-time Chat Application with Wix Velo and Wix Real-time API
This guide is a step by step approach for creating Real-time chat functionality in Wix

@lan Design
Jan 26, 20247 min read


Custom Filters with Wix Velo
A step by step approach of how to create a custom effective filter for product listing.

@lan Design
Jan 26, 20249 min read


Custom Wix Blog Landing page
import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // TODO: write your page related code...
-
Jan 2, 20243 min read


Customizing Your Wix Blog Post Page using Corvid
import wixData from 'wix-data'; import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; const likesWeight = 0.2 const...
-
Jan 1, 20243 min read


Create Custom Electronic Signature Form using Velo
Create an electronic signature on your website using Wix Code a.k.a. Velo using a custom form. No 3rd party plugins or add ons needed....
-
Jan 1, 20241 min read


Display Rich Content using Wix Dynamic Page with Database Connection - Velo
WHAT WAS COVERED: 00:00 CN Intro 00:53 Setup of Website 01:44 Add Dynamic Dataset Connections to Page & Rich Content Element 04:24...
-
Jan 1, 20241 min read


Social Share Buttons for Wix Dynamic Pages
import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; $w.onReady(function () { let siteUrl = wixLocation.url; ...
-
Dec 31, 20231 min read


Filter Repeaters Without Buttons
In this lesson, you will learn how to add an easier user experience with a quicker filtering process by filtering your repeater database...
-
Dec 2, 20231 min read


Auto Year Copyright Update
At the start of every year, you have to remember to open the editor, scroll down to the bottom, and change the year of your website....
-
Dec 2, 20231 min read


Input Animation with Velo
So you don't want to use an input title and you don't want the placeholder text to disappear as soon as the user clicks on the input....
-
Dec 2, 20231 min read


Custom Header Transition in Editor X
Learn how to add a really cool header transition in Editor X with Velo Animations! Embed Element Code: <head> <style> body{...
-
Nov 11, 20231 min read


Header Transition with Velo
Header Transition with Velo
-
Jul 17, 20231 min read


Hide Empty CMS Fields in Wix
Have you ever created dynamic pages using a database and find out that some information on some pages just wasn't necessary? For example,...
-
Dec 15, 20201 min read


Multi-State Pre-Loader in Wix
In this lesson, you will learn how to add a pre-loader to your Wix websites using multi-state boxes. $w.onReady(function(){ ...
-
Dec 15, 20201 min read


Collapsible Sections with Multi-State Boxes
Want an easier method for creating collapsible sections on your Wix and Editor X websites? Well in this lesson, you will learn how to use...
-
Dec 15, 20201 min read


Collapsible Sections with Velo
If you want to create a custom FAQ section, step-by-step guide, or want to provide your users with more information when they toggle a...
-
Dec 15, 20201 min read
bottom of page