mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Bring element to front using CSSAwesome! Let us know if there’s anything else.
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE translation is not working wellIf it doesn’t yet exist under
/wp-content/languages/themes, then I suppose it there is no language file specific to your theme just yet.You can try using Loco Translate to set up the translation: https://wordpress.org/plugins/loco-translate
Forum: Plugins
In reply to: [WooCommerce] Change the size of cart thumbnails on both desktop and mobileLooking at your source code, it looks like this site is set up using Elementor. The element that you’re pointing to is set up with Elementor specific CSS, so I’d recommend asking the support team behind that plugin for recommendations.
Here’s the support forum: https://wordpress.org/support/plugin/elementor/
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE translation is not working wellHi there!
Have you also checked the translation file for your theme? Some themes add templates that contain these words, and translating WooCommerce doesn’t automatically translate the theme as well.
Hey Dan,
I think option 2 would be the easiest to implement. The way I can think of is to add a new tag or category to the products that have ‘Cuba’ in the title, and then add a conditional line of code that adds ‘Cuba’ in front of the product title when that category is selected.
That way, not all products would have the additional word in front of them, and it would not be present in the actual product title.
This article might help: https://rudrastyh.com/woocommerce/if-product-in-category.html
Would that work for you?
Forum: Plugins
In reply to: [WooCommerce] Bring element to front using CSSTry adding the following bit of CSS:
div#simple-banner { z-index: -1 !important; }Forum: Plugins
In reply to: [WooCommerce] Products not shown in facebook & instagramHi there!
I’d recommend opening a ticket via WooCommerce.com – that way, we can connect you with the support team behind the plugin and direct you further. Thanks!
Forum: Plugins
In reply to: [WooCommerce] Additional my-account pagesDoes the same problem exist when the page is not a sub-page of anything?
You may want to re-save your permalinks, see if that helps. If you go to Settings → Permalinks and click ‘save’ (you don’t need to make any changes), does that make the 404 page go away?
If it doesn’t, I’d suggest doing a conflict test. This kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- 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 plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
This is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Variation button DisappearedCan you please copy and paste the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support.
Also, does the problem persist when you switch to a different browser?
Forum: Plugins
In reply to: [WooCommerce] Duplicate HeadingSounds like this might be an issue with either your theme, or the plugin you’re using to add the ‘product brand’ functionality.
This kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- 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 plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
This is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Call back urlHi there!
Have you contacted the company that provided the printer for support? It sounds like this is a configuration issue that you need help on, and the people behind the product you purchased would be in the best position to provide you with answers.
Forum: Plugins
In reply to: [WooCommerce] Media AttachmentAre you using a plugin to assist you with translations? If so, that might be the cause of the issue. Can you show us a screenshot of what’s happening? You can use http://www.snipboard.io to upload the image, then copy the link and paste it here.
Also, can you please copy and paste the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Shipping Zones Suddenly Not WorkingHey there!
I’d love to see a screenshot of how your shipping zone is configured. You can use http://www.snipboard.io to upload the image, then copy the link and paste it here.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to add a table inside the product description?You can manually add a table in the short description if you do the following:
1. Switch the tab from
visualtotext: https://snipboard.io/J4OZf6.jpg
2. Add an HTML table. Here’s a tool that will help you make one: https://www.tablesgenerator.com/html_tablesHope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Additional my-account pagesHi there!
Can you show us the code you’ve used to add the page, please?