How to Translate WooCommerce Sorting Select
Here is a guide if you need to translate the WooCommerce Sorting Select including the sorting options (it is applicable to any WordPress theme): 1. Login to your Admin Panel 2. Navigate to Left Menu...
View ArticleHow to Free up Space on Ubuntu
I like to keep my Laptop SSD tidy. So, from time to time I clean up unnecessary files using a few Ubuntu/Linux terminal commands: Clean up No More Required Packages $ sudo apt-get autoremove Clean up...
View ArticleHow to fix Paypal Error in WooCommerce: This invoice has already been paid
I’ve recently investigated and fix the above error in Paypal for WooCommerce store. Here is more info about my findings and how I fixed it: How the Issue Occurs The message of the error is: This...
View ArticleRemove WooCommerce Categories Count
If you use WooCommerce shortcode ‘product_categories’ it will display all categories followed by products count (screenshot above). In case you want to remove these counts, there are several different...
View ArticleHow to Display Posts Author below Title
If you use tMovies or other theme where author is displayed below post content and you want to display it below post titles, it will require a small code change: 1. Login to your WordPress Admin Panel...
View ArticleWooCommerce Product Gallery Images Not Saved
Recently, I’ve found a strange behaviour on one WordPress/WooCommerce project: after adding Product Gallery Images and save, the images are not being saved. If have such issue, here is a quick fix: 1....
View ArticleOld Themes: Handling potential jQuery issues in WordPress 5.6
In you use an old premium theme (older than 1 year) and upgrade your WordPress to version 5.6 (or newer version), there could be some issues with JavaScript on your site (i.e. not working Slider). The...
View ArticlefClub Theme: Make Content Full-Width
By default our fClub theme displays content in two columns (1 column for actual content and right column for widget sidebar). In case you want to remove the sidebar and display content in full-width,...
View ArticleAdd External Font to a Theme
Our premium themes comes with built-in Google Fonts, you can navigate to Admin Panel -> Left Menu -> Appearance -> Customize -> ‘Font’ Section and select a Google Font for your theme text,...
View ArticleHow to Display Category Description
By default, the category description is Not displayed. But if you need to display it, it will require a small code change. Here are all of the necessary steps: 1.Login to your Admin Panel 2. Navigate...
View ArticletMedicine Theme: Resolve issue with Slider Text under Mobile
Our tMedicine Theme comes with built-in Slider. If you enter a longer text for slides, it may not be displayed properly under Mobile screens. Here is how to resolve such issue: Option 1. Increase...
View ArticleAligned Images Spacing Issue under Mobile Screen
If you insert an aligned image (left or right) in your post or page content, it probably will look good under Large Screen resolutions (Desktop or Tablet screens). But under Mobile screens there could...
View ArticleReact.JS Hello World
Here is a quick guide how to start with React.JS: Installation and creating a test app using it: Step 1: Install Node.js As a first step you need to download and install Node.js on your computer...
View ArticleReact.JS Form Submit Example
Here is an example of React.JS form submit. It has two Components App which renders another Component SearchBar with input. When customer fills the input field and submits it by clicking enter, the...
View ArticleReact.JS Hooks Example
Here is a very simple example of React.JS Hooks: We have an Accordion component with activeIndex state which get updated on Accordion title click: src/index.js import React from 'react'; import...
View ArticleENOSPC: System limit for number of file watchers reached
I’ve recently face the following error when running React.JS app with Redux on my Ubuntu: ENOSPC: System limit for number of file watchers reached. Here is how to resolve it: 1.Open Terminal 2....
View ArticleHow to Add Header Phone and Email in Themes where that Functionality is...
Most of our themes comes with Customizer options to display Phone and Email in Header. But some themes comes without such functionality (i.e. tTourism theme). If you use such theme and you want to add...
View ArticletGymm: Insert Text Effect Items as Custom HTML
If you use our tGymm Theme, you probably have noticed the Class Items. They include images as background for the items and fancy hover effect. In case you want to insert such items as custom content...
View ArticletGymm: How to Change Class Slug Name
If you use our tGymm Theme, you probably use the Class built-in custom post type. In some cases, you may need to rename it to something else. In such case, it will require some code changes. Here are...
View ArticleHow to Host a React App on GitHub Pages
GitHub Pages allows you to host static resources (HTML, CSS, and JavaScript) directly from your GitHub repositories. There is an option for free hosting (limited to 1 repository per account using...
View Article