How to Host a Next.JS App on GitHub Pages
Next.js is React Framework created by Vercel. The recommended way to host a next.js app is directly on Vercel. But if you need to host a Next.JS app on GitHub pages it will require a few additional...
View ArticleError with Blocks in Widgets Page in WordPress 5.8
WordPress 5.8 introduced using of Gutenberg blocks as widgets (Admin Panel -> Left Menu -> Appearance -> Widgets) as well. However, it may cause the following error: wp_enqueue_script() was...
View ArticleRotate SVG Image Around its own Center
Recently we have updated our SVG logo image to rotate around its own center: here is how it can be implemented: Each of the cogs are SGV path elements, i.e. <svg enable-background="new 0 0 75 75"...
View ArticleFree Lifetime Updates for ALL Premium Themes and Plugins
We are happy to announce that once purchased any of our Premium themes or plugins the download links will NEVER expire. In this way, you will have Free Lifetime Update for your theme or plugin. Also,...
View ArticleSerif vs. Sans Serif Fonts: Which One to Choose?
During my recent work on a theme redesign I accidentally chose a font which made a huge impact on the entire design and look of the theme (the design is still in progress): When you see the design,...
View ArticlePremium Themes: Change default font or add additional font from code
Our themes comes with Customizer options which allow you to change text and menu fonts: but if you prefer, you can modify theme code to change the default selected font and/or add additional Google...
View ArticleHow to Add Ethereum as a Payment Method to Your WooCommerce Store
If you want to enable crypto currencies as a payment method, Ethereum (ETH) is another popular choice. When we enabled Bitcoin as a payment method, we received a customer request if we could enable...
View ArticleHow to bypass Shopify Password Online Store
All newly created Shopify development stores are password protected. It means that visitors will have to enter a storefront password to access the site. The password can be set from Shopify Admin...
View ArticleHow to Change default ‘Read more’ text
By default when you insert ‘More’ block, it will insert a link to blog page URL with text ‘Read more’. In some cases you may want to change that text to something else i.e. ‘Learn more’. Here is how...
View ArticleAdd Custom Text Next to Mobile (Burger) Menu
In case you want to add a custom text next to Mobile (Burger) Menu icon, it will require a small code change. Here are all of the necessary steps: 1. Login to your WordPress Admin Panel, then navigate...
View ArticleGet Total Count of Tables per Database in MySQL
Since most hosting providers restrict the number of tables per database, it’s a good idea to check the total number of tables to avoid hitting the quota. Here is how it can be done if you use MySQL:...
View ArticleHow to Disable Revolution Slider Ken Burns Effect
For some themes we use Revolution Slider with enabled Ken Burns Effect (Zoom-in and Zoom-out effect for the Slides background images). In case you want to disable that effect, it will require a small...
View ArticleTishWine: Extend Header with My Account and Search Box
TheWine theme is our a winery store WordPress Theme which supports WooCommerce plugin as well. By default, it’s header is clean and minimal. In case you want to add my account icon link and/or search...
View ArticleTishConstruct: Set a Custom Page Header Background Image on a Specific Page
By Default the Page Header Background Image (set in Admin Panel -> Left Menu -> Appearance -> Customize -> ‘Header and Footer’ Section -> ‘Page Header Background Image’) is same for all...
View ArticleHow to Deactivate Google Fonts from a Theme
Most of our premium themes comes with built-in functionality for loading Google Fonts (default fonts loaded in style.css and custom fonts which can be set from Admin Panel -> Left Menu ->...
View ArticleTishClinic: Change Landing Colours
If you use our TishClinic Theme, you may want to change the default pink colors of the Header Phone button and Slider allows to some other colour i.e. green. Here is a a guide how it can be done: 1....
View ArticleDetermine Kernel Architecture on Linux
Usually, when download an app, you need to select between 32bit and 64bit version. It needs to be compatible with your Linux Kernel Architecture. Here is how to find what version you have: Open...
View ArticleTishCreative: Remove Search from Header Menu
If you use our creative WordPress Theme (TishCreative), you may want to make the look even more simplistic and minimal by removing the search icon and popup from the header. There 2 options to achieve...
View ArticleHide Project Info from Single Project Page
By default in Projects single page, we display a project Thumbnail, Project short info, release date, client, etc. But if you need to display a more minimalistic view of the project single page, you...
View ArticleNot Working Microphone on Ubuntu
For some reason the microphone from my headphones stopped working on Ubuntu. Here is how I resolved the issue on Ubuntu: 1.Open terminal (Ctrl + Alt + T) 2. Install pavucontrol by running the...
View Article