I have an install of Wordpress 4.5.3 with the writer theme that is not displaying the social menu correctly.
With the menu enabled as per the default install but the Instagram Icon is not being displayed. Facebook and twitter work fine. Closer inspection reveals that the Instagram link is being put into the List but no icon is displayed.
How do I fix this?
- Code: Select all
<div id="gk-social">
<div class="menu-social-menu-container">
<ul class="social-menu" id="menu-social-menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-259" id="menu-item-259"><a href="https://www.instagram.com/the_global_wanderer/">Instagram</a></li>
<li class="gk-icon-fb menu-item menu-item-type-custom menu-item-object-custom menu-item-171" id="menu-item-171"><a href="https://www.facebook.com/theglobalwanderers">Facebook</a></li>
</ul>
</div>
</div>