thewpguy
Forum Replies Created
-
I have also had this issue with 2 different divi websites using different plugins that add new features to the checkout page that disrupt the stripe fields. They either don’t show or are only a few pixels high and won’t allow any text input.
Note: changing to twenty twenty three theme made no change to the issue.
The solution was to alter the firing sequence of a webhook on the checkout page to give Stripe priority.
Can I suggest that you make changes to the Stripe plugin to make sure it has the highest priority on the checkout page to avoid these issues.- This reply was modified 7 months, 2 weeks ago by thewpguy.
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] 522 Timeout errorSimilar issue but bigger. When active the plugin is now bring down the whole website with a 504 error.
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] site breaking after updating the pluginSame happened on my client’s website after updating from 1.5.6 to 1.5.7
Had to rollback to previous version to get the site back online.Note they are using WooCommerce version 4.8.0 so maybe backwards compatibility is the issue.
Forum: Plugins
In reply to: [Yoast SEO] auto-update-watcher.php on line 194 error messageThanks for the info/link Sasa, I am using WP Time Capsule as mentioned in that link. I don’t want to use the core auto update feature as WP Timecapsule makes backups before each update so it manages the process a bit more smoothly.
MD (plugin support)I will have to update the plugin again to see the full error and when I do I’ll post it here.
Forum: Plugins
In reply to: [Yoast SEO] auto-update-watcher.php on line 194 error messageHi Michael,
The error only occured when updating to any version above 15.8 including 16.2
WordPress verson is 5.7.2
Themes (Divi) both up to dateFor privacy reasons I just took the website address off the front of the error message and hence can’t show a screenshot.
It appears at the top of all wordpress admin area pages and not on the front end. Not sure about server logs.Forum: Plugins
In reply to: [Facebook for WooCommerce] Fatal error if WooCommerce Admin not activeFYI they have updated to version 2.3.5 which has fixed the issue on the sites I look after.
Forum: Plugins
In reply to: [Background Image Cropper] Background Image Cropper is a virusadding this comment so I will also get the replies.
Forum: Plugins
In reply to: [Background Image Cropper] Background Image Cropper is a virusI think this plugin does have a security flaw as a website I manage has been infected with malware just in this plugin directory and the root directory. Nothing else was affected.
FYI the plugin was not active at the time either.
- This reply was modified 4 years, 3 months ago by thewpguy.
Forum: Plugins
In reply to: [File Manager] My Site (Dantravels.org) was attacked by Malware too! HELP!Even after you have removed the issue google still takes a little while to rescan your website and update the links it send people to. I just googled Dantravels and clicked on the Dantravels.org link and went to you correct website. If you still see the dodgy stuff then your browser has the old cache still.
You are better to delete this plugin and use the file manager via your web hosting cpanel or equivalent as this will always be a risky plugin to have active as it give such high level easy access to critical files.
All the best.
Yes I had a client site go down after the 5.5 update with only this on screen.
After deactivating the plugin it came back online.Warning: Use of undefined constant _FILE_ – assumed ‘_FILE_’ (this will throw an Error in a future version of PHP) in /home/prestig2/public_html/wp-content/plugins/delete-all-comments-of-website/delete-all-comments-of-wordpress-website.php on line 13
Warning: Cannot modify header information – headers already sent by (output started at /home/prestig2/public_html/wp-content/plugins/delete-all-comments-of-website/delete-all-comments-of-wordpress-website.php:13) in /home/prestig2/public_html/wp-includes/pluggable.php on line 1296
Thank you very much for sorting that out. I can confirm that the sucuri Server side scanner is now happy with the code again after the update.
Greatly appreciate you work on this.
Forum: Plugins
In reply to: [SEO Ultimate] Z-index css causing issues with thickboxThanks for looking into this Jeffery,
SEO Ultimate is also taking out the shortcode popup window for ‘WP Photo Album Plus’ and making it unusable. I look forward to the patch so I get get SEO Ultimate back into action.
Looking into the z-index issue it greatly appreciated.
Tony
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Add to cart text not changingFound the solution here:
https://docs.woothemes.com/document/change-add-to-cart-button-text/This is the code to add to functions.php file for single product and a listing of products or related products.
add_filter( 'woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text' ); // 2.1 + add_filter( 'woocommerce_product_add_to_cart_text', 'woo_custom_cart_button_text' ); // 2.1 + function woo_custom_cart_button_text() { return __( 'New button text goes here', 'woocommerce' ); }
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Add to cart text not changingSame thing is happeing for me also.
Unable to customise the ‘Add to cart’ text.
If anyone knows a quick workaround that you be great.
Hi SkyVerge,
Thanks for acknowledging the issue and explaining it for us.
How’s it going? Has it been sorted out as yet?Thank you for your efforts with this plugin, they are greatly appreciated.
Kind regards,
Tony