search ]

Guides & Articles, Freelance WordPress Developer - Israel | Page 10

How to Perform Animation (Transition) on Gradients?

In CSS, it is not possible to perform animation or partial gradient changes using the transition property. In other words, the following transition won’t work: .gradient { min-height: 200px; background-image: linear-gradient( to right, hsl(49.68, 97.89%, 62.75%), hsl(200, 51.54%, 44.51%) ); [...]

position: sticky not Working? Try This

If you are experiencing issues with the position:sticky feature in CSS, meaning it’s not working for you, then the reason is usually one of the following: 1. The feature is not supported by your browser Before proceeding, make sure that [...]

What is SSL, and is it Necessary for WordPress Sites?

With a market share of 30%, WordPress is a popular system behind many business websites. Of course, this popularity makes it even more interesting and attractive for hackers and malicious attacks, which can easily damage your audience’s trust, leaving you [...]

Adding Numbered Pagination in a WordPress Template

If you are looking for a way to add numbered pagination to your WordPress template instead of the default “Next Posts” and “Previous Posts,” you can easily do so using the plugin that most of you probably know, called WP-PageNavi. [...]

How to add BreadCrumbs to a WordPress Site

Breadcrumb trails show users their location on your website. If you’re not familiar, the term “breadcrumb” comes from the tale of Hansel and Gretel, where the main character left a trail of breadcrumbs to find the way back home… And [...]