contacts

Buy All 98 Premium WordPress Themes for $59.99
No Additional Fees, Pay Once and Use Unlimited Time for Unlimited Domains, Free Lifetime Updates

Blog

How to Add Ethereum as a Payment Method to Your WooCommerce Store

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…

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.

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 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…