I understand you can use code below to activate shortcodes in the topbar.
add_filter(‘x_option_x_topbar_content’, ‘top_bar_content_shortcode’);
function top_bar_content_shortcode ( $content ) {
return do_shortcode ( $content );
}
I was wondering how to activate shortcodes in the logobar? I am using the stacked logobar on a staging site: http://theorthobee.wordpresswebsitedesigns.org and want to add icons/headlines around the logo.