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 […]
issues
How to Fix 409 Errors Caused by Contact Form 7 – Bluehost
When working as a web developer, you often come across a variety of technical issues that challenge your problem-solving skills. One such instance occurred recently with a regular client of mine. I was recently fixing a simple bug for a regular client of mine. His site is hosted on Bluehost, and some of his customers […]
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 […]
How to disable font preload in Beaver Builder
I recently faced a small issue in Beaver Builder. Some fonts were loading but not being used. I found that the problem was with Beaver’s font preloading. With this simple hook, I disabled this feature. This code should be inserted into fucntions.php of your child theme. Hope this helps you too.