ResolvedManage Buttons Visibility on Listings
Tagged: button visibility
- This topic has 4 replies, 2 voices, and was last updated 3 years, 1 month ago by
Althemist.
- AuthorPosts
- January 25, 2020 at 9:30 am #20868
webformation99
ParticipantHi,
Thanks for your excellent theme and support.
The Manage Buttons Visibility on Listings is set to show on hover – which works fine on desktop browser but when I view on phone the buttons are permanently visible over the top so that they block the product image.
Any advice or is it browser / device specific feature?thanks kinldy
January 27, 2020 at 12:44 pm #20875webformation99
ParticipantThis reply has been marked as private.January 27, 2020 at 4:23 pm #20883Althemist
KeymasterHi webformation99,
The buttons are always visible on mobiles for a reason. It’s not a bug or a browser issue. The problem is that on mobiles if you touch the product it would immediately trigger the product page link before you can touch any of the buttons. Also, this is the reason the buttons are a bit smaller on mobiles.
We have just checked again if something changed with latest updates, but the image is actually pretty well displayed on mobiles:
Could you, please explain more or provide a link, so we can check the problem on your site?
Regards,
DimitarJanuary 30, 2020 at 12:21 am #20979webformation99
ParticipantThis reply has been marked as private.January 31, 2020 at 5:26 pm #21021Althemist
KeymasterOK, I see. Unfortunately, you can’t make the add to cart button on listings open in new tab. This is not theme related, it’s how woocommerce work with external/affiliate products.
I guess the only option here would be to completely “hide” the buttons, so people would just tap on the image or title and open the product single page.
You can easily achieve this with some custom CSS. Something like this:
html.touch div.prod_hold .links { display: none !important; }
Hope this helps.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.