Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #81424

    Zach W
    Participant

    Hi there-

    Trying to add icons into topbar

    Ex. phone icon then #

    [icon type=”map-marker”] shortcode is not working

    Thanks

    #81431

    Rad
    Moderator

    Hi Zach,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have have provided us with your URL, we will be happy to assist you with everything.

    #81608

    Zach W
    Participant
    This reply has been marked as private.
    #81625

    Christian
    Moderator

    Hey Zach,

    Shortcode isn’t allowed in the Topbar. To add an icon, please use HTML. You can use the format

    <i class="x-icon-home"></i> Text

    Change home to Icon Type listed at http://theme.co/x/demo/integrity/1/shortcodes/icons/

    Thanks.

    #81657

    Zach W
    Participant

    ok great. Thanks a lot

    #81663

    Christopher
    Moderator

    You’re welcome 🙂

    #771966

    jaynewayne
    Participant
    This reply has been marked as private.
    #772526

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! To show the icons in your site, please enable the Legacy Font classes in the Cornerstone settings. You may go to Settings > Cornerstone.

    Hope this helps. Please let us know how it goes.

    #867099

    Gnylf
    Participant

    Hello

    Sorry for bumping, but how to enable Legacy fonts in latest Cornerstone? I cant find the setting and i need to use icons in top menu.

    Thx

    #867590

    Paul R
    Moderator

    Hi,

    Please add the code below in your child theme’s functions.php file.

    
    add_filter('x_option_x_topbar_content', 'do_shortcode');
    

    The code will activate shortcodes in the topbar.

    You can then use the icon shortcode to display any icons in your topbar content.

    http://theme.co/x/demo/integrity/1/shortcodes/icons/

    Hope that helps.