Marton Gergely
Forum Replies Created
-
Hello,
Here’s what I’ve tried so far:
1. Disable all plugins
2. Change theme to twentytwelve
3. Disable all e-mail notifications
4. Changed to Mandrill as a 3rd party e-mail sender
5. Tried changing all e-mail sending from WP to an external SMTP
6. Fine tuned MySQL to see if that was the problem
7. Deleted all custom functions from my functions.php which were extending WooCommerce
8. Went through Woocommerce -> System status -> Tools and click each of those functions.
9. Disabled jQuery from the theme I use.
10. Stopped PostFix e-mail server
11. Changed rewrite rules for NGINX.
12. Tried changing shipping rules and payment options (nothing improved with any of the combinations)
13. Raised the Memory Allocation in PHP-FCGI to 96,128,256,512 MB, but no improvement.
14. Tried asking WooCommerce for PAYED support, but they are only giving this kind of support to customers who bought either a theme, plugin, etc. from them. (LAME)
15. Prayed for a miracle.Anything else you’ve tried and it’s not on this list?
Thanks,
Hello,
Thanks for your response.
I’m still struggling with this.
We are on a VPS using Postfix not Sendmail…also, to narrow the source of the issue even further down, we’ve tested with 3rd party e-mail sending (ManDrill) and with external SMTP sending.
The issue still remains. Any ideas are welcome.
Thanks
I have the same problem.
woocommerce-checkout action on admin-ajax.php is taking 16 seconds to respond.
Other Ajax requests work relatively fine.
Any updates on this?
Forum: Plugins
In reply to: [Theme My Login] Theme my Login breaks Simple Local Avatars pluginAny updates on this issue?
I’m having the same problem too. It doesn’t work with the latest TmL.
Forum: Plugins
In reply to: add_filter before homepage loopHello there!
If I use
add_filter('loop_start','norilsk_filter');
it displays where it should, but stops the post loop.No articles are displayed on the frontpage only my box.
There is something I should write in the code so it continues with the loop?