Changes between Initial Version and Version 1 of Ticket #33974, comment 1
- Timestamp:
- 10/07/2015 02:02:24 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33974, comment 1
initial v1 2 2 3 3 I verified the problem only occurs when you have 'container' => false in wp_nav_menu() and there's no menu assigned to that location (i.e., menu is generated automatically by WP). It then adds a blank tag (the container, that shouldn't be added) which breaks the layout. 4 5 Edit: I believe the problem is not related to theme preview (customizer), because it happens in the actual rendering of the site as well.