Hello
I’m trying to add a Facebook icon to a fullwidth sub menu on just one page. I tried to add in the shortcode for an icon but it just displays the code. Is there a css trick to make this happen, please? Thanks :)
Hey webWahine!
Can you please provide us with the code you are trying to insert so we can help you out by fixing the issue?
Thanks a lot
Regards,
Basilis
I’ve put a basic shortcode for a FB icon as one of the menu elements, so something like this –
[av_font_icon icon='ue8f4' font='entypo-fontello' style='' caption='Follow this event on Facebook' link='manually,https://www.facebook.com/events/1112214935469776' linktarget='_blank' size='40px' position='center' color=''][/av_font_icon]
It displays the code, not the icon. I am I missing something obvious? :)
Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply. Also, please point out the page or post where you are trying this.
Regards,
Rikard
Will do! Thanks :)
I can see that you are in there testing but please note that I don;t want the icon in the main menu – I’m trying to place it in the fullwidth sub menu on just that page, ie, the one that has
Overview | Program | Getting There | Sponsors | VMO
Hi,
Instead of the icon shortcode, use the actual html code of the facebook icon.
<a target="_blank" href="http://facebook.com/kriesi" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a>
Best regards,
Ismael
Ok, thanks!