Austin M - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product headersWe 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
In reply to: [WooCommerce] Search product on the backendSounds good, @feijon! Let us know if that doesn’t work!
Forum: Plugins
In reply to: [WooCommerce] Search product on the backendHi @feijon. Thanks for the update. It’s unclear if Yoast is actually causing the problem. That’s why I recommended disabling it temporarily, just long enough to test if the product search worked with it disabled. I understand if this is not feasible, though.
I think the next step here would be conflict testing. You can use the Health Check and Troubleshooting plugin to make this easier. The “troubleshooting mode” of this plugin will allow you to simulate how your site would look and behave with plugins disabled and a default theme without actually changing the site.
These are the steps you should take:
1. Back up your site. Many hosting providers offer a way to do this, and there are plugins such as WP Database Backup that offer this functionality if backing up your database through your host is not an option.
2. Update all your plugins and your theme to their latest versions and see if the problem fixes itself.
3. Turn on Troubleshooting Mode in the Health Check plugin by going to Tools > Site Health > Troubleshooting and clicking “Enable Troubleshooting Mode.” Then, while in Troubleshooting Mode:
4. Make sure your theme is set to Twenty Twenty.
5. Make sure all plugins are deactivated, and then activate WooCommerce.
6. Repeat the action that is causing the problem.If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which one is causing the problem, reactivate them one by one, testing after each, until you find the one causing conflict.
Forum: Plugins
In reply to: [WooCommerce] WP 5.5 Update conflictWe 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
In reply to: [WooCommerce] Product headersHi @kenteush29. That may have been the wrong thing to modify. I only looked in the template files, but that HTML might be getting created somewhere else and then injected into a template somewhere. You could try searching the WooCommerce plugin for the text string
h2and trying to narrow it down that way. You can do this on GitHub if you don’t have an IDE or some other way to do it locally.Forum: Plugins
In reply to: [WooCommerce] How to create mass orders easilyWe 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
In reply to: [WooCommerce] Search product on the backendHi @feijon! Thanks for posting your system status report and the results of your JS error testing.
I noticed that you’re on WordPress 5.5. We’ve seen a few issues related to this update, but many of them can be solved by using the Enable jQuery Migrate Helper plugin. Can you install this plugin and see if that fixes your issue?
If that doesn’t help, can you try (temporarily) disabling the Yoast SEO Premium plugin and seeing if that helps? This is just for diagnostic purposes. It looks like the JS error you found is coming from that plugin.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce bar on edit screen on covers screen options tabI’m glad to hear you were able to solve the issue! Don’t hesitate to reach out again if you have any further questions in the future. Cheers!
Forum: Plugins
In reply to: [WooCommerce] Products not displaying in Shop.Great, I’m so glad to hear you were able to get things working! Cheers!
Forum: Plugins
In reply to: [WooCommerce] Order Notes Email Not SendingGreat, I’m so glad to hear that you were able to solve the issue! Cheers!
Forum: Plugins
In reply to: [WooCommerce] Products not displaying in Shop.Thanks for posting your SSR @examableadmin. By the way, should this thread be marked as resolved? We can set it back to open if that was an accident.
I noticed that you’re running WordPress 5.5. We’ve seen a few issues with this update, but many of them can be solved by using the Enable jQuery Migrate Helper plugin. Can you try installing that and see if the problem is resolved?
If that doesn’t help, the next most likely cause is a code conflict with Elementor. Could you try disabling that plugin and the various add-ons for it and see if the issue is resolved? You can test this using the Health Check and Troubleshooting plugin to simulate what the site would look like with those plugins disabled without actually disabling them. To do so, go to Tools > Site Health > Troubleshooting Mode in your dashboard and then configure the plugins as needed in troubleshooting mode.
Forum: Plugins
In reply to: [WooCommerce] Order Notes Email Not SendingHi @samuelelizondo. Thanks for posting your system status report and testing with WP Mail Logging. Nothing stands out with your SSR as being out of the ordinary.
If the emails are being logged but not being received, you have two options moving forward:
1. Make sure that the order note emails are not somehow winding up in spam. (I assume you already checked this, but I’m mentioning it just in case.)
2. Use a dedicated SMTP provider to send the emails. You can read more about that here.
Forum: Plugins
In reply to: [WooCommerce] Issues with latest updateOK, sounds good! You’re very welcome! I’m going to go ahead and mark this thread as resolved. Feel free to create a new thread if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] Product headersHi @kenteush29. Our templates are designed in such a way that they are fully customizable. You can copy the default templates into your theme using the instructions in the previous link. As such, typically you want to use this method to customize them rather than snippets.
As for this particular change, customizations like this are technically outside the scope of our support. I can’t say what the exact code is that you’ll need to change, but after a bit of digging, I think templates/single-product/up-sells.php and templates/cart/cross-sells.php might be the templates you’d want to modify. Both have h2 headings and are related to up-sells and cross-sells. This might be the title of the section itself rather than the product titles, though. Still, starting with those templates, you should be able to find the place where the product titles themselves are set.
Forum: Plugins
In reply to: [WooCommerce] Product Sort, Product Search, Add to CartHi @arnoldjewelers. Yes, there should be a way to create the tables manually. I’m not sure where in the plugin it is, but there should be code in the WooCommerce plugin somewhere to create the tables, so you can copy that to create the tables manually and see if that helps.