Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #178588

    Hi Everyone

    I updated my theme today however I have lost the anchor text for the social media links at the top how can I fix this?

    Many Thanks

    Jonathan

    • This topic was modified 10 years, 5 months ago by jono713.
    #178667

    Can anyone else help? surely its not just me with the issue?

    #178835

    anchor text that describes the link’s destination is also missing on the page your currently viewing.

    eg: Visiting homepage the ancor text on the “home” menu button disappears, if i then go to blog the same happens to the blog menu button.

    Any help would be grateful, its a fantastic theme.

    #178903

    Hey!

    Can you please give us a link to your website? Please re-create the social buttons on Enfold > Header > Social Icons. Remove all of them then add them again.

    Cheers!
    Ismael

    #178997

    I have tried what you asked, not resolved it.

    #178998
    This reply has been marked as private.
    #179002

    The active menu item also looses its anchor text.

    #179275

    Hi!
    Just checked and I am actually not sure what exactly you mean.
    I can see that the soical icons dont show a title or alt tag, but they never did in the first place.
    The title tag on all other main menu links seems to appear fine for me?

    Are we really talkin about an “alt” tag here? Since alt tag is according to the specifications reserved for image elments only:
    http://stackoverflow.com/questions/14850187/is-it-correct-to-use-alt-tag-for-an-anchor-link

    Regards,
    Kriesi

    #179386

    Its not the menu causing this issue, its the back to top icon as it doesn’t contain a title. I have removed this line; temporarily so I can get the site hosted at uni.
    <a href='#top' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    Is there a way of adding to this line so that the title is dynamically added dependent on the page your on?

    <a title="<page title here>" href='#top' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>

    I don’t want to loose this functionality really.

    Can you advise me on how to add title’s to the social media links even if very generic eg: title=”facebook” title=”twitter”?

    Leave this with me for a day or so I’m having issues again since updating to 2.4.1

    • This reply was modified 10 years, 5 months ago by jono713. Reason: Update
    #179981

    I see. will add a title to the social icons and the scroll to top link with the next update ;)

    #180271

    I have added it to mine and all validates and has all links correctly. I have however had to remove the social icons any chance you could run me through where to add the code ?

    #180280

    In includes/helper-social-media.php line 73 you can add add a title by changing it to this:

    http://pastie.org/8426955

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Social Icons Alt Text’ is closed to new replies.