Vagelis
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Products for WooCommerce] no columns setting ? only 3 columns..Hello there, you are right.
Plugin’s options for display and formatting are poor at the moment.There is an updated version of the plugin which has better options but i didn’t release that yet as i still need to finish a few bits even though that was supposed to be release a while ago.
Anyway, if you need help with the slider or static display i can help you.
Just let me know what you need, thanks.Thank you for all the valuable info.
I do have a Divi license so i ll do some testing in the following days.I will let you know if there’s any progress.
Thanks.
Hello, the plugin is not active on your website so i can’t check the problem.
Is this the only category with a “non latin” slug?
Hello there, it looks like there’s a conflict with your theme’s related products output and the plugin can’t output any related products.
Do you use related by tags or by categories? Can you switch ?
Can you also try to disable the carousel ?Thanks.
Hello there, that didn’t work for Despina as her needs was a bit different from the original request.
Anyway send me an email and i ll send you the edited version.
Thanks for your review.
Forum: Plugins
In reply to: [Related Products for WooCommerce] It doesn’t show custom related produtsNo sorry, the plugin will disable the default related products output.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Responsive display of related productsYou could use something like:
.owl-carousel .owl-item { margin-right: 20px; }Forum: Plugins
In reply to: [Related Products for WooCommerce] Responsive display of related productsGlad to know, thank you.
Forum: Reviews
In reply to: [Related Products for WooCommerce] Great plugin thanksThank you for the review.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Showing duplicate productBoth belong to the same WooCommerce store, the store you are referring to i guess is a theme feature that “groups” the products for checkout and shipping rules.
Unfortunately that doesn’t effect the queries.Forum: Plugins
In reply to: [Related Products for WooCommerce] Showing duplicate productNormally that shouldn’t be happening.
Maybe there’s a theme conflict it’s really hard to tell without a local installation.Forum: Plugins
In reply to: [Related Products for WooCommerce] Responsive display of related productsHello, yes that is correct but you are making too many requests.
Anyway you can use the function below to adjust the slider’s output:function v_woo_related_slider() { if (is_product()) {?> <script> jQuery(document).ready(function($) { $("#woorelatedproducts").data('owlCarousel').destroy(); var owl = $("#woorelatedproducts"); owl.owlCarousel({ items : 6, itemsDesktop : [1000,3], itemsDesktopSmall : [900,3], itemsTablet: [600,2], autoPlay: 3500, itemsMobile : false, }); }); </script> <?php } } add_action( 'wp_footer', 'v_woo_related_slider' );If you are referring to the static output you can alter that with CSS rules.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Showing duplicate productAh you mean you getting the “current” product in the related section.
But that’s not the case as you do have duplicates into your database it’s normal to get them in related.ie you have:
https://tajhalalmeats.com/product/country-chicken/
&
https://tajhalalmeats.com/product/country-chicken-copy/you should only have 1 of those.