contacts

Get All 146 Premium WordPress Themes for Just $59.99
One-Time Payment: Unlimited Use Across Unlimited Domains, Plus Free Lifetime Updates! Learn more

WooCommerce for eCommerce: Pros and Cons

WooCommerce for eCommerce: Pros and Cons

In the ever-evolving landscape of online retail, selecting the right platform for your eCommerce store is a decision that can significantly impact the trajectory of your business. WooCommerce, a flexible and powerful extension of WordPress, stands out as a popular choice for entrepreneurs and businesses looking to carve out their niche in the digital marketplace. This comprehensive guide aims to shed light on the advantages and disadvantages of using WooCommerce for your online store, helping you make an informed decision on whether it’s the right tool for your eCommerce ambitions.

Read More…

How to Host a React App on GitHub Pages

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…

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…

Web Design Trends for 2020

Beautiful and modern design is the most important component of any WordPress theme. No matter, how many customizer options it has or any other additional functionality, people will choose some theme only if they like its design.

We as a WP theme developers should follow web design trends for our themes if we want people to remain using them.

In this article, we will try to include all of the web design trends predictions for 2020. Most of them will be implemented into some of our themes:

Read More…

How to Reduce Inode Count in WordPress: Reduce Number of Thumbnails

How to Reduce Inode Count in WordPress: Reduce Number of Thumbnails

What is Inode?

It a record in hosting disk table that contains info about directory or file (owner, size, etc). So, the total number of files and directories equals to the number of Inodes.

Why Should We Reduce Inode Count in our Hosting?

Most hosting plans come with a limit of Inodes count. In other words, you may have to reduce the number of files and directories in your hosting if have too many files and directories/

Here is an easy way to reduce number of files if you use WordPress: Read More…

The Secret of Creating a Successful Website

The Secret of Creating a Successful Website

We have started working on Tishonator.com project at September 2013, it was more than 4 years ago.

Meanwhile we see different clients who use our WordPress themes for their personal or company projects.

Unfortunately, many of the clients websites fail a few months after the initial release which is very sad.

So, we’ve decided simply to publish posts based on our experience which would help you to succeed with your website.

Now we’ll start with the most important advice which help us to survive through the years so far: Read More…