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 Design and Development Using Velo
It is my pleasure to share with you a Proof of Concept I developed at Code Enhancement Studio that integrates maps and geo-queries to...

@lan Design
Jan 26, 20244 min read


Building a Real-time Chat Application with Wix Velo and Wix Real-time API
Real-time chat functionality has become an essential feature in many web applications today, be it e-commerce sites, social networking...

@lan Design
Jan 26, 20247 min read


Mastering Repeater with Wix Velo
What are Repeaters in Wix? Repeaters are powerful components in Wix that allow you to display lists or grids of items on your website....

@lan Design
Jan 26, 20243 min read


Custom Filters with Wix Velo
Introduction: Wix Velo is a powerful development platform that allows you to extend the capabilities of your Wix site through coding. One...

@lan Design
Jan 26, 20249 min read


Quote Calculator
ELEMENTS I USED Dropdown Text input Slider Multiple Checkbox Group Selection Tags Texts buttons Each of these elements have their...

@lan Design
Jan 2, 20243 min read


Custom Product List Page in Wix Studio
In this post, you will learn how to add Velo code to create a custom ecommerce product list page in Wix Studio, Editor X & Classic...

@lan Design
Jan 2, 20242 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...

@lan Design
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...

@lan Design
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....

@lan Design
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...

@lan Design
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...

@lan Design
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; ...

@lan Design
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...

@lan Design
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'; ...

@lan Design
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...

@lan Design
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...

@lan Design
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...

@lan Design
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 () { ...

@lan Design
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...

@lan Design
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...

@lan Design
Dec 26, 20231 min read
bottom of page