kobe_2104
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spamming Errors@takayukister ???
Forum: Plugins
In reply to: [Contact Form 7] Spamming ErrorsI’ve done a test from WP Mail SMTP and the test emails are working. I’ve deactivated Akismet, so it should only really be from Contact Form to WP Mail, but even WP Mail isn’t receiving any requests from what I can see in their Debug Logs.
Forum: Plugins
In reply to: [Contact Form 7] Spamming ErrorsTakayuki,
What are the other possible causes then? The email side of it works as this has been working and tested again.
With Akismet turned off, what else could it be?
Hang on, if the Akismet API key is still there, I’m guessing that could have something to do with it?
What about previously where Flamingo was getting the emails but they were all being treated as SPAM?
Thanks for any help you can provide me as I’m getting lost (especially when you can’t get error messages to point in any direction).
MattForum: Plugins
In reply to: [Contact Form 7] Spamming ErrorsI’ve separated the SPAM messages and the ERROR messages. All I’m getting back from the Contact Form messages is Error: SPAM. That’s with everything turned off. Flamingo isn’t even logging the message, whereas previous to this, it was logging all the messages as SPAM, hence why I turned Askimet off.
Forum: Plugins
In reply to: [Booster for WooCommerce] Problem with Booster v5.6.4Yep, that worked. Thanks Rony!
Forum: Plugins
In reply to: [Booster for WooCommerce] Problem with Booster v5.6.4I’ve fixed it myself. Booster for Woocommerce is making a call it shouldn’t as Booster Plus for Woocommerce already does it.
Comment out the following lines at the end of
wp-content/plugins/booster-plus-for-woocommerce/booster-plus-for-woocommerce.php/**
add_action( ‘plugins_loaded’, ‘_load_plugin_class’ );function _load_plugin_class() {
WCJ();}
*/This stops it being called twice! Website back up and running.
Forum: Plugins
In reply to: [Booster for WooCommerce] Fatal Error with PluginComment out the following lines at the end of
wp-content/plugins/booster-plus-for-woocommerce/booster-plus-for-woocommerce.php/**
add_action( ‘plugins_loaded’, ‘_load_plugin_class’ );function _load_plugin_class() {
WCJ();}
*/This stops it being called twice! Website back up and running.
Forum: Plugins
In reply to: [Booster for WooCommerce] Fatal Error with PluginNo David, that’s definitely not the fix. I’ve got the same issue and have been running Booster for years and years.
It’s making two calls between Booster and Booster Plus by the look of it. My website is down because of it. I’m going to try and comment out the second call to see if that’s get me around it but it’s a MAJOR problem.I’ve got this which I’ve raised under it’s own Topic:
An error of type E_COMPILE_ERROR was caused in line 168 of the file /home/webmasterclark/public_html/wp-content/plugins/woocommerce-jetpack/woocommerce-jetpack.php. Error message: Cannot redeclare _load_plugin_class() (previously declared in /home/webmasterclark/public_html/wp-content/plugins/booster-plus-for-woocommerce/booster-plus-for-woocommerce.php:163)Forum: Plugins
In reply to: [AMP] AMP Errors: 3 separate onesWeston,
I think I screwed up here a bit. It was indeed Speed Booster Pack. There is an option under General Options to “Exclude Scripts from Deferring”. Added amp-alalytics-0.1.js and v0.js to the list and before you know it, works a treat!
Thanks for your help, sometimes good to bounce things off someone to get your brain to click into gear!
Best Regards,
MattForum: Plugins
In reply to: [AMP] AMP errors everywhere.Could MonsterInsights be doing it? That’s the only other plug in I could think of but wouldn’t think that would be a problem.
Forum: Plugins
In reply to: [AMP] AMP errors everywhere.Hi Weston,
Happy to create a new ticket but I’m getting the same as above and it is failing the validator.
1. “The attribute ‘src’ in tag ‘amp-analytics extension .js script’ is set to the invalid value ‘https://cdn.ampproject.org/v0/amp-analytics-0.1.js’ defer=’defer’.”
2. Only AMP runtime ‘script’ tags are allowed, and only in the document head.
3. The mandatory tag ‘amphtml engine v0.js script’ is missing or incorrect.I’ve disabled W3 Caching, Speed Booster Pack, Yoast for AMP Glue. Don’t know what other plugins could be causing it.
Any help would be appreciated!
One of all the pages with errors is:
https://lavorwash.com.au/product/taurus/amp/- This reply was modified 6 years, 9 months ago by kobe_2104.
Forum: Plugins
In reply to: [Booster for WooCommerce] Remove Product Image Doesn't Left Align TitleHi Tom,
I think I might have mislead you earlier or something is going badly wrong with my overall caching as the images are now back. I’ve got them turned off in the plug in, got the Custom CSS line put in both the plug in and Appearance -> Custom CSS but none of them are working.
Nor is the thumbnails, they have completely disappeared. Is it worth me removing the plug in and starting from scratch again or does it sound like the Theme is just plain ignoring everything in this plugin? Do I need to set the Theme and this plug in up as a child?
Thanks,
MattForum: Plugins
In reply to: [Booster for WooCommerce] Remove Product Image Doesn't Left Align TitleHey Tom,
That worked great, but (isn’t there always one), I’d like to be able to have the thumbnails available below if possible.
So something like:
Title,
Categories,
Thumbnails,
Description.I’ve got the Title, Categories and Description, but no thumbnails. Does that CSS change make all of the images on the description page disappear?
Thanks,
MattForum: Plugins
In reply to: [Booster for WooCommerce] Remove Product Image Doesn't Left Align TitleI’m using Vantage. Everything works ok if there’s no Featured Image but that renders itself useless when you go to the products/categories pages because there’s no thumbnails then.