Forum Vintage Theme bug
When Vintage theme is updated add the following in the Functions.php function remove_siteorigin_mobilenav_nav_filter() { remove_filter( ‘wp_nav_menu’, ‘siteorigin_mobilenav_nav_filter’, 10, 2 ); } add_action( ‘wpforo_menu_bar_start’, ‘remove_siteorigin_mobilenav_nav_filter’ ); This will remove the html tag that shows in the forum menu