Add Tag And End Date To Funded Campaign
Sometimes, it can be useful to do something special for campaigns that have been fully funded.
Move Campaign Summary Below Content
Move the campaign summary block (funds raised, number of donors, etc) to below the extended description…
Disable Donations After Goal Is Reached
Disables donations to campaigns after they have reached their goal.
Add Progress Bar Before Summary
Add a progress bar to the individual legacy campaign pages.
parallax
.parallax { background-image: url("http://example.com/wp-content/uploads/2017/08/my-background-image.jpg"); height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin-left:-410px; margin-right:-410px;…
Limit user posts
A settings page to set the number of posts all users can create
Facebook storage tracking
Pixel for tracking self storage traffic
Custom Countries
Illustrates how to add a custom list of countries This list will be used anywhere EDD…
Conversion Event Snippet
When people click on book now or sign up and redirected to Mindbody for bookings.
Leave Tasty recipe ratings with WP-PostRatings
The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…
MemberPress: Remove State Text Field
Removes the state text field from the registration and account pages if the country does not…
Hide product categories
Hides some categories that customers are not supposed to see.
Buy Now Button - Variation
add_filter( 'gettext', 'customizing_product_variation_message', 10, 3 ); function customizing_product_variation_message( $translated_text, $untranslated_text, $domain ) { if ($untranslated_text ==…