Tagged: x
-
AuthorPosts
-
June 21, 2016 at 11:03 pm #1053717
HoustonParticipantI am trying to put some social icons in the Topbar Content area but when I do use the shortcode is shows the shortcode as is instead of the social icon. I put this code in my child themes functions.php file and it still did not work.
What now?
add_filter('theme_x_topbar_content','x_topbar_do_shortcode'); function x_topbar_do_shortcode($content) { return do_shortcode( $content ); }http://www.splitlightdesigns.com/tammp/
Many thanks,
HoustonJune 21, 2016 at 11:07 pm #1053723
HoustonParticipantThis reply has been marked as private.June 22, 2016 at 2:40 am #1053901
FriechModeratorHi There,
Thanks for writing in! Please update your function code to this:
add_filter('x_option_x_topbar_content', 'top_bar_content_shortcode'); function top_bar_content_shortcode ( $content ) { return do_shortcode ( $content ); }If this does not work, please provide us FTP credentials and the shortcode that you’re trying to add.
Cheers!
June 22, 2016 at 5:26 pm #1055197
HoustonParticipantThat did the trick, thank you.
June 22, 2016 at 9:49 pm #1055627
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1053717 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
