• We are running into this issue on multiple pages but on this page, the links associated with the buttons on this page will not open on desktop but will open on mobile. The buttons are Click Here for the Retail Vendor Application and Click Here for Full PDF. I have tried changing my web browser and they still did not work

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Topher

    (@topher1kenobe)

    There’s a div with position:relative on it. If you remove that positioning it unblocks the content below it. There’s a screenshot here: https://derosia.com/temp/CleanShot%202025-06-02%20at%[email protected]

    Thread Starter khasse1234

    (@khasse1234)

    Thanks for responding. My coding skills are nonexistent. How would I fix that in WordPress? Thanks!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Both links work for me on my desktop — Chrome on Mac

    Thread Starter khasse1234

    (@khasse1234)

    We ended up switching the type of button to Highend vs the default. Not sure why the wpbakery one isn’t working. thanks all!

    Check for overlapping elements – Use browser developer tools (F12) to see if anything is layered over the buttons.

    Inspect the z-index and position – Make sure the buttons are on top and clickable.

    Test in incognito mode – To rule out browser extensions interfering.

    Verify link targets – Ensure the URLs or file paths are valid and not restricted by desktop-specific scripts or CSS.

    Responsive CSS – Check if media queries or display rules are disabling clicks on desktop.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Links Not Working on Desktop (but work on Mobile)’ is closed to new replies.