fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Registeration notifications not being sentEmail delivery is a tricky subject and required detail investigation.
First can I check if you are using the WP Mail setting or the now deprecated ‘SMTP’ mail setting? ( Settings>Event Manager>Registration – Notifications )
Second: is there any pattern? e.g. is it all emails that are from @yahoo email address an d@outlook email address etc?
Have you moved server and not set up your SPF settings correctly?
Are you using a shared host that gets a bad IP reputation?
There are several tools that can help, but WordPress rules don’t allow me to link to third party sites
but have a look at mxtoolbox dot com and mail-tester dot com as tools that I would be using if I were undertaking a paid investigation
Forum: Plugins
In reply to: [Quick Event Manager] Plugin show the loading GIF and never finish loadingThanks for the update
Forum: Plugins
In reply to: [Quick Event Manager] Next Event on FrontpageI will mark this as resolved, as that is a workable solution.
Forum: Plugins
In reply to: [Quick Event Manager] about shortcodesI have coded this into the beta for the next release.
If you would like to test the beta version, please contact me at support at fullworks dot net
Best regards, Alan
Forum: Plugins
In reply to: [Quick Event Manager] A registered person cannot be deleted.I have reviewed the code and found several places where an unnecessary limit of 100 was hard coded.
I have have correct these in the beta for next release.
If you would like the beta please contact me directly at support at fullworks dot net.
Thanks, Alan
Forum: Plugins
In reply to: [Quick Event Manager] A registered person cannot be deleted.I have taken a look – unfortunately the previous developer hard coded it as limit of 100!
Forum: Plugins
In reply to: [Quick Event Manager] A registered person cannot be deleted.An interesting bug – thanks for analysing. I will investigate.
Forum: Plugins
In reply to: [Quick Event Manager] about shortcodesSo for other shortcodes from other plugins?
Yes that is possible. I will add it to the good ideas list.
Forum: Plugins
In reply to: [Quick Event Manager] Plugin impacting my homepageResolved in 9.0.19
Forum: Plugins
In reply to: [Quick Event Manager] ‘Event Manager’ role categories grayed outHi that is now fixed in version 9.0.20
Forum: Plugins
In reply to: [Stop WP Emails Going to Spam] SFP detailsYes correct
The SPF for the administrator ( or selected ) email needs to have the IP of the WordPress server for the domain of the sending email.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update to 3.1.33 Broke My SiteJust FYI, the issue come from the fact that the plugin author now uses a third party package Guzzle Version 7 – which is seems there is a clash when another plugin has loaded Guzzle Version 6.
I haven’t investigated exactly why there is clash between 6 & 7 but the obvious fix would be to revert to version 6, or detect if the V6 is loaded before loading
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update to 3.1.33 Broke My SiteI’m also using CiviCRM – so that is the conflict – did the same and downgraded to 3.1.32 and await a fix.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update to 3.1.33 Broke My SiteSame here – broke the site
PHP Fatal error: Uncaught Error: Undefined class constant ‘MAJOR_VERSION’ in /home/xxxxxx/public_html/wp-content/plugins/google-calendar-events/vendor/guzzlehttp/guzzle/src/Utils.php:121
Stack trace:Forum: Plugins
In reply to: [Quick Paypal Payments] Transfer QPP to another website.You will have to do it at database level unless you are using a migration plugin to migrate the whole old site database.
The payment data is currently stored in wp_options table
SELECT * FROM
wp_optionsWHEREoption_nameLIKE ‘qpp_messages%’You will see one entry per form
the default form is qpp_messages
If you have a form MyForm there would be an entry qpp_messagesMyForm
You will have to copy the entry across
( I say currently – as this structure will be different in a future release )