Hello! We are seeing Empty Link errors on the Social Media links (which appear on the right side of the screen) when using the Web Accessibility Evaluation Tool: https://wave.webaim.org/report#/https://bpinternational.net Wondering how we resolve. Thanks!
Web Accessibility Errors
Could you share the ftp account of your site also?
I added the FTP information. Thank you!
Updated 2 files on your site:
File: /templates/buildr/tpls/blocks/social.php
Replace code line 50:
<a target="_blank" href="<?php echo $link;?>"><span class="<?php echo $class;?> zen-animate fadeInRightBig fa fa-<?php echo $icon;?> zen-icon zen-icon-<?php echo $icon;?>"><span class="hidden"><?php echo $icon;?></span></span></a>
File: /templates/buildr/tpls/blocks/social/facebook.php
Replace code line 22:<a id="social-facebook" onClick="<?php echo $link;?>" href="<?php echo $link;?>" target="_blank"> <span class="zen-animate fadeInRightBig animated fa fa-facebook zen-icon zen-icon-facebook"><span class="hidden">Facebook</span></span> </a>
Kindly check.