Select Page
Advanced Custom Fields – WordPress Plugin

Advanced Custom Fields – WordPress Plugin

This WordPress plugin can be used to create advanced custom fields and attach them to post, pages, specific posts or pages, and other conditions. URL – https://wordpress.org/plugins/advanced-custom-fields/
Smooth scroll for anchors – jQuery

Smooth scroll for anchors – jQuery

Just place this code anywhere after including jQuery library. This helps the user scroll to the ‘element’ id in href=”#element”. $(function () { /* Slide to # location with animation */ $(document).on(‘click’,...
HTML Input type to get color value

HTML Input type to get color value

Here is a very cool way to input color code using a basic HTML input tag. This may eliminate the use of a fancy jQuery color picker at a basic level 🙂 Demo Open demo in a full window – https://demos.webdevpuneet.com/html/input-color/index.html HTML <input...