sflwa
Forum Replies Created
-
I only have the free access currently… but if I understand this correctly
1) Setup Level to be recurrent at $X / Year – No expiration
2) As long as credit card comes back approved no issue
3) If card is declined, Admin will get notification, but will have to decide / manually deactivate member (unless I get the script from the blog post)I guess a follow up question would be is there a way to track how many memberships are going to “renew” each month number and $$ amount
OK here is the follow up – to that… so if I don’t have the expiration date how do I make sure a member doesn’t continue if their credit card is declined or they cancel the recurring – wouldn’t they still have access???
Thank you
Andrew Thanks for the Reply – We are using Authorize.net – some memberships update correctly and others don’t
Forum: Plugins
In reply to: [Software License Manager] Integrate with Formidable or Gravity Forms??mbrsolution –
Thanks for the suggestion – after I posted this I actually found a post from a few years back in Gravity Forms Forum – I had to slightly modify this slightly to look at the database vs a txt file but other wise it works perfectly.
I then have a cron job which changes the status from pending to active when the form is submitted
There are 3 pieces to it:
lines 4-20, validate the code that is entered and return a validation error if it fails
lines 25-35, the actual function to compare the entered code to all codes in your file
lines 39-45, the confirmation redirectWe fixed this by inserting a widget vs linking directly to the calendar
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Issue with “event” slugBen – Please contact me philip@southfloridawebadvisors.com
This site isn’t live yet and I don’t want to post the link in public forum
Also on any site with an auth issue
oOps, Something went wrong!
Try to Reset Authentication.
Shows on the FRONT of the site1) I think the new UI / CSS updates are nice and clean
2) I thought that there was going to be a “WordPress” Dashboard widget which gave a summary of the stats with version 2.0
3) The link to the changelog at the bottom of the getting started (and welcome) page is broken
http://analytify.io/changelog/4) Is there a way to disable the additional menus added to the WordPress Dashboard Menu
5) Can the “profile” URLs auto detect the site you are on or have it be a dynamic search – if you have a lot of domains it can be a bit to have to scroll through as they seem to be in order of added to Google not in alpha order
Yes this is working – thank you
I found the s3 import
Forum: Fixing WordPress
In reply to: Class __PHP_Incomplete_Class has no unserializerThis seems to be a Managed WordPress / 4.5 / GoDaddy caching issue
If you have this issue a simple call to support and ask them to do a full flush of the system cache (a tool they have on their side) different than the cache in the dashboard this should resolve the issue
I’m having something similar to this – trying to get the “contributor” user to go direct to the admin and not the membership signup
Forum: Plugins
In reply to: [File Away] Share Link / DownloadOk – Thanks – Figured I’d ask
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Large Exports > 10k seems to failIn file includes/signatures.view.php
<a class="button dk-speakout-inline" style="margin: 0 .5em 0 .5em" href="' . esc_url( wp_nonce_url( $csv_url . '&csv=signatures&offset=0', 'dk_speakout-download_signatures' ) ) . '">' . __( 'Download 10000 most recent as CSV', 'dk_speakout' ) . '</a> <a class="button dk-speakout-inline" style="margin: 0 .5em 0 .5em" href="' . esc_url( wp_nonce_url( $csv_url . '&csv=signatures&offset=10000', 'dk_speakout-download_signatures' ) ) . '">' . __( 'Download next 10000 as CSV', 'dk_speakout' ) . '</a> <a class="button dk-speakout-inline" style="margin: 0 .5em 0 .5em" href="' . esc_url( wp_nonce_url( $csv_url . '&csv=signatures&offset=20000', 'dk_speakout-download_signatures' ) ) . '">' . __( 'Download 2nd next 10000 as CSV', 'dk_speakout' ) . '</a> <a id="dk-speakout-reconfirm" class="button dk-speakout-inline" href="' . esc_url( wp_nonce_url( $reconfirm_url, 'dk_speakout-resend_confirmations' . $pid ) ) . '">' . __( 'Re-send confirmations', 'dk_speakout' ) . '</a>I found what we missed – we are using tags as a “2nd Category” field in the form and didn’t have the check box checked
Thanks