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.


Exploring the Foundations of Effective Brand Identity
In today's competitive market, establishing a strong brand identity is essential for any business. The way consumers perceive a brand can...

@lan Design
Jul 125 min read


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


Mastering Repeater with Wix Velo
A quik step and guide to add repeaters and populate them using velo in wix.

@lan Design
Jan 26, 20243 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


Quote Calculator
A setp by step approach on how to create a simple quote calculator in wix.
-
Jan 2, 20243 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


Create Your Own Wix Blog Search Bar Section using Velo
Blog Post Page Code import wixData from 'wix-data'; import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; export...
-
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


Customizing Your Blog Post Sidebar on Wix Blog using Corvid
This imports the multiple API's import wixData from 'wix-data'; import wixLocation from 'wix-location'; import wixWindow from...
-
Dec 29, 20232 min read


Quick View with Wix Lightbox
Add a lightbox to your site Add elements you wish to display Connect the elements to your dataset import wixWindow from 'wix-window'; ...
-
Dec 29, 20231 min read


Custom Feed on Wix Blog Displayed in Wix Pro Gallery
import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // TODO: write your page related code...
-
Dec 29, 20231 min read


Creating a One Time Popup with Corvid (Wix Code)
// For full API documentation, including code examples, visit https://wix.to/94BuAAs import wixWindow from 'wix-window'; import...
-
Dec 29, 20231 min read


Customize Your Wix Blog Post Comments Section using Velo
This imports the multiple API's import wixData from 'wix-data'; import wixLocation from 'wix-location'; import wixWindow from...
-
Dec 29, 20232 min read


Hide Repeater Items with CMS Database Content
In this lesson, you will learn how to use CMS Database content to control what elements show in repeaters. $ w.onReady(function () { ...
-
Dec 26, 20231 min read


Search Filter in Wix
Learn to filter repeaters with search inputs in Wix. import wixData from 'wix-data'; $w('#resetButton').hide(); export function...
-
Dec 26, 20231 min read


Automated Slideshow in Editor X
In this lesson, we will be using Multi-State Boxes to create an automated slideshow. Have a custom slideshow that automatically go...
-
Dec 26, 20231 min read
bottom of page