Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hi Dan, I used Firefox’s inspector tools to confirm that you indeed have links available for each. The whole page is likely using archive.php for its template, but you can customize more to your needs if you want to use say archive-badges.php. However, that doesn’t answer your original question.

    The links are actually being blocked from being clicked by some of your css. Specifically: .blog-posts-grid > article.has-image:before with its z-index of 99. It’s moving that to the top and above the links themselves. Thus in terms of the browser, you’re clicking on that semi-transparent pseudo-selector instead of the link itself. Not sure how important those hover effects are for your design, but once you get that back to the same z-index level as the link, they’ll be click-able.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Did these css suggestions help get this worked out for you?

    Thread Starter dadiletta

    (@dadiletta)

    Michael, it did! Check it out: http://certifiededtech.org/badges

    My site is steadily growing in content and users. Thanks!

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Excellent to hear, and even better that it’s growing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Functional archive of badges’ is closed to new replies.