Comments Chris started the conversationMay 7, 2016 at 5:35amI am unable to assign URLs to the social media icons provided in Visual Composer. I've been able to assign targets to the icons in the footer, but I see nowhere to add a URL for the row of icons inserted as a page element. 8,994Tahir repliedMay 9, 2016 at 10:51pmHey , Add this html code with the inactive class so the javascript doesnt act on it and it acts like a simple link . <div class="nectar-social full-width items_4 "> <a href="http://facebook.com/islanderkayaks" class="facebook-share inactive"> <i class="icon-facebook"></i> </a> <a href="http://twitter.com/islanderkayaks" class="twitter-share inactive"> <i class="icon-twitter"></i> </a> <a href="http://youtube.com/islanderkayaks" class="twitter-share inactive"> <i class="icon-youtube"></i> </a> <a href="http://plus.google.com/+islanderkayaks" class="google-plus-share inactive"> <i class="icon-google-plus"></i> </a> </div> Thanks ThemeNectar Support Team Sign in to reply ...
I am unable to assign URLs to the social media icons provided in Visual Composer. I've been able to assign targets to the icons in the footer, but I see nowhere to add a URL for the row of icons inserted as a page element.
Hey ,
Add this html code with the inactive class so the javascript doesnt act on it and it acts like a simple link .
<div class="nectar-social full-width items_4 ">
<a href="http://facebook.com/islanderkayaks" class="facebook-share inactive">
<i class="icon-facebook"></i>
</a>
<a href="http://twitter.com/islanderkayaks" class="twitter-share inactive">
<i class="icon-twitter"></i>
</a>
<a href="http://youtube.com/islanderkayaks" class="twitter-share inactive">
<i class="icon-youtube"></i>
</a>
<a href="http://plus.google.com/+islanderkayaks" class="google-plus-share inactive">
<i class="icon-google-plus"></i>
</a>
</div>
Thanks
ThemeNectar Support Team