fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Quick Event Mgr not sending mail to CustomerThese are no errors they are warnings and do not impact the functionality.These warnings occur due to upgrade to PHP 7 but are not material.
See https://fullworks.net/docs/plugins-general/troubleshooting-plugins-general/php-notices-and-warnings/
Email delivery can be a variety of different things, including changes to your server.
First you need to check if any emails get delivered from anything in your WordPress.
Forum: Plugins
In reply to: [Quick Event Manager] “Page not Found” errorNormally going to dashboard>settings>permalink and re saving sorts out generic permalink issues.
Forum: Plugins
In reply to: [Quick Event Manager] jQuery legacy folder not used in updated site?Thank you for your question.
Firstly the legacy folder is used, but holds code from the original developer, but allows me to re-engineer in stages.
.size() is indeed deprecated, but still works and jQuery migrate is not needed for this in WP 5.5
Just fyi, the next release in development already uses .length rather than .size()
Forum: Plugins
In reply to: [Quick Paypal Payments] How do I hook into the IPN?Hi,
What is your use case for storing the complete notification elsewhere?
There is no simple hook in the current plugin, but there is an setting to use an external ‘Listener URL (optional):’ – so you can code your own IPN handler – Paypal provide an PHP example.
The current plugin stores the notification in an option, but I would strongly urge not trying to use that option data, as I’m currently completely rewriting the plugin and the next major release will not be using the option but a custom post type to store the payment data.
I could of course add a hook or filter to the current ( legacy ) code line and make that available in future release, but that would be chargeable work. If you do want to engage in chargeable work then contact me directly ( via the contact form on fullworks dot net ).
Alan
Forum: Plugins
In reply to: [Quick Paypal Payments] slider doesn’t seem to work for mep.s. as you are having difficulty receiving emails from me, you can also log in directly to my support system and review your two open tickets and provide the details I need to investigate.
Forum: Plugins
In reply to: [Quick Paypal Payments] slider doesn’t seem to work for meHi,
Unfortunately we are not allowed to provide premium support on these free forums, it is against WordPress rules.
However, you did raise a premium support request at Wed, 22 Jul 2020 at 5:13 AM and I did respond at Wed, 22 Jul 2020 at 8:25 AM requesting details.
You also raised a subsequent premium support request at Wed, 22 Jul 2020 at 6:38 PM to which I responded at Wed, 22 Jul 2020 at 6:52 PM requesting details.
SoI would suggest you check your spam folders and consider also whitelisting support at fullworks dot net – feel free to email that address again.
Forum: Reviews
In reply to: [Quick Contact Form] Good and flexible formMany thanks for your kind review.
Forum: Plugins
In reply to: [Quick Contact Form] Mulitlingual formsYou are welcome
Forum: Plugins
In reply to: [Quick Contact Form] Mulitlingual formsI have made the default values for errors / labels translatable.
As these are saved to the database, if you have already saved them you would need to reset to default after you have created translation files to see them.
I haven’t translated the whole admin settings interface, as frankly that is a lot of work, and the plan is to rebuild the admin side of this plugin in the medium term.
If you feel so inclined to share any completed language files, feel free to reach out at fullworks.net
Forum: Plugins
In reply to: [Quick Contact Form] Mulitlingual formsIs your requirement that a different language is used on different pages or is it a different language per site?
Forum: Plugins
In reply to: [Quick Contact Form] Mulitlingual formsI assume you are familiar with .pot language translation files for localisation, does your ‘multiple language’ solution leverage the standard WP language translations?
I have only recently taken over support of this plugin, so I have had a look and currently the plugin options do not have any language localisation so the above will not work. I can add this in to a future release.
Forum: Plugins
In reply to: [Quick Paypal Payments] Where is the data storedCorrect – they are stored in wp-options table and not deleted on de installing.
If you want to clean them up you can delete from the options table where the name is like qpp%
Always take a backup before doing anything manual like that.
In a future release there will be an option to delete, but not in this version.
Forum: Plugins
In reply to: [Quick Paypal Payments] How to pass parametersNo, Paypal generates the PayPal transaction ID.
Forum: Plugins
In reply to: [Quick Paypal Payments] How to pass parametersHi,
So you are looking to pre-populate form fields with database values.
This isn’t a feature of this plugin, but sounds like a good idea for the future.
You could achieve it by modifying the form using Javascript if you have ( or have access to ) developer skills.
Alan
Forum: Plugins
In reply to: [Quick Event Manager] What are numbers referring to in Changelog ?My internal issue references so I can mark them as complete on my issue log.
I normally put a description unless it impacts premium only features
#20 was a pro only feature
#43 was as it says – autoresponder issue ( not always firing on IPN )