Title: Ilyas Foo's Replies | WordPress.org

---

# Ilyas Foo

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

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

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How can I completely disable “Site visibility” functionality?](https://wordpress.org/support/topic/how-can-i-completely-disable-site-visibility-functionality/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/how-can-i-completely-disable-site-visibility-functionality/page/2/#post-18142589)
 * Hey, [@ldecher](https://wordpress.org/support/users/ldecher/)!
 * Thank you for sharing your findings. I’ve successfully reproduced the issue in
   my development site, this is a bug. It seems WooCommerce is incorrectly flagging
   any pages that starts with `/shop...` in its URL, thus your page, `/shopping-
   for-kids-books-ages-9-to-12` is flagged as a store page.
 * I’ve filed this issue in GitHub here: [https://github.com/woocommerce/woocommerce/issues/52895](https://github.com/woocommerce/woocommerce/issues/52895),
   feel free to follow the issue to get updates on a fix.
 * In the meantime, you can try changing the URL of your pages to not start with`/
   shop`. Sorry for the inconvenience, hope this can help you while we work on a
   fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] URGENT BUG SHIPPING](https://wordpress.org/support/topic/urgent-bug-shipping/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/urgent-bug-shipping/#post-18066465)
 * Hi, [@rablebdigital](https://wordpress.org/support/users/rablebdigital/)!
 * I’ve taken a look at your site and it seems the shipping option was shown in 
   the checkout screen when I chose the region `Ciudad Autónoma de Buenos Aires`:
 * ⌊https://d.pr/i/p5dRuM⌉⌊https://d.pr/i/p5dRuM⌉
   Full Size: [https://d.pr/i/p5dRuM](https://d.pr/i/p5dRuM)
 * When I set the region to `Catamarca`, it does say shipping not available in that
   region. This is expected if the region is not included in shipping settings, 
   which is different than original your screenshot where the shipping section is
   entirely missing.
 * ⌊https://d.pr/i/57XmKs⌉⌊https://d.pr/i/57XmKs⌉
   Full Size: [https://d.pr/i/57XmKs](https://d.pr/i/57XmKs)
 * I assume you have figured that out? Let me know if the problem still persist,
   and if so, the specific steps to reproduce it. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Product Dependencies] Slowing down images in backend](https://wordpress.org/support/topic/slowing-down-images-in-backend/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/slowing-down-images-in-backend/#post-18066457)
 * Hi there, [@thaimacky](https://wordpress.org/support/users/thaimacky/).
 * Thank you for reaching out. There haven’t been many reports of performance issues
   with this plugin, so it’s possible that a specific configuration or a theme conflict
   is causing the problem.
 * > WordPress Theme: Avada…. maybe it is not fully compatible with this theme then….
   > sad….
 * To help troubleshoot, could you try temporarily switching to another theme, such
   as [TwentyTwentyFour](https://wordpress.org/themes/twentytwentyfour/) and see
   if the issue persists?
 * Another option is to install a performance monitor plugin such as [Query Monitor](https://wordpress.org/plugins/query-monitor/)
   and see if you could spot any slow queries. That way, we can determine if the
   issue is related to this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Coming soon page edit](https://wordpress.org/support/topic/coming-soon-page-edit/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/coming-soon-page-edit/#post-18064672)
 * > I made a small plugin for this purpose, maybe it will be useful to someone.
   > [https://github.com/maxpostal/wpwc-classic-coming-soon](https://github.com/maxpostal/wpwc-classic-coming-soon)
 * That’s awesome, [@makspostal](https://wordpress.org/support/users/makspostal/)!
   Thank you for making and sharing it 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Action Scheduler] Table ‘wp.wp_actionscheduler_actions’ doesn’t exist](https://wordpress.org/support/topic/table-wp-wp_actionscheduler_actions-doesnt-exist/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/table-wp-wp_actionscheduler_actions-doesnt-exist/#post-18062523)
 * Hi, [@veidit](https://wordpress.org/support/users/veidit/)!
 * Thank you for reaching out.
 * I’m not familiar with MySQL group replication, but looking at the `actionscheduler_actions`
   [database table creation code](https://github.com/woocommerce/action-scheduler/blob/682caac422df2976dc17edb1abfe6cd2d08e2cdf/classes/schema/ActionScheduler_StoreSchema.php#L71),
   it seems like the primary key is defined correctly. From my limited knowledge,
   I suspect the issue might be outside of the Action Scheduler plugin.
 * Do you have any additional details about the faulty group replication in MySQL
   that you’ve experienced, such as error logs? I’d appreciate any more information
   you can share.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Coming soon page edit](https://wordpress.org/support/topic/coming-soon-page-edit/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/coming-soon-page-edit/#post-18059639)
 * Hi, [@makspostal](https://wordpress.org/support/users/makspostal/)!
 * > Is it possible to add a separate template for the Coming Soon page?
   > Or make
   > a filter to override the coming-soon-entire-site.php pattern?
 * There are no ongoing efforts to add support for classic themes that I’m aware
   of. Community contributions are welcome though!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Error message happening on the website homepage and not backend.](https://wordpress.org/support/topic/error-message-happening-on-the-website-homepage-and-not-backend/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/error-message-happening-on-the-website-homepage-and-not-backend/#post-18021853)
 * Hi there, [@connordeancompanies](https://wordpress.org/support/users/connordeancompanies/)!
 * > **Deprecated**: parse_str(): Passing null to parameter #1 ($string) of type
   > string is deprecated in **/var/www/vhosts/peopleinneed.org.uk/httpdocs/wp-content/
   > plugins/woocommerce/src/Admin/WCAdminHelper.php** on line **157**
 * Thanks for reporting this issue, I confirm that this is a bug. I filed it as 
   an issue in GitHub: [https://github.com/woocommerce/woocommerce/issues/51472](https://github.com/woocommerce/woocommerce/issues/51472)/
 * We’ll fix the bug, but feel free to follow the issue I linked if you’re interested.
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Coming soon page edit](https://wordpress.org/support/topic/coming-soon-page-edit/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/coming-soon-page-edit/#post-17900733)
 * Hi, [@thecreator01](https://wordpress.org/support/users/thecreator01/)!
 * > Can I edit this edit as HTML from woocommerce files? Can I at least make style
   > changes such as background color, maintenance mode warning message? Or a mu-
   > plugin?
 * I understand that you’d like to directly modify WooCommerce files to customize
   the coming soon page. While I can guide you to the source code, I advise against
   doing this for several reasons:
    1. Modifying the WooCommerce plugin directly is fragile and prone to breaking whenever
       updates occur, including WordPress updates. It will also prevent you from updating
       WooCommerce to the latest version without losing your changes.
    2. The PHP and HTML source code is built with a Site Editor, so you wouldn’t have
       all the styling context required to easily edit the page.
 * You can find the purple entire site coming soon page here: [plugins/woocommerce/patterns/coming-soon-entire-site.php](https://github.com/woocommerce/woocommerce/blob/67d360a4ae8744fe14d0f305fcfd353712b9c5d8/plugins/woocommerce/patterns/coming-soon-entire-site.php).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Coming soon page edit](https://wordpress.org/support/topic/coming-soon-page-edit/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/coming-soon-page-edit/#post-17889516)
 * Hi there, [@thecreator01](https://wordpress.org/support/users/thecreator01/)!
 * > I think the new feature has been released in woocommerce and I really like 
   > it.
 * I’m glad to hear you like it!
 * > However, I couldn’t find where to edit the coming soon page. Where to edit 
   > the coming soon page? I looked at the documentation but I didn’t understand
   > anything.
 * I got you, the documentation did not specify the exact steps to edit the coming
   soon page. We’ll improve it in that regard.
 * To edit the screen you would have to use a block theme, such as [TwentyTwentyFour](https://wordpress.org/themes/twentytwentyfour/).
   Unfortunately, this means it does not support Storefront theme since it’s a classic
   theme. I’d recommend switching to a block theme if it’s an option for you.
 * There’s a workaround if you’d like to try it out, but **I cannot guarantee that
   everything will work as intended and will continue to work in the long run. Avoid
   trying it out in a live site since it’s untested.** With that said, you could
   try following these steps:
    1. Make sure your WooCommerce version is 9.1.2 or higher.
    2. In your site’s wp-admin, install and activate a block theme such as [TwentyTwentyFour](https://wordpress.org/themes/twentytwentyfour/).
    3. Go to `Appearance > Editor` and then `Templates > Page: Coming soon`.
    4. You should be able to edit the coming soon page with site editor. When you’re
       done, save it.
    5. After that, go back to `Appearance > Editor` and activate your previous theme.
    6. You should be able to see your edited coming soon page by opening up a browser
       in incognito mode or logging out, and then go to the frontend of your site.
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] cURL error 6: Could not resolve host: www.facebook.net](https://wordpress.org/support/topic/curl-error-6-could-not-resolve-host-www-facebook-net-2/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/curl-error-6-could-not-resolve-host-www-facebook-net-2/#post-16070707)
 * Hi, [@alica37](https://wordpress.org/support/users/alica37/).
 * > Is it possible to remove the error with facebook.net?
 * It’s odd that you’re receiving errors for `www.facebook.net` since the URL used
   is `connect.facebook.net`. This suggests that the downloaded plugin may not have
   worked the way it should.
 * >Is it necessary to deactivate something, disconnect woocommerce from Facebook
   and set and install everything again?
 * Yes, you should try removing `Facebook for WooCommerce` and re-download and install
   the latest version. You can download it from [https://wordpress.org/plugins/facebook-for-woocommerce/](https://wordpress.org/plugins/facebook-for-woocommerce/).
 * > I don’t know if the synchronization is working properly, because I don’t see
   new products on Facebook. Only those products that were synchronized when the
   plugin was installed for the first time.
    now I started the synchronization again
   and no products have been added to Facebook.
 * I think synchronization will not work until the issue is fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Console errors on WC admin pages for Shop Manager accounts](https://wordpress.org/support/topic/console-errors-on-wc-admin-pages-for-shop-manager-accounts/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/console-errors-on-wc-admin-pages-for-shop-manager-accounts/#post-14166226)
 * Hi [@doffine](https://wordpress.org/support/users/doffine/),
 * Thank you very much for the detailed report. This issue is being worked on, you
   can track it [here](https://github.com/woocommerce/woocommerce-admin/issues/6415).
 * Have a pleasant day ahead!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Save Times Out to 502 Error](https://wordpress.org/support/topic/product-save-times-out-to-502-error/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/product-save-times-out-to-502-error/page/2/#post-13962198)
 * Hi [@tracyandersonmd](https://wordpress.org/support/users/tracyandersonmd/) [@gonsurfn77](https://wordpress.org/support/users/gonsurfn77/),
   the product issue should be fixed **without having to update WooCommerce plugin,
   because the fix is on server json file** unless the problem that you’re facing
   is caused by a different issue altogether. I have tried to reproduce again with
   a site that had the original problem but was able to create & update products.
 * If you’re still having a similar problem and you think it might be a bug, I would
   appreciate it if you can report the details in a new issue, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Save Times Out to 502 Error](https://wordpress.org/support/topic/product-save-times-out-to-502-error/)
 *  [Ilyas Foo](https://wordpress.org/support/users/ilyasfoo/)
 * (@ilyasfoo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/product-save-times-out-to-502-error/page/2/#post-13957024)
 * I have confirmed that devs have shipped a fix in the woocommerce.com server. 
   This was caused by a unicode character used in RemoteInboxNotification feature
   was not compatible with the site’s `option_value` database collation. You should
   not encounter this issue anymore, please let us know if otherwise.
 * Further fixes will be made to ensure this kind of problem will never cause the
   site to be unresponsive again. Sorry for the inconvenience caused!

Viewing 13 replies - 1 through 13 (of 13 total)