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:
Read More…Add 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:
Read More…How 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 it can be done:
Read More…How 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.
Read More…How 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 ETH as well. So, if you are is similar situation and you want ETH as a payment method alongside to other payment methods listed in your WooCommerce Checkout, the following guide could help you:
Read More…Premium 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 font. Here are necessary steps you need to perform:
Read More…Serif 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, your attention will be grabbed by the slide title and the reason for that is ONLY the font i.e. choosing a Sans Serif font for Slide Title would make the entire Slider to look inconspicuous.
That made me think how important is to choose a proper font. So I start reading more about fonts and I’d like to share my findings in this post:
Read More…Free 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, you can use your premium theme or plugin for unlimited sites or domains without any restrictions or additional fees.
Please Note: The above change is applicable ONLY for purchases newer than 1-Nov-2021. Older purchases than that date have expire dates for download links.
Rotate 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:
Read More…Error 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 called incorrectly. "wp-editor" script should not be enqueued together with the new widgets editor
If you have such error, you may check the fix we applied:
Read More…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 steps. Here is a full guide:
Read More…How 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 address username.github.io). You can also choose a paid account ($4 per user monthly) which in my option is a great choice.
Unfortunately, it is NOT possible to host server side rendering scripts, but for React you can export your react app to HTML/JS/CSS and host it on GitHub pages. Here is how it can be done:
Read More…tGymm: 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 all of the necessary steps:
Read More…tGymm: 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 it can be easily achieved. Here are all of the necessary steps:
Read More…How to Add Header Phone and Email in Themes where that Functionality is Missing by Default

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 header phone and/or email it will require a small code change. Here are all of the necessary steps:
Read More…ENOSPC: 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:
Read More…React.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:
Read More…React.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 values is passed to parent component App which outputs the result to the console:
Read More…React.JS Hello World

Here is a quick guide how to start with React.JS: Installation and creating a test app using it:
Read More…Aligned 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 be an issue with reduced space for text around the image (screenshot above).
If you face such issue, you could check our suggestions how it can be resolved:
Read More…