Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1314564
    Manny Costales
    Participant

    How can I insert icons in topbar?

    #1314565
    Manny Costales
    Participant
    This reply has been marked as private.
    #1314643
    Jade
    Moderator

    Hi There,

    Thanks for writing in! You can add this on your child theme’s functions.php file.

    add_filter('x_option_x_topbar_content', 'top_bar_content_shortcode');
    function top_bar_content_shortcode ( $content ) {
    return do_shortcode ( $content );
    }

    Hope it helps, Cheers!

    #1315817
    Manny Costales
    Participant

    Great! Worked like a charm!
    But, why don’t you add this in the main template?

    #1315841
    Rahul
    Moderator

    Glad we were able to help you out.

    And I have submitted your feedback to our development team for further review to add it in the main template. Stay tuned!

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1314564 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>