Plugins

Gravity Forms – How to Include HTML Fields in Notifications and Confirmations to User

By ajdesigns / April 9, 2019 / 0 Comments

It is Possible to Include HTML Fields in Notifications and Confirmations I recently needed to create conditional logic in a Gravity Form that shows HTML fields in response to various user inputs. The trouble is that HTML fields do not appear in the default Notifications and Confirmations. Gravity forms support says the HTML fields are … Read more

Fix S2member Pro EOT Reminder Emails not Being Sent when You Have a Large User Base

By ajdesigns / October 17, 2017 / 0 Comments

 I had a pretty serious problem with s2Member  EOT reminders not being sent on a website with a large user base, about 2000. This was resulting in potentially a large loss of member renewals. The strange thing was that many of the EOT reminders were going out, so it made me lax in checking if … Read more

Migrate Posts from One Post Type to Another, Including Comments

By ajdesigns / February 14, 2017 / 0 Comments

In the process of moving content from one site to another I needed to change the post type, which is easy with a plugin like Post Type Switcher. However, this doesn’t bring along the comments.  Post type switcher now migrates comments with the post. This process turned out to be much more complicated than I … Read more

Check if the Current User has Submitted a Gravity From Before Showing Content

By ajdesigns / July 13, 2016 / 9 Comments

On a recent project I needed to check if a Gravity Form had been submitted before allowing the user to access content. Additionally we needed to check if the submission had happened within a specific time frame: within the past year. It is easy to use Gravity Forms built in confirmations to redirect to a … Read more

How to Remove Gravity Forms CSS style-sheets and Scripts from Specific Pages

By ajdesigns / November 21, 2015 / 4 Comments

Gravity forms has a nice option in the settings area to remove it’s css output from all pages. However when you want to remove the style-sheets from individual pages it gets more complicated. Here’s a simple function which will remove Gravity Forms CSS and selected scripts from the front_page: Cut and paste this code into your … Read more

How to migrate WordPress users and Membership Pro users and plans with phpMyadmin

By ajdesigns / May 7, 2015 / 0 Comments

There are many reasons one might want to export the WordPress users and import them to another install. In my case, I needed to recreate a hacked website. I wanted to take all the content and migrate it without doing a full database restore for a database which might contain who-knows-what kind of evil hacker … Read more