Home Forums WoodMart support forum Blog page share buttons do not work on firefox, tablet/mobile layout

Blog page share buttons do not work on firefox, tablet/mobile layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #670056

    tomass
    Participant

    Using default woodmart layout. When using firefox browser on mobile/tablet, the hover share buttons for blog posts do not function. It is present in default woodmart theme as well: https://woodmart.xtemos.com/blog/
    However, they do function chromium based browsers – edge, chrome, opera.

    Attachments:
    You must be logged in to view attached files.
    #670460

    Bogdan Donovan
    Keymaster

    Hello,

    We have reviewed this issue and confirmed that you are right — it is indeed a problem in our theme.

    The blog post sharing functionality is implemented using a hover effect. On mobile browsers like Firefox for Android, the :hover CSS pseudo-class behaves differently compared to desktop environments because mobile devices lack a traditional mouse cursor. In Firefox for Android :hover effect may not trigger when tapping on a dіv because mobile Firefox does not consistently apply :hover styles to non-interactive elements like dіv — especially if they don’t have any built-in interaction (e.g., оnclick, tabindex, or a link).

    Unlike anchor (a) or button elements, a plain dіv is not considered interactive by default. As a result, Firefox may ignore :hover on touch, or briefly apply it and immediately remove it, making it seem like it doesn’t work.

    Thank you for reporting this issue. We will look into it in more detail and address it in the next update of our theme.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)