WooCommerce: Change Number of Products per Page
Unfortunately, there is No WooCommerce out of the box Admin/Customizer which allow us to change the number of products displayed in Shop pages. By default, it will displayed the same number of...
View ArticleHow to Remove Gutenberg Block Library Style CSS
The new WordPress editor (Gutenberg) brings new functionality for editing content but it comes with additional resources which are loaded on every site page load. In case you don’t use Gutenberg i.e....
View ArticleWhat is WebP Image Format and How to Integrate it in WordPress
WebP is an open-source image file format developed by Google. It has better compression rate than other image formats (PNGs, and JPEGs). Here is some base info about the WebP image format and how to...
View ArticleHow to Convert PNGs and JPGs in WebP format in Ubuntu
As described in previous post, it seems that WebP will be the future of images format used in websites. Here is a quick guide how to convert other image types such as PNGs and JPGs in WebP format in...
View ArticleHow to fix “Sorry, this file type is not permitted for security reasons” for...
If you upload a WebP image to WordPress media library, you will receive the following error: Sorry, this file type is not permitted for security reasons The above can be fix with a small code change....
View ArticleBest Knowledge Base WordPress Themes of 2020
Knowledge base is a website with info about a product, service, topic, etc. Such websites could include FAQ pages, tutorials, manuals. Here is a list of the best knowledge base WordPress themes for...
View ArticleWooCommerce: Change Number of Products per Row
Currently, there is No WooCommerce built-in option to change number of products per row, so the products will always be displayed by the default value: 4 products per row. In case you want to display...
View ArticleAndroid 11: How to Fix Hotspot Connected But No Internet
I use Google Pixel 4 Phone and I use its Hotspot to access internet from my laptop. Today I upgraded my phone to Android 11 and an odd issue occurred: my laptop was successfully connected to the phone...
View ArticleHow to Develop a Shopify Theme
I have spent a some time learning and developing my first Shopify Theme (Tishfy) and in this guide I’d like to share necessary guidelines which could save time when starting with Shopify theme...
View ArticleHow to Reduce Header Space in Twenty Twenty Theme
Twenty Twenty is currently the default WordPress theme. It has more than 1 million active installations which probably makes it the most popular WordPress theme. We use that theme in our plugins demo...
View ArticleHow to Hide Mini Cart Popup
Our themes which comes with WooCommerce support (all premium themes and some of the free themes) include Mini Cart Popup window when user mouse hovers the header cart icon. In case you want to hide...
View ArticleRemove Old Linux Kernels in Ubuntu
After upgrading to the latest linux kernels, the old kernels will remain until they are manually removed. Here is how it can be done: As a first step, open linux terminal (Ctrl + Alt + T) Execute the...
View ArticleCreate Symlink in Linux Terminal
Symlinks (also known as ‘symbolic’ or ‘soft’ links) are special type of files which reference to another folder or file. Here is how to create a symlink from Linux terminal: Open Linux Terminal (Ctrl...
View ArticleRename ‘Categories’ in Post Templates
You may need to rename the word ‘Categories’ in your post templates (i.e. to ‘Recipes’ if you have a cooking website). Here is how it can be done: Login to your Admin PanelNavigate to Left Menu ->...
View ArticleHow to Install MS Teams on Ubuntu
If you use Ubuntu and you need to use MS Teams app, it can be installed easy. Here are all of the necessary steps: Open MS Teams download page in browser and download Linux DEB (64-bit): Then open...
View ArticleHow to Display Search Result in Columns
In case you want to display search result in columns, it will require adding a small piece of CSS code. Here are all of the necessary steps: 1. Login to your Admin Panel 2. Navigate to Left Menu ->...
View ArticleDisplay 5 Team Members per Row
By default our Meet the Team widget (available in all our premium themes) displays 4 team members per row on large screens. In case you want to display 5 team members per row it will require inserting...
View ArticleHow to Install and Publish a Shopify Theme
Here is a guide how to install a Shopify theme: Login to your Shopify online store admin panel. Navigate to Left Menu -> Online Stores -> Themes Click on ‘Upload Theme’ button: From newly opened...
View ArticleBiggest Mistakes I made as a Junior Developer
In started my career in 2005 as a junior C++ developer. You can check my LinkedIn Profile HERE. Now (July 2020), looking back my career so far I would like to share my thoughts about the thing I wish...
View ArticleDisable Slider Animations in tMeditate and tStore themes
If you use tMeditate or tStore and you want to disable animations effects in Slider such as background zoom in/out effect or text animations, it will require small code changes. Here are necessary...
View Article