Smooth page scrolling using JavaScript
| Author: Serhii Kolomiitsev

A simple and effective implementation of smooth page scrolling in pure JavaScript

Read more
How to remove shipping fields on the checkout page in WooCommerce
| Author: Serhii Kolomiitsev

Code example of how to remove the shipping fields on the checkout page

Read more
Why is WordPress the best solution for a website?
| Author: Serhii Kolomiitsev

Something trendy, something timeless – this expression best describes WordPress. I’ve been working for 13 years, I’ve probably worked with all the famous CMS, some of them were very popular, but now I probably won’t even remember their names.

Read more
How to Redirect HTTP to HTTPS in WordPress
| Author: Serhii Kolomiitsev

The first thing you need to do is to go to the settings and replace the word “http” with “https” in those fields that are shown on the screenshot.

Read more
How to show/hide element on click
| Author: Serhii Kolomiitsev

In my opinion, this is the easiest option when you need to show and hide an element by click the same button. For example, this is how I always implement menus for mobile devices.

Read more
Basics of WordPress site security
| Author: Serhii Kolomiitsev

In this article I will try to explain global security issues of sites on the WordPress. The basic methods of protecting websites are very simple, however, most people don’t follow them anyway.

Read more