TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Category

Code

How to Make a Complete Theme Options with Kirki Customizer?

In the previous tutorials we have learned how to configure and set some basic options with kirki customizer. In this tutorial we will learn how to create a complete WordPress theme options with this amazing customizer plugin. At the end of…

How to Use Particlesjs Library

Particlesjs is an amazing JavaScript library that will let you make particles backgrounds. There are different library for creating particle, but Particlesjs is at the top and easy to use. This article will teach you step by step on how to…

Setting up GreenSock Animation Part 2

In previous tutorial you have learned what GreenSock animation platform is and why we use it. In this article, you will learn how to use GreenSock animation in your first project. You will also learn GreenSock animation setting up and…

Introduction to GSAP Animation with Examples

Animation is one the most interesting topic in web designing. Nowadays, we see animations in most websites and web applications. GSAP animation intro is the first part of animation tutorials with GreenSock Animation Platform know us GSAP. …

How to Change Laravel 5 Public Folder to Your Site Name?

We have a few articles about Laravel framework, but we have not shown how to in install and Laravel in production. If you have ever tried to install Laravel in your site, you might have seen some problems that needs to open public folder in…

CSS3 3D Transform in Depth Tutorial with Examples

In previous article, we discussed about the 2D transform in CSS3. This article is all about 3D transform. In 2009, the WebKit development team proposed a new extension to CSS that would allow Web page elements to be displayed and…

Adding more Options to WordPress Customizer with Kirki

In previous tutorial, you have learn how to add and configure the WordPress Kirki customizer. In this tutorial we will continue on by learning how to add panel, section sections and control to our WordPress customizer. If you have came to…

CSS3 2D Transform in Depth Tutorial

In the previous tutorial, we have learned the CSS3 2D transition property. This is CSS3 2d transform tutorial, another amazing feature of CSS3. If you master the transform property, you will master the animation world in CSS3. Though…

Using Kirki in WordPress Theme Customizer (Part 1)

Kirki is a WordPress  plugin that let you customize the customizer panel. Kirki is not the replacement for WordPress customizer. If you use Kirki in you theme, still you can use WordPress default customizer options. WordPress customizer is…

CSS3 Transition in Depth Tutorial

CSS3 transition and transform is are the great features of CSS3. It will let you animate, move, scale, skew and translate the elements with specified timing and duration. In this article you learn CSS3 transition property in depth and step…

Understanding CSS3 Radial Gradient – Part 2

In the previous article CSS3 Gradient technique about CSS3 gradient, we learned the basic of gradient techniques in css. In this article we will continue and learn more about CSS3 gradient and specially, CSS3 radial gradient. If you have…