Vagelis
Forum Replies Created
-
Here it is
.woo-related-products-container h3 { display: none!important; }I believe it is.I don’t see any margin, padding or spacing issues there.
Hehe thanks,
this is injected by your theme and you can easily hide it with:.woo-related-products-container .minus { display: none!important; }Hello, @matsinator glad to know you made it work for you.
To hide related products below your products you can either use CSS or you can remove by using PHP.CSS (use this in your child theme style.css or in WP customizer)
#content-shop .woo-related-products-container { display: none!important; }PHP (use in your child theme functions.php file)
remove_action('woocommerce_after_single_product', 'wrprrdisplay');Prefer CSS solution if you are not familiar with theme editing etc.
- This reply was modified 8 years, 3 months ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] fixed related productsHello there, thanks for trying my plugin.
This is made to display random related products but you can easily find other solutions for pre-set/fixed related products.You are welcome.
I am afraid that this is beyond the plugin’s support, you may want to get a web developer to check the theme and edit for you.Good luck.
Hello there,related products html is generated by the plugin you don’t need to add it by your self.
If you just want to check the image src and link targets you can simply inspect the element you need.
Forum: Plugins
In reply to: [WooCommerce] How to make “Related Products” more accurate?Hello there, thanks for trying my plugin ( Woo Rerated Products ), currently the plugin doesn’t exclude out of stock products from related products output but I would be happy to extend it if you need this kind of functionality.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin does not work anymore ?Glad you found it 🙂
Feel free to contact me anytime if you need more help.Thanks for using Woo Related Products.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin does not work anymore ?I see here that there is only 1 product
https://capricesdelectables.com/categorie-produit/semaine07/
i hope this helps.Let me know,
Thank you.Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin does not work anymore ?Hello there, I am not aware of any issues and my test website works fine with latest WooCommerce version.Make sure you use the latest version of WP, theme and plugins and double check your test products. If you sill have an issue i would be glad to help you debug but will need your website url (and if possible an admin account , feel free to contact me by email for this)
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] related products doesn’t appearNo problem.
Forum: Plugins
In reply to: [Related Products for WooCommerce] related products doesn’t appearOfc, check this one
https://docs.woocommerce.com/document/find-product-category-ids/
Forum: Plugins
In reply to: [Related Products for WooCommerce] related products doesn’t appearNo Woo Related will not let you create custom related products per product ( you can do that with woocommerce + many other plugins ).
However, you can set related products by categories and then exclude the categories you need by using the Taxonomy IDs to exclude field.
Forum: Plugins
In reply to: [Related Products for WooCommerce] related products doesn’t appearHello there, thanks for trying Woo Related Products.
You can find plugin’s options page under WooCommerce -> Woo Related Products.