Vagelis
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Products for WooCommerce] Photos not loadingThanks for the screenshot, the block you are referring to is not related to the plugin. It’s the post navigation that comes with your theme.
You can probably disable that in your theme settings page ( or in customizer ) but if you can’t you can hide it using the CSS below
nav.navigation.post-navigation { display: none; }Forum: Plugins
In reply to: [Related Products for WooCommerce] Photos not loadingHello @michellebombetminch, I’m sorry for the late reply.
Could you please send me a screenshot of the issue?
I can’t see any empty “block”.Thanks.
Forum: Reviews
In reply to: [Related Products for WooCommerce] Excellent pluginThank you for the rating.
Hello @ojs81 the plugin will display only in-stock items by default.
ThanksForum: Plugins
In reply to: [Related Products for WooCommerce] Related products only by subcategoryHello, no sorry, that’s not possible atm.
I do have a version that does that and I sent it to a few users to test.
It looks like it’s working fine so I’ll try to merge it to the live version of the plugin soon…Forum: Plugins
In reply to: [Related Products for WooCommerce] Problem with divi child themeHello there, sorry for the late reply.
I can see you removed the plugin from your website so I guess you don’t need help anymore.I ll close this thread not but feel free to reopen it if you still need help.
Forum: Reviews
In reply to: [Related Products for WooCommerce] Simple and efficientThank you for the review.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Related Products by Category and AttributeNo sorry that’s not possible atm.
Hello there, it looks like there’s a “conflict” between the slider and the theme ( i think there’s an override actually ? ) and that’s why you didn’t manage to get it done using the function from previous posts.
I’ll try to have a look in the next few days and sort it out for you.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Disable automatic displayThank you for the PR !
Forum: Plugins
In reply to: [Related Products for WooCommerce] no columns setting ? only 3 columns..Thanks for the update.
Forum: Plugins
In reply to: [Related Products for WooCommerce] no columns setting ? only 3 columns..OK no problem,
can i get a link to your website please?Forum: Plugins
In reply to: [Related Products for WooCommerce] no columns setting ? only 3 columns..You can use that to get 4 columns while using the slider.
function 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' );- This reply was modified 5 years, 9 months ago by Vagelis. Reason: code snippet edit
Forum: Plugins
In reply to: [Related Products for WooCommerce] no columns setting ? only 3 columns..Are you using the slider?
Ahh that makes sense.
Thanks for the update !