Title: homeworker's Replies | WordPress.org

---

# homeworker

  [  ](https://wordpress.org/support/users/homeworker/)

 *   [Profile](https://wordpress.org/support/users/homeworker/)
 *   [Topics Started](https://wordpress.org/support/users/homeworker/topics/)
 *   [Replies Created](https://wordpress.org/support/users/homeworker/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/homeworker/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/homeworker/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/homeworker/engagements/)
 *   [Favorites](https://wordpress.org/support/users/homeworker/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/homeworker/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/homeworker/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] PSA | Bytedance and Bytespider Bots | Recommend Blocking](https://wordpress.org/support/topic/psa-bytedance-and-bytespider-bots-recommend-blocking/)
 *  [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/psa-bytedance-and-bytespider-bots-recommend-blocking/#post-17398378)
 * I blocked that user agent from Singapore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] PSA | Bytedance and Bytespider Bots | Recommend Blocking](https://wordpress.org/support/topic/psa-bytedance-and-bytespider-bots-recommend-blocking/)
 *  [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/psa-bytedance-and-bytespider-bots-recommend-blocking/#post-17393809)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Action timeout after 300′](https://wordpress.org/support/topic/action-timeout-after-300/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/action-timeout-after-300/#post-14654474)
 * Well, no. Not solved…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Action timeout after 300′](https://wordpress.org/support/topic/action-timeout-after-300/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/action-timeout-after-300/#post-14628039)
 * The time limit in settings seems correct PHP Time limit: 1200
    but the facebook
   sync action always fail after 300′
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Action timeout after 300′](https://wordpress.org/support/topic/action-timeout-after-300/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/action-timeout-after-300/#post-14626680)
 * Ok, I’ve changed the time limit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] GA Track Double conversion](https://wordpress.org/support/topic/ga-track-double-conversion/)
 *  [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [5 years ago](https://wordpress.org/support/topic/ga-track-double-conversion/#post-14398848)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Pay for WooCommerce] There are no shipping methods available – Woocommerce Amazon Pay](https://wordpress.org/support/topic/there-are-no-shipping-methods-available-woocommerce-amazon-pay/)
 *  [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/there-are-no-shipping-methods-available-woocommerce-amazon-pay/#post-13049161)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Best Quiz Plugin for WordPress: WP Quiz] Can a personality quiz return multiple results](https://wordpress.org/support/topic/can-a-personality-quiz-return-multiple-results-2/)
 *  [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/can-a-personality-quiz-return-multiple-results-2/#post-11813356)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway Based Fees and Discounts for WooCommerce] Custom Fee not discounted](https://wordpress.org/support/topic/custom-fee-not-discounted/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/custom-fee-not-discounted/#post-11693155)
 * 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
 * [https://gist.github.com/woogists/f24ba17b9fdc0023cd72c95520f80723#file-wc-percentage-based-surcharge-php](https://gist.github.com/woogists/f24ba17b9fdc0023cd72c95520f80723#file-wc-percentage-based-surcharge-php)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Search Replace] Error processing options table](https://wordpress.org/support/topic/error-processing-options-table/)
 *  [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/error-processing-options-table/#post-11657572)
 * Same 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Error 404 after activate link email](https://wordpress.org/support/topic/error-404-after-activate-link-email/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/error-404-after-activate-link-email/#post-11059160)
 * Perfect. Issue solved. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Datepicker] WPML translate](https://wordpress.org/support/topic/wpml-translate-7/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/wpml-translate-7/#post-11052117)
 * If I don’t set the language in plugin options I have the datepicker in the right
   language without translate anything.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Datepicker] WPML translate](https://wordpress.org/support/topic/wpml-translate-7/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/wpml-translate-7/#post-11048812)
 * The calendar [https://www.locandapalazzone.it/suites/suite-cardinale/](https://www.locandapalazzone.it/suites/suite-cardinale/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] res.data is undefined](https://wordpress.org/support/topic/resdata-is-undefined/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/resdata-is-undefined/#post-7097715)
 * Yes, It work now. Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] res.data is undefined](https://wordpress.org/support/topic/resdata-is-undefined/)
 *  Thread Starter [homeworker](https://wordpress.org/support/users/homeworker/)
 * (@homeworker)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/resdata-is-undefined/#post-7097660)
 * Wow, thank you

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/homeworker/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/homeworker/replies/page/2/?output_format=md)