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 […]
issues
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.