homeworker
Forum Replies Created
-
I blocked that user agent from Singapore.
It hit a website with at least 50.000 requests a day, only images, js and css. I read that is related to a new GPT training.
I blocked it with cloudflare
Forum: Plugins
In reply to: [Facebook for WooCommerce] Action timeout after 300′Well, no. Not solved…
Forum: Plugins
In reply to: [Facebook for WooCommerce] Action timeout after 300′The time limit in settings seems correct PHP Time limit: 1200
but the facebook sync action always fail after 300′Forum: Plugins
In reply to: [Facebook for WooCommerce] Action timeout after 300′Ok, I’ve changed the time limit.
Hi, I have the same problem, people click multiple times on order link (why?!) or go back and forth (why?!) and double the order on google analytics.
Do I turn it ON to prevent double or should be OFF? Now is OFF.
Thanks
I have the same problem with an italian woocommerce/amazon.
The problem is how the provincia address field is written in Amazon (.it). Woocommerce only correctly recognize the abbreviation one, for example you can write Perugia province in Amazon shipping address (not recognized in woocoommerce) or you can write PG in amazon (recognized in woocommerce). Amazon do not force the right spelling.
You can try with in this site where I configured different shipping cost for differents italian regions.
Thanks
In a trivia quiz I’ve solved with a small row of css.
.wq-results.wq_resultsCtr .wq-result.wq_singleResultWrapper { display: block; }
All single results are in a “global” div .wq-results.wq_resultsCtr hidden by default and displayed when click on correct answer.
Every single results has one’s own div .wq-result.wq_singleResultWrapper
On correct answer a javascript display the global div and only the first answer div. This display only the first answer.With this css you display by default all the results div (but they are hidden with the global div), and they appear only when the global div is displayed with javascript.
Thanks for the check. We found a fix for the problem. We calculate the discount directly without plugins.
But if you want to test you can add small code to functions.php
Forum: Plugins
In reply to: [Better Search Replace] Error processing options tableSame problem in a wp_options table. Php 7.3, 512M memory, input time 120″. Strange error in logs:
31544#0: *1483 recv() failed (104: Connection reset by peer) while reading response header from upstream
Forum: Plugins
In reply to: [Network Subsite User Registration] Error 404 after activate link emailPerfect. Issue solved. Thanks
Forum: Plugins
In reply to: [WP Datepicker] WPML translateIf I don’t set the language in plugin options I have the datepicker in the right language without translate anything.
Thanks
Forum: Plugins
In reply to: [WP Datepicker] WPML translateYes, It work now. Thank you
Wow, thank you