Title: touficmamdouh's Replies | WordPress.org

---

# touficmamdouh

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/touficmamdouh/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/touficmamdouh/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] Scanned, no issues found, but still redirect to gambling site sometimes](https://wordpress.org/support/topic/scanned-no-issues-found-but-still-redirect-to-gambling-site-sometimes/)
 *  [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [2 years ago](https://wordpress.org/support/topic/scanned-no-issues-found-but-still-redirect-to-gambling-site-sometimes/#post-17536550)
 * [@storm99](https://wordpress.org/support/users/storm99/)
   try remove plugins and
   replace with orginal file 1 by 1 iremove that on my site
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[One Click Demo Import] Demo Import 500 Error](https://wordpress.org/support/topic/demo-import-500-error/)
 *  [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [3 years ago](https://wordpress.org/support/topic/demo-import-500-error/#post-16656338)
 * **Change the default time of one AJAX call**
 * The default value is 25 seconds. Add this code at the end of your theme `functions.
   php` file:
 *     ```wp-block-code
       function ocdi_change_time_of_single_ajax_call() {
           return 10;
       }
       add_filter( 'ocdi/time_for_one_ajax_call', 'ocdi_change_time_of_single_ajax_call' );
       ```
   
 * This will “slice” the requests to smaller chunks and it might bypass the low 
   server settings (timeouts and memory per request).
 * If you see that the 500 server error shows up, when the new AJAX request is being
   requested, then you can change the above number to something higher, like `return
   180;`, to increase the single length of the AJAX request and that might resolve
   your issue.
 * **Check your server settings**
    - upload_max_filesize (256M)
    - max_input_time (300)
    - memory_limit (256M)
    - max_execution_time (300)
    - post_max_size (512M)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[miniOrange OTP Login, Verification and SMS Notifications] the plugin not support Wpml](https://wordpress.org/support/topic/the-plugin-not-support-wpml/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [4 years ago](https://wordpress.org/support/topic/the-plugin-not-support-wpml/#post-15506511)
 * screenshot text include code cannot support multi lang
    [https://ibb.co/W5sBBzw](https://ibb.co/W5sBBzw)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[miniOrange OTP Login, Verification and SMS Notifications] the plugin not support Wpml](https://wordpress.org/support/topic/the-plugin-not-support-wpml/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [4 years ago](https://wordpress.org/support/topic/the-plugin-not-support-wpml/#post-15506370)
 * no i can’t access any text to translate with wpml can’t translated SMS/MOBILE
   MESSAGES to arabic lang im try to using string translation plugin in wpml can’t
   find
    and field Verify Code too in checkout page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcode for Current Date] how to insert Day name](https://wordpress.org/support/topic/how-to-insert-day-name/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/how-to-insert-day-name/#post-15412917)
 * [current_date format=’D,d ,F, Y’]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] after update make slow to post and update product](https://wordpress.org/support/topic/after-update-make-slow-to-post-and-update-product/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/after-update-make-slow-to-post-and-update-product/#post-11208430)
 * [@mythemeshop](https://wordpress.org/support/users/mythemeshop/) slow down from
   google bot is hit my site in 36H over 60000 visits make my admin panel slow down
   and too load slow get 500 Http error im slow down crawl by robots.txt
    User-agent:*
   Crawl-Delay: 3600 Disallow: /*add-to-cart=* Disallow: /cart/ Disallow: /checkout/
   Disallow: /my-account/ Disallow: /wp-admin/ Disallow: /wp-login.php Allow: /wp-
   admin/admin-ajax.php
 * and google webmaster too that make different fairly fast
    i want final solution
   to fix that error to slow down and block bad bot that option should have in “
   Rank math seo” to block bad bot or limit over crawl
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Proxy Cache Purge] Cache Service not working on dreampress with woocommerce](https://wordpress.org/support/topic/cache-service-not-working-on-dreampress-with-woocommerce/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/cache-service-not-working-on-dreampress-with-woocommerce/#post-11164681)
 * 200: OK
    server: openresty date: Mon, 04 Feb 2019 02:20:08 GMT content-type: 
   text/html; charset=UTF-8 transfer-encoding: chunked connection: close vary: Accept-
   Encoding link: ; rel=shortlink x-varnish: HIT age: Mon, 04 Feb 2019 02:18:30 
   GMT
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Proxy Cache Purge] Cache Service not working on dreampress with woocommerce](https://wordpress.org/support/topic/cache-service-not-working-on-dreampress-with-woocommerce/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/cache-service-not-working-on-dreampress-with-woocommerce/#post-11164680)
 * im slove this in theme have some function to include woocommerce_current_currency
   widget in i remove that work fine last more this check with [https://isvarnishworking.uk/](https://isvarnishworking.uk/)
   
   see : Fail…ish! We detected Varnish on that domain, but the content doesn’t appear
   to be cached. Best check your configuration.
 * and in plugin can check for x-varnish: HIT
    that mean is varnish working??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PhastPress] some error 404 file notfound](https://wordpress.org/support/topic/some-error-404-file-notfound/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/some-error-404-file-notfound/#post-11145197)
 * > The “Specify a cache validator” error is also due to your server configuration.
   > PhastPress sends the required ETag header by default, but it is removed by 
   > your server before the response is sent to the browser.
 * how can fix that ??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] auto load make my site so slow fix that](https://wordpress.org/support/topic/auto-load-make-my-site-so-slow-fix-that/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/auto-load-make-my-site-so-slow-fix-that/#post-11136080)
 * ok waiting
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PhastPress] some error 404 file notfound](https://wordpress.org/support/topic/some-error-404-file-notfound/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/some-error-404-file-notfound/#post-11134658)
 * [https://gtmetrix.com/reports/bronze.qa/konATx9a](https://gtmetrix.com/reports/bronze.qa/konATx9a)
   
   [https://www.webpagetest.org/result/190126_EP_27f57371be8378b3108299e3f453f4bb/](https://www.webpagetest.org/result/190126_EP_27f57371be8378b3108299e3f453f4bb/)
    -  This reply was modified 7 years, 3 months ago by [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Security Plugin, Firewall & Malware Scanner with Auto Removal] malware not working anymore](https://wordpress.org/support/topic/malware-not-working-anymore/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/malware-not-working-anymore/#post-10999686)
 * im do that and not work malwer scanner my screenshot
    [https://ibb.co/H2XxD0h](https://ibb.co/H2XxD0h)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] issue woocommerce](https://wordpress.org/support/topic/issue-woocommerce/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/issue-woocommerce/#post-10970405)
 * working fine thank you awesome plugin and team working on support 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] issue woocommerce](https://wordpress.org/support/topic/issue-woocommerce/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/issue-woocommerce/#post-10961251)
 * Revo – Multipurpose WooCommerce WordPress Theme
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] issue woocommerce](https://wordpress.org/support/topic/issue-woocommerce/)
 *  Thread Starter [touficmamdouh](https://wordpress.org/support/users/touficmamdouh/)
 * (@touficmamdouh)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/issue-woocommerce/#post-10961247)
 * still have issue with my theme on woocommerce its not compatible with theme

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

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