Title: Austin M - a11n's Replies - page 47 | WordPress.org

---

# Austin M - a11n

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 691 through 705 (of 1,207 total)

[←](https://wordpress.org/support/users/apmwebdev/replies/page/46/?output_format=md)
[1](https://wordpress.org/support/users/apmwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/apmwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)…
[46](https://wordpress.org/support/users/apmwebdev/replies/page/46/?output_format=md)
47 [48](https://wordpress.org/support/users/apmwebdev/replies/page/48/?output_format=md)…
[79](https://wordpress.org/support/users/apmwebdev/replies/page/79/?output_format=md)
[80](https://wordpress.org/support/users/apmwebdev/replies/page/80/?output_format=md)
[81](https://wordpress.org/support/users/apmwebdev/replies/page/81/?output_format=md)
[→](https://wordpress.org/support/users/apmwebdev/replies/page/48/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] verification email edit](https://wordpress.org/support/topic/verification-email-edit/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/verification-email-edit/#post-13040518)
 * Hi [@onyekaxt](https://wordpress.org/support/users/onyekaxt/), I’m glad to hear
   you fixed it! What did you wind up doing?
 * It may be irrelevant now, but in answer to this question:
 * > i just tried locating the destination path(wp-content/themes/mytheme/woocommerce/
   > emails/), what i have in my cpanel is wp-content/themes/mytheme/woocommerce/…
   > there’s no “emails” directory therein.
 * If you were to edit a template, you would want to create this directory yourself.
   When copying and editing a template from the email settings, though, it will 
   do that for you automatically.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Looking for a variation plugin](https://wordpress.org/support/topic/looking-for-a-variation-plugin/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/looking-for-a-variation-plugin/#post-13040507)
 * Hi [@hassan76](https://wordpress.org/support/users/hassan76/). Sorry for not 
   reading your question more carefully. Somehow I thought that you were wanting
   more complex conditional logic in your variations, and the example you gave was
   just one small piece of it. [@seank123](https://wordpress.org/support/users/seank123/)
   is correct that using the normal variation functionality would be the proper 
   course of action here if your example is the extent (or close to the extent) 
   of the conditional logic you need. Things tend to get a bit more complicated 
   once you start adding three or four (or more) attributes with complex conditional
   relationships between them, and that is when you would want to look into something
   like Composite Products. But for this, you shouldn’t need a plugin. Let us know
   if you have any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] white space under mobile menu](https://wordpress.org/support/topic/white-space-under-mobile-menu/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/white-space-under-mobile-menu/#post-13040473)
 * You’re very welcome! Glad I could help! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] white space under mobile menu](https://wordpress.org/support/topic/white-space-under-mobile-menu/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/white-space-under-mobile-menu/#post-13036375)
 * Hi [@creativa1976](https://wordpress.org/support/users/creativa1976/)! It looks
   like this white space is a combination of several margins and padded elements.
   I’d recommend using Chrome or Firefox to [simulate what the site would look like on a mobile device](https://developers.google.com/web/tools/chrome-devtools/device-mode),
   and then use the [DOM inspector](https://developers.google.com/web/tools/chrome-devtools/dom)
   to look at the different elements on the page, and see which ones are causing
   the issue. You can also [test CSS](https://developers.google.com/web/tools/chrome-devtools/css)
   using the developer tools to preview your CSS changes.
 * The elements I found are:
 * – The `news-list-sidebar` class is adding a 60px top margin.
    – The `shop-page-
   main-block` class is adding 60px of top padding. – The `nav-bar-three` class 
   is adding 35px of bottom padding to the header content.
 * Note that you’ll probably want to use a [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries)
   to only tweak/remove these spacing properties on mobile, so the CSS could get
   a little more complicated.
    -  This reply was modified 6 years, 1 month ago by [Austin M - a11n](https://wordpress.org/support/users/apmwebdev/).
      Reason: typo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Looking for a variation plugin](https://wordpress.org/support/topic/looking-for-a-variation-plugin/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/looking-for-a-variation-plugin/#post-13036182)
 * Hi [@hassan76](https://wordpress.org/support/users/hassan76/). [Composite Products](https://woocommerce.com/products/composite-products/)
   allows you to use conditional logic for product options. There are third party
   plugins that would work as well. I know [this one](https://pluginrepublic.com/wordpress-plugins/woocommerce-product-add-ons-ultimate/)
   advertises conditional logic in its add-ons.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] It is possible to add WooCommerce Product by using Gravity Forms (or others)?](https://wordpress.org/support/topic/it-is-possible-to-add-woocommerce-product-by-using-gravity-forms-or-others/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/it-is-possible-to-add-woocommerce-product-by-using-gravity-forms-or-others/#post-13035278)
 * Hi [@frankiechanho](https://wordpress.org/support/users/frankiechanho/). Yes,
   job listing sites are possible with WooCommerce, although you’d need an additional
   plugin or two to make it work. I’d recommend looking into WP Job Manager, and
   specifically the [WooCommerce Paid Listings](https://wpjobmanager.com/document/woocommerce-paid-listings/)
   add-on. Another option would be the [WooCommerce Job Board](https://www.powr.io/tutorials/how-to-add-job-board-plugin-to-your-woocommerce-site)
   plugin. Note that both of these plugins are third-party, so we offer no guarantees
   about their quality and cannot offer support for them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Products not showing on shop page](https://wordpress.org/support/topic/products-not-showing-on-shop-page-2/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/products-not-showing-on-shop-page-2/#post-13035224)
 * Hi [@alitrix](https://wordpress.org/support/users/alitrix/). That is definitely
   strange. We sometimes see issues similar to this on sites where the WooCommerce
   plugin version and database version do not line up. Could that be what is happening
   here? Regardless, can you post your system status report? You can find that by
   going to WooCommerce > Status in your dashboard, then clicking “Get system report,”
   then “Copy for support.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Admin] “Your customer report has been sent to your email” Issue](https://wordpress.org/support/topic/your-customer-report-has-been-sent-to-your-email-issue/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/your-customer-report-has-been-sent-to-your-email-issue/#post-13035202)
 * Hi [@iparvez1](https://wordpress.org/support/users/iparvez1/). The email address
   the report will be sent to is the “Administration Email Address” set in Settings
   > General in your dashboard, as shown in [this screenshot](https://nimb.ws/LAGOWc).
 * If the report is still not getting sent there, the next steps would be:
 * 1. Check the spam folder of that email address.
    2. If the report is not in spam,
   check the failed scheduled actions again. Go to `WooCommerce > Status > Scheduled
   Actions > Failed`, search for `wc-admin`, and then sort by Scheduled Date so 
   that you can see the most recent failed scheduled actions. Is there a new failed
   export action there?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce Extension](https://wordpress.org/support/topic/woocommerce-extension-11/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-extension-11/#post-13035073)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved.
   Feel free to start a new thread if you have any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce and Stripe Connect is not working](https://wordpress.org/support/topic/woocommerce-and-stripe-connect-is-not-working/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-and-stripe-connect-is-not-working/#post-13035066)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved.
   Feel free to start a new thread if you have any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] verification email edit](https://wordpress.org/support/topic/verification-email-edit/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/verification-email-edit/#post-13031755)
 * Hi [@onyekaxt](https://wordpress.org/support/users/onyekaxt/).
 * > i had tried that already, i couldn’t find that exact email sample i sent!
 * You might need to search through the code to find the exact place where that 
   text is set. It might be getting passed in through a filter or other function.
 * > huh? did you say “raw” version?
   >  that’s somewhat surprising because i didn’t
   > see any raw whatever in the entire email settings
 * Sorry, I should have been more specific. If you click on an email in the email
   settings, you can copy, view, and edit the template for that email. This shows
   the template code for the email, though, not a preview of how the email actually
   looks like when it’s sent. That’s what I meant by the “raw” version.
 * > that plugin you shared is annually paid for!
 * Yes, I don’t know of a free plugin that would allow you to edit emails in a visual
   way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Admin] “Your customer report has been sent to your email” Issue](https://wordpress.org/support/topic/your-customer-report-has-been-sent-to-your-email-issue/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/your-customer-report-has-been-sent-to-your-email-issue/#post-13031723)
 * Thanks for posting that error, that gives us an important clue. It looks like
   the error is coming from the Google Site Kit plugin. Something with its REST 
   API is not working correctly when you try to export the reports. I would try 
   disabling that plugin temporarily and seeing if you’re then able to receive the
   reports.
 * If so, the issue is a conflict with that plugin, and I’ll need to discuss with
   our devs the best way to handle that going forward.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product name not showing in order confirmation](https://wordpress.org/support/topic/product-name-not-showing-in-order-confirmation/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/product-name-not-showing-in-order-confirmation/#post-13031708)
 * Thanks [@kevinbrands](https://wordpress.org/support/users/kevinbrands/) and [@horsebutte](https://wordpress.org/support/users/horsebutte/)
   for the additional info. Nothing jumps out as being obviously wrong in either
   of your SSRs. [@horsebutte](https://wordpress.org/support/users/horsebutte/) 
   We recommend at least MySQL version 5.6. I’m not sure that this would solve the
   problem, but it might.
 * Do either of you see any fatal errors in your fatal error logs that correspond
   roughly with when the emails are sent out? You can see your fatal error logs 
   in WooCommerce > Status > Logs. Note that the fatal error logs are in UTC time,
   not your site’s local time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] lost product report data](https://wordpress.org/support/topic/lost-product-report-data/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/lost-product-report-data/#post-13031687)
 * Hi [@cristianmontesinosdigital](https://wordpress.org/support/users/cristianmontesinosdigital/).
   Does the import plugin have any guidance on what to do about imports that go 
   wrong? If it has a way to “undo” the import, I would use that. If not, I’m not
   sure exactly what would happen if it tried to import orders with IDs that already
   existed. This would likely depend on how the import plugin was set up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Admin] Woocommerce Admin Categories analysis issue](https://wordpress.org/support/topic/woocommerce-admin-categories-analysis-issue/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-admin-categories-analysis-issue/#post-13031682)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved.
   Feel free to start a new thread if you have any further questions!

Viewing 15 replies - 691 through 705 (of 1,207 total)

[←](https://wordpress.org/support/users/apmwebdev/replies/page/46/?output_format=md)
[1](https://wordpress.org/support/users/apmwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/apmwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)…
[46](https://wordpress.org/support/users/apmwebdev/replies/page/46/?output_format=md)
47 [48](https://wordpress.org/support/users/apmwebdev/replies/page/48/?output_format=md)…
[79](https://wordpress.org/support/users/apmwebdev/replies/page/79/?output_format=md)
[80](https://wordpress.org/support/users/apmwebdev/replies/page/80/?output_format=md)
[81](https://wordpress.org/support/users/apmwebdev/replies/page/81/?output_format=md)
[→](https://wordpress.org/support/users/apmwebdev/replies/page/48/?output_format=md)