contemplate
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form does not send: Stuck on spinning wheel@jonfrancis1 you just saved me hours of trying to figure this out. Thanks!!
Same issue here. Seems like this error happened about a year or so ago and was fixed once before.
THANK YOU!!
Forum: Plugins
In reply to: [iCal Feeds] date URL metakeysHey @dcrunningguy sorry for the delay. You should be able to use the custom date fields like so:
If you are wanting to show future dates then you’ll need to use the Secret Parameter Value:
Hope that helps!
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Emails being sent to non-group membersHi @petervandoorn we just stumbled on this issue as well. Would you by chance be able to share the one-time script you created to clean out the stale lists?
Thanks!
Forum: Plugins
In reply to: [Mailigen Widget] Fix for Validation Error when using multiple formsOk one more addition to this edit.
around line 188 change this:
&& !preg_match('/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/', $value)to this:
&& !preg_match('/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/', strtolower($value))This allows users to enter an email address with capital letters. A lot of users think that they need capital letters in their emails.
Forum: Plugins
In reply to: [Mailigen Widget] Fix for Validation Error when using multiple formsCan this please be updated!!
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Deprecated CallsHi @liammcarthur have you moved your updates here?
https://github.com/LiamMcArthur/autocomplete-woocommerce-ordersOr is that something else?
Thanks so much for taking this on!
Forum: Plugins
In reply to: [iCal Feeds] Plugin RewritePerfect! Pull Request submitted.
Forum: Plugins
In reply to: [iCal Feeds] Plugin RewriteDid you see the dropbox link above? Do you have this on Github or somewhere I could create a pull request if that is easier?
Posting all the edits here isn’t always the best but can do it if you want to.
Forum: Plugins
In reply to: [Favorites] Working with WPEngineWe’ve been using this plugin on WPEngine for some months now without much issue. We do have Object Cache disabled.
However WP Engine just reached out and said the following. How do we keep this plugin running yet reduce the admin-ajax hits?
Your site was taking up an excessive amount of server resources. Further investigation shows that your site has made 15 million hits to Apache in the past week, which is causing other sites sharing your server to have performance issues.
It appears that the majority of this usage is coming from the favorites plugin, here are the top calls:
favorites_nonce
favorites_array
favorites_list
Please take immediate action to mitigate these calls coming from your site, otherwise you run the risk of causing performance issues for all sites on the server, including your own.
Forum: Plugins
In reply to: [iCal Feeds] Plugin RewriteHi @maximevalette I have a few more additions/fixes.
NEW: Default Start Time per post setting
ADDED: ORGANIZER field to iCal file for better validation
FIX: encoded UID field in iCal file for better validationUpdated file here:
https://www.dropbox.com/s/yy8cbhkfgkj4fl6/ical-feeds.php?dl=0Forum: Plugins
In reply to: [iCal Feeds] Fixing Validation ErrorsDid 1.4.2 ever get released?!?
Forum: Plugins
In reply to: [Mailigen Widget] Fix for Validation Error when using multiple formsHi @krisjanisimedialv any update on when this will be implemented?
Forum: Plugins
In reply to: [Mailigen Widget] How to use with PHP or shortcode?Hey @amityweb we use this nifty plugin to make any widget a shortcode so that you can sprinkle these OptIn forms into any page, post, popup, etc.