By default, WooCommerce doesn’t provide the option to display or change the author of a product. This can be inconvenient, especially if you need to assign or reassign the author of a product. Our plugin addresses this issue by adding support for the ‘author’ field to the WooCommerce ‘product’ post type. Once installed, the product […]
how to
How to fix the “Autoloaded Options Could Affect Performance” issue after WordPress 6.6 update
If you have upgraded Wordpress to version 6.6 and encountered the “Autoloaded options could affect performance” issue in Site Health (Tools>Site Health>critical issue), it can be easily resolved. The speed of your site will improve significantly. Usually you may see this error if your site has Autoloaded options greater than 800kb. Values up to 1mb […]
How to Remove the Category Prefix from WordPress URLs
If you have decided to remove the ‘category’ prefix in the site url for category pages, you need to do the following steps: If nothing changes after that, then try adding a snippet to the functions.php file of your child theme (or use a plugin to insert snippets). After following these steps, the category pages […]
How To Remove Product Attributes (Variations) From Woocommerce Emails.
In this tutorial, you will learn how to hide specific product attributes from WooCommerce order confirmation emails. There are usually two ways used for this purpose. The first way is to change the email template. The second way is to write a short snippet that will solve this problem. In this article, I will explain […]
Fixing Date Placeholder Issues in Booking Forms on Mobile Devices
Hey, everybody! Recently, one of my clients encountered a bug in their booking form: the field for entering the date just looked grayed out, with no date format markup (DD-MM-YYYY). This caused many users to get confused and not fill out this field, which led to problems when making reservations. Before/After: To fix this issue […]