Vagelis
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderif you want to display 6 items in carousel you ‘ll need to change items variable in the function you added on your functions.php file
owl.owlCarousel({
items : 6,
itemsDesktop : [1000,3],
itemsDesktopSmall : [900,3],
itemsTablet: [600,2],Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderWell if it didn’t work try to use !important
.woo-related-products-container { width: 98%!important; margin: 0 auto!important; }- This reply was modified 7 years, 1 month ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderThat should help:
.woo-related-products-container { width: 98%; margin: 0 auto; }Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderGlad it worked, to change the slider you’ll need to destroy and re-initiate.
You can do that by adding this function into your functions.php filefunction v_woo_related_slider() { if (is_product()) {?> <script> jQuery(document).ready(function($) { $("#woorelatedproducts").data('owlCarousel').destroy(); var owl = $("#woorelatedproducts"); owl.owlCarousel({ items : 4, itemsDesktop : [1000,3], itemsDesktopSmall : [900,3], itemsTablet: [600,2], autoPlay: 3500, itemsMobile : false, }); }); </script> <?php } } add_action( 'wp_footer', 'v_woo_related_slider' );Please do that only if you are familiar with functions.php file edits.
Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderOk yes, I can see the website now. The problem is on the theme CSS.
Do you know how to add custom CSS? if you do then try this:
.woo-related-products-container .col-md-3.col-sm-4.col-xs-6 { width: 100%; }If not just let me know.
Thanks.Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderHello there, I can’t access your website. Wordfence is blocking me. From what you said it sounds like a CSS conflict with your theme.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Options for ordering?I added on my todo list. Trying to push a new version with more features but its so hard to find the time.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Options for ordering?Hello there, if you don’t use rand then you won’t get a new “set” of related products on every page load. That’s the reason there is no such an option atm.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Option to choose image size will be greatHello there, thanks for the feedback. You can use the CSS classes to target the images and change the size. The plugin currently uses the theme’s default product grid output. But sizing options is something worth to add in a future release.
Thanks again.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not functional with OnePress themeHello there, I will test and get back to you in a couple of days.
Thanks.Hello, thanks for bringing this to my attention. I will patch it in the next couple days.
No worries.
Hello, thanks for the video.
You are not using Woo Related Products but another plugin.
Please get in touch with the author of the plugin you use.Thanks.
Hello there.
“If I select the parent cat, nothing is displayed, but if I select on of the sub-cat, there it goes !!!”
Where is this happening?
Do you use the shortcode?
What’s your website URL?Forum: Reviews
In reply to: [Related Products for WooCommerce] Nice Job !Thanks for the review, let me know in support forums if you need any help fixing the slider.
Thanks.