megnicholas
Forum Replies Created
-
I also had a barage of emails and also noticed that the shortcode stopped working, which I had on my box office page. I have reverted back to 2.0.0 and it worked again. So there is definitely a bug introduced in the latest version as of now (2.0.5).
Forum: Plugins
In reply to: [Super Page Cache] Cache does not clear when updating a pageJust following up to say I solved this issue by completely uninstalling the plugin along with all its settings and then setting it up again.
Forum: Plugins
In reply to: [Booking Calendar Contact Form] Fatal error on upgrade to PHP 8.0Thanks for coming back to me. On checking the version, it is actually 8.1.9, so I think a developer has done some tweaks on it. Sorry to bother you about that.
- This reply was modified 2 years, 2 months ago by megnicholas.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Update WordPress 5.5Yes, it’s due an update soon. Glad you like it ??
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Recaptcha not verifiedYes, I see what you mean! It’s going to be difficult to debug this without seeing the form not working.
Akismet is pretty straightforward to set up. Here is a guide if you haven’t done this before How to prevent WordPress spam.Forum: Plugins
In reply to: [Contact Form Clean and Simple] Recaptcha not verifiedHow about creating a new page with the form on?
FYI if you have the Akismet plugin installed all form entries get filtered through it for spam so it is pretty safe not to have recaptcha and of course it is nicer for users too.Forum: Plugins
In reply to: [Contact Form Clean and Simple] Recaptcha not verifiedHello
Can you supply a link with the contact form on it configured for recaptcha? Thanks.
Forum: Reviews
In reply to: [Contact Form Clean and Simple] No longer seems to workHi @sniedzwiecki)
The plugin has not been updated recently. But possibly there has been a change on your host server that has caused this. I often receive support tickets from users who say that the plugin has suddenly stopped working and often it is server changes that are the cause.
Your host should be able to help with the php.ini file update.
Forum: Reviews
In reply to: [Contact Form Clean and Simple] No longer seems to workThank you @mnelson4. I will look into changing this in the next update.
Forum: Reviews
In reply to: [Contact Form Clean and Simple] Stopped working, not sure when!I can confirm that this plugin works with WordPress 5. The reason you are not receiving the mail could be down to a change on the server. Are you getting a ‘message was not sent’ error?
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Has stopped WorkingThe plugin should work in WordPress 5. Please can you give me more details of what is going wrong?
Forum: Plugins
In reply to: [WooCommerce] Persistent cart mixing between users@flourishprosper put it in your theme’s functions.php file.
Hi,
Yes definitely worth adding. Thanks for the suggestion. MeghanForum: Plugins
In reply to: [WooCommerce] Persistent cart mixing between usersI had this problem too. Items would appear in people’s carts that they hadn’t put there.
I added this code to disable the persistent cart and the issue has gone away.
//disable persistent cart add_filter('woocommerce_persistent_cart_enabled', function () { return false; });
Carts are still saved in the session. I hope this helps.
Hi there,
Yes some email providers will not let you send an email from a different domain address. You can override the ‘from’ address on the settings screen:
On the settings screen of the contact form tick ‘Override ‘From’ Address :‘ and then enter an email address that you own in the ‘‘From’ Email Address :‘ box underneath.