Vagelis
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Products for WooCommerce] The Products are not showing!Thanks for the update.
I ll setup a website with elementor to test this during this week.
I ll keep you posted.Forum: Plugins
In reply to: [Related Products for WooCommerce] The Products are not showing!Hello there, any updates ?
Thanks.Hello Despina, sure np.
Could you please send me an email at hello[@]vagelis.dev ?Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Using a product custom fieldHello there,
i am sorry that’s not supported yet.Forum: Plugins
In reply to: [Related Products for WooCommerce] The Products are not showing!Hello there,
did you use a shortcode widget in elementor ?Forum: Plugins
In reply to: [Related Products for WooCommerce] Quality of products` photoHello there @evgenii2, from what I see on your website you are not using this plugin but another one. So I can’t really help you.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] No custom related productsHello there @evgenii2, from what I see on your website you are not using this plugin but another one. So I can’t really help you.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Status warning messageNo worries,
I hope you get this fixed as soon as possible.Forum: Plugins
In reply to: [Related Products for WooCommerce] Status warning messageHello, @cosyandcountry I understand that you have a problem with your website but the problem you are having is not related to this plugin.
These warnings don’t mean that a plugin won’t work.
Anyway if you are having problems with any payment gateway you should get in touch with the plugin author(s).Good luck.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Status warning messageHello, thanks for letting me know.
That’s because I didn’ add the WC tags.All sorted now,
Cheers.- This reply was modified 5 years, 11 months ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderNo worries, I ‘ll try to get back to you in a couple of days.
What’s the other’s plugin name?Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderYes, I can see the JS error, that’s because we try to destroy the carousel before it gets initiated by the other plugin.
I am afraid I’ll need a couple of days to debug that locally.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderOne more edit change
add_action( 'wp_footer', 'v_woo_related_slider' );to
add_action( 'wp_footer', 'v_woo_related_slider', 100 );- This reply was modified 5 years, 11 months ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderWhat happens if you change items : 6 to items : 3 ?
Forum: Plugins
In reply to: [Related Products for WooCommerce] Compatibility with another owl-sliderAdd it into your child’s theme functions.php file ( if you have a child theme, if not the if you put it on your main theme this will be removed on the next theme update so you should create a child theme I guess.. )
If you are not familiar with PHP get a backup of your website before you edit anything and make sure you have SFTP access. ( just in case )