-
AuthorPosts
-
October 21, 2013 at 6:53 pm #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 11 years, 2 months ago by jono713.
October 21, 2013 at 10:30 pm #178667Can anyone else help? surely its not just me with the issue?
October 22, 2013 at 3:59 am #178835anchor 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.
October 22, 2013 at 7:13 am #178903Hey!
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!
IsmaelOctober 22, 2013 at 12:04 pm #178997I have tried what you asked, not resolved it.
October 22, 2013 at 12:05 pm #178998This reply has been marked as private.October 22, 2013 at 12:08 pm #179002The active menu item also looses its anchor text.
October 23, 2013 at 12:44 am #179275Hi!
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-linkRegards,
KriesiOctober 23, 2013 at 3:05 am #179386Its 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 11 years, 1 month ago by jono713. Reason: Update
October 23, 2013 at 10:45 pm #179981I see. will add a title to the social icons and the scroll to top link with the next update ;)
October 24, 2013 at 4:00 pm #180271I 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 ?
October 24, 2013 at 4:16 pm #180280In includes/helper-social-media.php line 73 you can add add a title by changing it to this:
-
AuthorPosts
- The topic ‘Social Icons Alt Text’ is closed to new replies.