Purging a stubborn WP Engine CSS cache
Here is the scenario – you created that awesome CSS and are dying to get it online. The client also. The website is hosted on WP Engine and is using its famous aggressive caching mechanism. You save...
View ArticleSetting WooCommerce wholesale prices with excluded tax
This is actually a very easy stuff to do – if you have the need for setting up wholesale prices, but exclude tax from the checkout, you can go with the following plugin (59 usd cost) – WooCommerce...
View ArticlefullPage.js and Advanced Custom Fields integration
fullPage.js is an immensely powerful free jQuery-based JavaScript library, offering (as the name suggests) an ability to create very attractive, dynamic and responsive full-screen scrolling websites....
View ArticleHow to center HTML element with absolute positioning
Believe it or not, something like this will do:.element { left:0; right:0; position: absolute; width: 100%; //would be nice, also }You can also center the content using text-align. Now as for width,...
View ArticleDownload working WordPress “X | The Theme” child theme
Ever had a project where you had to create a child theme for WordPress “X | The Theme” but you didn’t have the original child theme available? If you used any of the child theme configurators, there is...
View ArticleHow to change href value using jQuery
If you have a situation where you would like to change href atribute (URL, that is), but can’t access the code directly, you can definitely try using jQuery prop():jQuery(document).ready(function($){...
View ArticleHow to password protect all posts within post type
If you want to protect all posts within selected post type (for example all products), you can try my Bulk Password Protect Post Types plugin. I published this plugin few days ago and it allows you to...
View ArticleHow to reorder product categories on WooCommerce shop page
As you probably know, within WooCommerce you can set the Shop page, while on that page, you can also set what you want to show there. You could show either categories, products or both. Now, the thing...
View ArticleHow to cut the title after certain number of characters
You probably know that in WordPress, for any kind of data (for example, page or post title, or post category…), you can either use the function which displays any of these data (for example...
View ArticleHow to install Laravel, Composer.. on Windows OS
Easily – use Laragon This piece of software replaces XAMPP (in case you were using it – I was, for the last 10 years or so) and few other manual installations (Laravel, Composer, it adds terminal,...
View Article