Issues in Product hover modes
-
Hi,
I found a strange behaviour when using Wc Vendors plugin and I choose “show summary on hover” as Product hover: see image 1 attached.
“Sold by Vendorname” is embedded (with no space) in the Buy it popup label making hard to understand.
One more issue (not related to Wc Vendors). If I use the “Quick” mode as Product hover, the sentence “Add to wishlist” looks cut off in desktop mode (image 2 attached) while in mobile disappears the quick view icon (this last issue in mobile devices happens also in other product hover modes).
Is those issues fixable?
Thanks and cheers
G
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Unfortunately, there is no way to make this text fit the space well. We suggest you to change the wishlist text to some shorter phrase. Or we can give you a CSS code to hide it completely.
Yes, sure, I can change the text. But what about the first part of my topic?
I found a strange behaviour when using Wc Vendors plugin and I choose “show summary on hover” as Product hover: see image 1 attached.
“Sold by Vendorname” is embedded (with no space) in the Buy it popup label making hard to understand.
Where can we see this problem on your website so we can check it?
Just go to the page I linked above and search for a yellow book product, you’ll probably see what I’ve shown in the attached image
Attachments:
You must be
logged in to view attached files.
Yes sorry, I switched the hover mode tonight… try now hovering on the buy now/cart icon below the product (yellow book)
Try to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue.
jQuery('.wcvendors_sold_by_in_loop, .wcvendors_sold_by_in_loop+br').remove();
Works.
Your support is amazing.
Thank you guys
The topic ‘Issues in Product hover modes’ is closed to new replies.