Vagelis
Forum Replies Created
-
Ahh I just saw on that link that you use the slider so I guess you need to increase the slider’s columns.
You can use that function to adjust the slider. Paste that into your child theme’s functions.php file ( always backup first if you are not familiar with code edits )
If you read the JS on that PHP function you ll find out what to adjust to increase/decrease the columns. It will display 6 items if you paste it as it is.
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' );I hope that helps, feel free to reopen this if you need more help.
Thanks.Hello there, did you check the settings page?
Forum: Reviews
In reply to: [Related Products for WooCommerce] very helpful and easy to useThank you for the review.
Forum: Reviews
In reply to: [Related Products for WooCommerce] Works greatThank you for the review.
Hello there, your website doesn’t use my plugin to output related products so can’t really help you.
If there is a URL that you do use my plugin please re open this ticket.
Thanks.Hello there, i’ve built this feature for another user and it’s going to be released as a minor plugin update in the next couple of weeks.
- This reply was modified 6 years, 2 months ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin doesn’t work for meSo you tried to add the shortcode in your product template and it didn’t work, right?
What’s your setup on the plugin options page?
What theme do you use?
Was the plugin working at some point?Forum: Reviews
In reply to: [External links new tab - nofollow] Best pluginI am really glad that you found this helpful.
Thanks for spending some time to add a review.Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin doesn’t work for meHello @vicowilliams, I am not sure what you mean “the shortcode is removed”.
Yes, there is an options page for the plugin, you can find this under WooCommerce options.Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin doesn’t work for meI am sorry about that. I see you already removed the plugin so I guess you don’ t need any help with it.
I ‘ll mark this as resolved.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Bug Found : Only 1 item in categoryHello, yes you are right.
I am aware of this and its already fixed for the next update.Thank you.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Exclude current categoryThank you,
I sent you the updated version to test.Forum: Plugins
In reply to: [Related Products for WooCommerce] Exclude current categoryHello there, when you have a minute send me an email to hello@vagelis.dev and i will send you back the edited version of the plugin.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Exclude current categoryOk great, thanks for the info.
I ‘ll get back to you in a couple of days.Forum: Plugins
In reply to: [Related Products for WooCommerce] Exclude current categoryIf you don’t mind to give me more info that would help to speed up things.
Are you using the shortcode or this is not shortcode related?
Are you using the carousel?