This post is about a simple helper for Elementor that will make your life easier. If you’ve ever created your template for Elementor, you’ve probably encountered the problem that you can’t set an additional class for the entire template. Yes, you can add a class for any block, element, or section, but you can’t do […]
hooks
LearnDash and Core Web Vitals: Essential Tools and Techniques
WordPress websites using LearnDash are powerful online learning platforms that include a lot of dynamic content: courses, quizzes, surveys, video lessons, certificates, and more. However, this kind of functionality places a significant load on the server and can negatively impact site performance as well as Core Web Vitals, especially when the number of active users […]
How to Temporarily Disable WooCommerce Shopping for the Holiday Season
The holiday season is a great time to take a break and recharge. But what happens to your WooCommerce store while you’re away? To avoid confusion and ensure your customers know you’re closed, you can temporarily disable shopping features and display a clear holiday notice on your website. Here’s a simple PHP snippet that achieves […]
How to Change Completed Order Email Subject for Downloadable Products in WooCommerce
This code snippet modifies the subject line of completed order emails in WooCommerce specifically for downloadable products (such as eBooks). By checking the product category, it ensures that the email subject is relevant and informative for the customer. Add the code to your child theme’s functions.php file or through the Code Snippets plugin.
How to hide woo category from breadcrumbs – All in One SEO
If you want to remove categories from the breadcrumb trail on WooCommerce product pages, there’s a simple solution using a custom WordPress hook. Breadcrumbs are great for improving navigation and SEO, but sometimes you might not want to show certain elements, like categories, especially on product pages where they may clutter the trail. In this […]