PHP snippet for free version of Astra theme. Make sure that you are using the child theme of Astra theme. Now open the functions.php file of your child theme and drop the following PHP snippets at end of the file. PHP snippet for PRO version of Astra theme. Make sure that you are using the… Continue Reading
Code
Disable The Completed Order Notification Email
Three ways you can disable the COMPLETED order status notification email on your WooCommerce shop. Method 1: Via WooCommerce Settings Page You can easily disable the option from WooCommerce Settings page. Login to your Dashboard Navigate to WooCommerce -> Settings page Click on Emails tab Click on the Manage button of Completed Order row Turn… Continue Reading
Add Custom Fields to WooCommerce Registration Form
In this tutorial I’ll show you how you will add the extra custom fields like first name, last name, phone number etc to your WooCommerce registration form. To begin, make sure that the WooCommerce registration form is enabled on the account login page. For this, go to WooCommerce -> Settings -> Accounts & Privacy and check Enable… Continue Reading
Creating Beaver Builder Custom Module For Clients
Recently I got a client who was wanting a custom module for Beaver Builder plugin. Module was for banner or hero image section. So I built that module for him. I am sharing the details here. Here is the frontend output of that custom module. Settings Form of Banner Module 1. General From this tab… Continue Reading
[Astra Theme] Adds category meta before the entry title
How do you add the category meta section above the entry title on single post details? I am sharing the simple step for this. I am using the free version of Astra theme. Disabling The Category Meta for Single Post At first we will disable the category meta option for single post. You can easily… Continue Reading
Adding target “_blank” on Button Extra Navigation in Astra Theme
Adding Button as Last Menu Item at Header You can easily add the custom action button at right side of the header menu items via Astra Customizer. Go to Astra theme customier Click on the Header -> Primary Menu section Select “Button” from Last Item in Menu drop down Complete the settings as per your… Continue Reading
Convert Blog Page to 3 Columns in Essence Pro Theme
How do you convert the 2 columns blog page to 3 columns? Here is the simple procedure. You will edit the style.css file of your Essence Pro theme. Open the style.css file on editor and do the following changes: And
Change the “Beaver Builder” text in the admin bar
Here is the simple PHP snippet which will replace the “Beaver Builder” text in all places with your custom text. Put the following PHP code into your theme’s functions.php file. I use the custom text “Paul Builder” in the code. You will replace it with yours one.
Integrating Toggle Image Content into Elementor Accordion Widget
I add the toggle image content column at right side of the Elementor Accordion widget. Toggle image content means that image at right side will change when you will click on the Accordion title.