AddToAny buttons not working if animated / displayed on click
-
Hi,
I’ve always used the AddToAny buttons with a little css & js that showed the buttons after clicking a ‘share’ icon.
In the css below
- a2a_wrap is a wrapper around a2a_kit
- .hide is a class added via jQuery on document.ready
- .show is a class added via jQuery on (‘.share_toggle’).click()
.post-loop .hentry .a2a_wrap, .grid-loop .hentry .a2a_wrap { position: absolute; transition: 0.5s; top: 45px; left: 0; z-index: 1; width: 100%; } .post-loop .hentry .a2a_wrap.hide, .grid-loop .hentry .a2a_wrap.hide { left: -100%; } .post-loop .hentry .a2a_wrap.show, .grid-loop .hentry .a2a_wrap.show { left: 2%; }
I’ve noticed that after the latest updates, the buttons stopped working: if you click them, they just open https://www.mysite.com/#socialnetworkiclicked in a new window.
If I remove the js/css trick above, then they start to work again.
I think this is a huge limitation for UX/UI Design.
Is there any known workaround? Am i doind something wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘AddToAny buttons not working if animated / displayed on click’ is closed to new replies.