Easily Apply an Offset to Menu Anchors of Your WordPress Website
Customization Notes If you’ve ever linked to a particular element on a post, page, etc., only to find the content gets hidden behind your header,
Customization Notes If you’ve ever linked to a particular element on a post, page, etc., only to find the content gets hidden behind your header,
In this snippet example, we are adding a custom WooCommerce Endpoint named ‘Support’. Customization Notes Anywhere you see the word ‘Support’, change it to the
Customization Notes Add this CSS snippet to your website and add the ‘hideviacss’ CSS class to any elements you wish to hide. body:not(.logged-in) .hideviacss {
This overall snippet also includes a bonus snippet for fixing field border-radius issues that comes with Elementor Pro forms. /**** ELEMENTOR FORMS ****/ /** FORM
Customization Notes Clear out any lines that start with ‘unset’ for the corresponding items you would like to still show on your Checkout page. //Remove
When You Only Need to Target One Product Customization Notes In the example here, when someone purchases the product that has a Product ID of
Customization Notes In the example here, we are setting the default role to the ‘Subscriber’ role, and you can set your desired role by editing
Customization Notes Adjust the ‘return ‘firstname.lastname@example.com’;’ entry as desired. Adjust the ‘return ‘FirstName LastName’;’ entry as desired. // CHANGE THE EMAIL ADDRESS function wptu_sender_email( $original_email_address
// WOOCOMMERCE CHEKCOUT FIELD LABELS INSIDE INPUT BOXES add_filter( ‘woocommerce_checkout_fields’, ‘wptu_labels_inside_checkout_fields’, 9999 ); function wptu_labels_inside_checkout_fields( $fields ) { foreach ( $fields as $section => $section_fields
// APPLY STYLING TO STRIPE CHECKOUT FIELDS function my_theme_modify_stripe_fields_styles( $styles ) { return array( ‘base’ => array( ‘iconColor’ => ‘#666EE8’, ‘color’ => ‘#31325F’, ‘fontSize’ =>
Exclusive resources, discounts, and expert services to help you build an online business with WordPress.