Vagelis
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderNo there’s only one slider, as for the selected field issue I am aware of that thank you.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderA temporary solution would be to add that script into your website until I have a better solution for you.
function v_woo_related_slider() { if (is_product()) {?> <script> jQuery(document).ready(function($) { $("#wcdrp-30310").data('owlCarousel').destroy(); var owl = $("#wcdrp-30310"); 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' );Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderOK you can put the slider back on now.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderNo, it’s fine. I can see it now.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderIs there a cache? I still see the slider.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderThanks for the link, could you please disable the slider on my plugin for 10 minutes so I can check a few things?
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderHello @skizzenmonster, happy to help.
can you send me a product link so I can have a look?Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] can not edit how it looksHello, no worries.
That should do that trick
.woo-related-products-container a.button.product_type_variable.add_to_cart_button { display: none; }Forum: Plugins
In reply to: [Related Products for WooCommerce] Not workingHello, thank I got the email. However, that wasn’t needed you can add the link to your website here. I see you sent me the logins to your dashboard. I don’t need to login into your dashboard and you shouldn’t share that info.
I will have a look on the website and I ll let you know if I find anything that may help you.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] can not edit how it looksHi, sure no problem.
/* This will remove the title */ .woo-related-products-container .woocommerce-loop-product__title { display: none; } /* This will center the text, reduce padding - to make the image bigger - and remove the border */ .woo-related-products-container .product-content { text-align: center; border: none!important; padding: 10px!important; }I hope that helps.
- This reply was modified 6 years ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not workingHello, you can just add a link to your website here.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] can not edit how it looksHello there,
the plugin uses the theme’s WC styling to display the related products.Now since you use Elementor to “build” your theme that may not look so good.
From what I can see on the link you sent you can easily style the output with a few lines of CSS.Forum: Reviews
In reply to: [Related Products for WooCommerce] PERFECTThank you!
I am glad you like the plugin.Hello @noobato1, there are a few features that pending to be published but I didn’t have the chance to run a proper test and finish all my edits yet.
Hopefully, I can do that soon but that’s a different story.
Back to your request now, I can send you an edited version of the plugin so you can test it and use it until all the new features get published.send me an email to wp[at]vagelis.dev if you don’t want to wait for the official release.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] IE 11 compatibility issueHello @cheonmu,
I am glad you like the plugin.There are a “few” known issues with IE11 and one of these is the pseudo-elements override issue.
There are a few CSS hacks you can find on the internet that may help you solve this.
Please keep in mind that this is not a plugin’s bug but the browser that doesn’t really support that CSS feature.
I hope you understand.
Thanks.