1. Task description There are two custom fields made with Advanced Custom Fields Pro plugin: Video Tutorials and Video Tutorial Sections. Video Tutorials: has a repeater field that include Video name (Text), Video URL from Youtube (Text), and Video section (Select). This will display under a page called Video Tutorials. Video Tutorial Sections: a repeater […]
Front-end
[CSS] Fixed sidebar when scrolling: Use position Sticky
How to make a WP sidebar fixed with several lines of CSS.
AJAX Contact Form: Sending Emails Without Refreshing Page (Source Code)
In this video tutorial, we will make an AJAX contact form for simple use.
This form has three fields: Name, Email and Message. It lets others send you an email through a web platform without refreshing the webpage using AJAX (Asynchronous JavaScript And XML).