If you use the Taptap mobile plugin for WordPress and you also use the html5 Blank Theme you may not be able to get the styles for the TapTap menu to load properly. If that is the case it is due to a line of code in the functions.php file of the html5 blank theme. To fix this edit the functions.php file and remove the following code:
add_filter('wp_nav_menu_args', 'my_wp_nav_menu_args'); // Remove surrounding from WP Navigation
Share this content