JohnLaw3742
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] BREAKS SITEI am using Coral Dark 1.2 Theme (https://www.coralthemes.com/product/coral-dark-wordpress-theme/)
This just happened suddenly one day although looking at the files in our FTP server there seemed to be some sort of small wordpress core update a few days ago
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] BREAKS SITE@jamesgol I’m using the same theme and plugins I always have been using. Today I see there is a new Jetpack and Yoast SEO plugin update – I’ve updated both and now I can enable your plugin again without slowing down the site. Although now, I do have to turn it off in the WooCommerce > Integrations > Cart Stock Reducer screen if I have the site hosting company’s caching service turned on otherwise, it will slow down again. Hope this helps if others have an issue.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] BREAKS SITEJames, thanks for the quick reply. We didn’t have logs enabled while the crash happened. I turned logs on now but have not been able to replicate the issue. Having said that, the plugin is still slowing down the entire site when enabled. I read the documentation and traced that back to our site’s cache service – when I turn off caching on the shop pages, the site speed returns to normal on our staging environment. I’ve tried the same thing on our production site which is an exact copy, but it’s not working. I’ll keep trying.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] BREAKS SITE@jamesgol, my site also just broke and we narrowed it down to your plugin. The site slowed to a crawl a couple days ago and it returned to normal speed once we disabled the plugin. When I did test deactivating the plugin in our stage environment, I did the get the same critical error as @venelee but luckily was able to disable it in our production site without the error.
We have the the same basic issue – when a customer orders, both billing and shipping addresses appear – same or different but when we place an order manually through our Wpadmin, only the billing address appears. This is a great plugin – hope this small thing can be fixed!
Forum: Plugins
In reply to: [Easy Team Manager] Clickable e-mailI had a typo. this corrected code worked for me – same as amandas but just with commas added.
<div><?php if(isset($ind_email_detail['email']) AND $ind_email_detail['sh']=='s_email')echo '<a href="mailto:',esc_attr($ind_email_detail['email']),'">Email me</a>';?> </div>
Forum: Plugins
In reply to: [Easy Team Manager] Clickable e-mailWell the code I used worked once then I reverted to make a few more tests and when I re-changed my code it doesn’t work anymore. I’m still looking to solve for this.
Forum: Plugins
In reply to: [Easy Team Manager] View Details show even when no URL providedThis worked well for me, thanks!
Forum: Plugins
In reply to: [Easy Team Manager] Clickable e-mailThat didn’t work for me but this code with a few commas added did
<div><?php if(isset($ind_email_detail['email']) AND $ind_email_detail['sh']=='s_email')echo '<a href="mailto:',esc_att($ind_email_detail['email']),'">Email me</a>';?> </div>