If you’re working with Divi and running a PageSpeed Insights test, you may have noticed this accessibility warning: [user-scalable=”no”] is used in the <meta name=”viewport”> element or the [maximum-scale] attribute is less than 5. This basically means that the site is preventing users from zooming properly on mobile devices, which is not great for accessibility. […]
issues
How to fix the “Autoloaded Options Could Affect Performance” issue after WordPress 6+ update
If you have upgraded WordPress to version 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 fix the double-click problem when navigating to the reviews tab in WooCommerce
A lot of WooCommerce sites require the user to click twice to get to the reviews block, which are in a separate tab (Tab). This inconvenience significantly degrades the user experience and can lead to lower conversion rates and visitor satisfaction. To solve this problem, all you need to do is make small changes to […]
How To Stop Spam Registrations in Woocommerce
If you are a WooCommerce store owner, then as the popularity (traffic) of your site grows, you will definitely face the problem of unwanted registrations (spam/bot) that make it difficult to keep your user database clean and up-to-date. In this article, I will describe all the methods to fight spam registrations on the WooCommerce platform. […]
How to check if your WordPress site needs speed optimization
How to increase the loading speed of the site? How do I know the loading speed of the site? What PageSpeed Insights metrics to pay attention to and how to fix them? Today we’re going to talk about optimizing the speed of WordPress sites. Optimizing site speed on WordPress is one of the topics about […]
How to fix sending emails in Gravity Forms
I’ve been approached by Gravity Forms users a lot lately with the same problem. Their forms stop sending emails after updating the plugin. The problem is caused by switching to the new ajax method of form submission. If you are facing the same problem, then its simple to solve it via a hook. To force […]