Anchor in Tabs not working with Numbers
-
If using Numbers 1-9 (except “0”) as starting character in “anchor” in Tabs-Shortcode the hash in window url won’t update on click.
Anchors starting with zero “0” or with any other letter will work.Example:`
[su_tab title="Foo" anchor="03" ...]Foo[su_tab]
–> Hash goes to URL foobar.com/subpage#03 on click[su_tab title="Foo" anchor="30" ...]Foo[su_tab]
–> Hash doesn’t go to URL foobar.com/subpage on click[su_tab title="Foo" anchor="a3" ...]Foo[su_tab]
–> Hash goes to URL foobar.com/subpage#a3 on click
- The topic ‘Anchor in Tabs not working with Numbers’ is closed to new replies.