- This topic has 1 reply, 2 voices, and was last updated 2 weeks, 3 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Gym Master Theme Support › WooCommerce Products Page CTA Add to Cart
Our CTA for products (hover) is no longer working to add items to the cart as it did prior to Feb 21, 2025 on all mobile (webkit) browsers.
Prior to the 21st it was working… It just refreshes the products page and does not add to cart. If I copy the link and open a browser and paste it adds the item to the cart. There for the link is correct. If I ask to show desktop version of the site it also allows the CTA to add to the cart.
Safari, Chrome and Firefox display the same issue.
Was there an update to theme that may have contributed to this issue?
https://www.nwspores.com/products
Thanks,
KD
Hi,
Unfortunately, mobile devices primarily use touch interactions, where a touch is considered a click or selection, not a hover.
That’s why hover effect isn’t working on mobile device.
If you want to visible add to cart button on mobile device? Kindly use this CSS code.
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
.woocommerce ul.products li.product .button { visibility:visible !important; opacity:1 !important; position:relative !important; margin-top:30px;}
}
Regards,
Dave
Do you want to migrate your Weebly account to WordPress but are afraid of the long technical process? Here are the multiple solutions. Though transferring […]
Are you looking for the best painting company WordPress themes? If so, you’ve landed on the right page for the painting company themes. This post […]
Document Management WordPress Plugins for File Management There are many document management WordPress plugins available online. Starting to open-source blogging software to a fully-fledged CMS […]