Vagelis
Forum Replies Created
-
Thanks for letting me know and sorry for the delay.
Glad you solved this, any chance you can let me know what the problem was?Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Navigation not workingHello there, I am glad you found the plugin useful.
I checked your website and you don’t currently use the slider.
I am pushing an update in the next couple of weeks which will include better slider navigation and some options.Thanks.
Forum: Reviews
In reply to: [Related Products for WooCommerce] perfectThanks for the review, good to know that you found this plugin useful.
Ok sure we can work this out, just re-enable carousel and i will have a look as soon as possible.
I see you have a few CSS conflicts, did you try to disable the carousel?
If not please do and let me know what happened.Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] spacing problemsFrom what I see you could easily fix that by adding some margin-left.
Forum: Plugins
In reply to: [Related Products for WooCommerce] How to delete the H2 please ?Hello there you can hide it but you can’t delete it.
To hide it simply add the rule from below into your stylesheet..woocommerce-loop-product__title { display: none; }Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] spacing problemsHello, the plugin uses active’s theme product markup to display the related products. That sounds like a CSS issue from your theme.
Did you try to style the output ?
This should work ( in functions.php only )
remove_action('woocommerce_after_single_product', 'wrprrdisplay'); The quotes on my previous reply was wrong.if it doesn’t then we could use CSS to hide the block if you don’t mind.
- This reply was modified 6 years, 8 months ago by Vagelis.
Hello, you can disable the default output by adding this to your child theme’s function.php file.
remove_action(‘woocommerce_after_single_product’, ‘wrprrdisplay’);If you are unfamiliar with theme edits you better let someone else do this for you.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Number of columnsYou just need to adjust your CSS rules.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Number of columnsThat’s because of the !important statements try without !important and it works your theme should be able to override with default media queries if not then you ‘ll need custom media queries
something like:
.woo-related-products-container ul.products li { width: 49%!important; margin: 1%!important; }Forum: Plugins
In reply to: [Related Products for WooCommerce] Number of columnsTry to add these CSS rules to your child theme or wp customizer
.woo-related-products-container ul.products { display: flex; flex-flow: row wrap; } .woo-related-products-container ul.products li { width: 31%!important; margin: 1%!important; }- This reply was modified 6 years, 9 months ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Number of columnsThanks for the update, so you need 2 rows with 3 columns each.
If that’s the case then please disable the slider and set plugin options to display 6 products.Forum: Plugins
In reply to: [Related Products for WooCommerce] Number of columnsHello there, the plugin doesn’t have it’s own output markup but instead, it uses active theme’s code.
I can try to help you with this one but you ‘ll have to reactivate the plugin and set the desired number of products you need to display in 1 row.
Let me know when you do.