I’m having an strange issue where two drop-down menus for calendar “View as” are displaying on top of one another.
I’ve removed all my custom CSS and also temporarily disabled my customized Tribe files in the child themes folder, but the issue persists.
Strangely, when I enter WordPress’ Customize mode, the duplicate drop-down menu disappears.
Comparing the two snippets of code, I noticed this…
<select class="tribe-bar-views-select tribe-no-param" name="tribe-bar-view" aria-label="View Classes As">
When the Customize mode is enabled, the style=”display:none;” code snippet appears and it looks to be properly hidden.
`<select class=”tribe-bar-views-select tribe-no-param” name=”tribe-bar-view” aria-label=”View Classes As” style=”display: none;”>