How to Automatically Submit a Form with a Field Choice - CSS

button#wpforms-submit-3046 { display: none; } form#wpforms-form-3046 span.wpforms-icon-choices-label { font-size: 0; } ul#wpforms-3046-field_3 li label:hover, ul#wpforms-3046-field_4 li…

10+

Add Campaign Link

Add a link back to the campaign from the donation receipt.

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Change Opening Hours Closed Label

This filter can be used to change the closed label of Opening Hours. Replace 'Closed today.'…

10+

Control Whether AIOSEO Flushes Output Buffer After Rewriting Title

This snippet can be used to control whether AIOSEO flushes the output buffer after rewriting the…

10+

Disable the AIOSEO Flyout Menu for Non-Administrator Users.

This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.

10+

Add a custom field to the checkout screen

Allows one to add a custom field to the checkout screen

Sticky header

/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…

Change Twitter Title for a Specific Post

This filter can be used to Change the Twitter Title for a Specific Post. You can…

10+

Dynamically Change the SEO Title of a Specific Term Before the Metadata is Saved

The code snippet below can be used to dynamically change the SEO title of a specific…

10+

Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

10+

How to Display Hidden Single Item Fields in Order Summary

This code snippet will display the hidden single item field in order summary

10+

Move Fields

Move fields in the Donation Form.

Add Custom Field

Display the custom field in the campaign grid.

Add Featured Image

Add a featured image to the individual campaign pages.

1 23 24 25 26 27 189