• Resolved gregg 3g

    (@gregg-3g)


    I’m seeing this on my site as well as the tracks demo site.

    The social media icons at the top of the site don’t take you to twitter, facebook, etc. when you click on them.

    NOTE: This may have happened since I upgraded to the latest version of tracks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Gregg,

    Thanks for notifying me of this.

    The icons in the demo are just linked to “#”, so I didn’t think anything of it. Testing it now though, I can see that the links are in fact not triggering when clicked even when leading to other webpages.

    It looks like a recent change I made has caused the icons to overlay the actual link (weird!).

    I will add a fix for this ASAP, but you can fix it immediately with the following CSS:

    .social-media-icons a {
    position: relative;
    z-index: 9;
    }

    Thread Starter gregg 3g

    (@gregg-3g)

    Great… That fixed it.

    Thanks!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Potential Bug: Social Media Buttons not clickable’ is closed to new replies.