Vagelis
Forum Replies Created
-
Forum: Reviews
In reply to: [Related Products for WooCommerce] Good pluginThank you.
Np, if you have some time and feel like please add a review.
Thanks.Hello please update the plugin to get the latest version including the current product fix.
Thank you.
Hello thank you for using my plugin, atm there is no way to fix that without editing the plugin core but i will push an update in the next 7 days to fix this.
Thank you for letting me know.Forum: Reviews
In reply to: [Related Products for WooCommerce] Great plugin!Thank you for using, glad to know you liked it,
Soon will upload a new version with improved code and new features.Thank you for your comments and suggestion a rebuild is on the way with many quality improvements and new features.
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Category & Tag bug fixHello thank you for your suggestion, i know the code isn’t great and i had a planned update that postponed many times so far, i ll try to push a real update with code improvements and some new features in the next 15 days.
Thank you.
Hello, same problem here
WPML & iThemes Security (dashboard in US EN)Found a temp solution for my case (renamed/removed the language files)
Hello,
i am having the same error msg.
It does look like the class is deprecated,
any plan to update this ?
ThanksThank you.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Default related products still showingGood to know you fixed it 🙂
enjoy.Forum: Plugins
In reply to: [Related Products for WooCommerce] Default related products still showingOk,
just be careful while pasting in your functions.php and let me know.
Thank you.Forum: Plugins
In reply to: [Related Products for WooCommerce] Default related products still showingHello,
thanks for trying my plugin.
if you there is no option in your theme to disable related products you can try this function from here :https://docs.woothemes.com/document/remove-related-posts-output/
or if you give me your theme’s name i can check it out and give you a more accurate solution.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Product Display SizeHello,
in order to change catalog images size go to
Woocommerce -> Settings -> Products -> Display -> Calalog images
and change the size (you will have to regenerate your images)now if you need a fast way to resize related products images you can use the css code bellow in your style.css or your custom css area.
.related img {
width: 250px;
height: 250px;
}replace 250px with the desired size, it may be better to avoid setting height.
Let me know if you need any help.
Thanks for using my plugin.Forum: Plugins
In reply to: [Related Products for WooCommerce] Category optionsmaybe related by tags could be better for you?
Adding an exclude option is a nice idea.