Vagelis
Forum Replies Created
-
Thanks for the review.
Tip noted.Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressFYI it’s back online.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressHello again, as I thought the issue was related to my email account problem.
That’s the reply I got from the plugin’s team
“The email associated with the plugins owner’s user account bounced. As such, all plugins associated with the account were closed, because we do require your email to be functional.”
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressYes, I don’t think that’s related to a security risk. The plugin is pretty simple it doesn’t even accept data from the users.
I believe they just tried to verify me as a plugin owner and failed as my email wasn’t working 🤦♂️
I’ll update you here as soon as I have more info.
Again, sorry about the inconvenience.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Plugin removed from WordPressHello there,
sorry about that.The last few days I had a problem with the email I use for the plugin and I must have missed an email from the plugin team.
I’ve already sent them a message and expecting an update any time soon.
I will let you know as soon as I have more info but I think the plugin will be back online in the next couple days.Thanks.
Forum: Reviews
In reply to: [Related Products for WooCommerce] Love this PluginThank you.
I am glad you liked the plugin.Ah, that’s so kind of you.
If you feel like giving back spend/give a few euros to someone in need.A plugin review is always welcome.
Thank you !Hello, I am glad to know that you like that plugin.
You can use this css rule to fix the display issue:
.woo-related-products-container { max-width: 1222px; margin: 0 auto; padding: 10px; }No problem, I’ll try to find the time to optimize this for RTL in the next update.
The products are using your theme’s styling, you may need to adjust the styling for these.
You need to have 99 related products in order to display it.
You don’t even have 99 products on your catalogue from what I can see.An easy fix should be to remove the
items: 3( the line after rtl:true )Thanks for the link.
You ll have to do a couple of things to make owl-carousel work with RTL languages.The first thing is to add this to your child theme’s function.php file
function v_woo_related_slider() { if (is_product()) {?> <script> jQuery(document).ready(function($) { $("#woorelatedproducts").data('owlCarousel').destroy(); var owl = $("#woorelatedproducts"); owl.owlCarousel({ rtl: true, items : 3, itemsDesktop : [1000,3], itemsDesktopSmall : [900,3], itemsTablet: [600,2], autoPlay: 3500, itemsMobile : false, }); }); </script> <?php } } add_action( 'wp_footer', 'v_woo_related_slider' );And then this to your stylesheet
.owl-carousel .owl-item { float: right!important; }These should make owl carousel work with RTL
Hello, sounds like a JS conflict.
A link to the website would help.Forum: Plugins
In reply to: [Related Products for WooCommerce] Remove Margin above TitleHello, did you try to force the rule by using !important ?
Forum: Plugins
In reply to: [Related Products for WooCommerce] Photos not loadingNo problem!