Brad P Well-known member Feb 18, 2017 #1 currently working on a member card template i have this code Code: <a class="Tooltip"<a href="{xen:link members, $user}"><i class="fa fa-user fa-lg"></i></a> When i hover over the FA it displays but says Undefined how do i link them to what it should say Profile Page?
currently working on a member card template i have this code Code: <a class="Tooltip"<a href="{xen:link members, $user}"><i class="fa fa-user fa-lg"></i></a> When i hover over the FA it displays but says Undefined how do i link them to what it should say Profile Page?
Gemma Well-known member Feb 18, 2017 #2 Code: <a class="Tooltip" href="{xen:link members, $user}" title="{xen:phrase profile_page}"><i class="fa fa-user fa-lg"></i></a> Upvote 0 Downvote
Code: <a class="Tooltip" href="{xen:link members, $user}" title="{xen:phrase profile_page}"><i class="fa fa-user fa-lg"></i></a>
Brad P Well-known member Feb 18, 2017 #3 Gemma said: Code: <a class="Tooltip" href="{xen:link members, $user}" title="{xen:phrase profile_page}"><i class="fa fa-user fa-lg"></i></a> Click to expand... Super, thank you as always Gemma Upvote 0 Downvote
Gemma said: Code: <a class="Tooltip" href="{xen:link members, $user}" title="{xen:phrase profile_page}"><i class="fa fa-user fa-lg"></i></a> Click to expand... Super, thank you as always Gemma
Brad P Well-known member Feb 19, 2017 #4 Hey Gemma, how can i get the tooltip to work on these 2? Code: <a class="Tooltip"<a href="https://thexpgamer.com/faq/" class="navLink"></span><i class="fa fa-id-card fa-2x"></i></a> <a href="chat/" class="navLink"><i class="fa fa-weixin fa-2x"></i></a> Upvote 0 Downvote
Hey Gemma, how can i get the tooltip to work on these 2? Code: <a class="Tooltip"<a href="https://thexpgamer.com/faq/" class="navLink"></span><i class="fa fa-id-card fa-2x"></i></a> <a href="chat/" class="navLink"><i class="fa fa-weixin fa-2x"></i></a>