Hi Pleasantsarg,
So it seems you have a CSS issue here. The CSS id “#tribe-bar-views” is set to “display: none.” This may be a theming conflict, and here are some possible solutions for you:
1. Write some custom CSS to overwrite this setting, for example:
#tribe-bar-views [name=tribe-bar-view] {
display: flex;
}
and place that in a custom CSS plugin or in the stylesheet of a child theme.
2. You can try switching the settings within The Events Calendar by going to Events>Settings>Display and changing from “Full Styles” to either Skeleton or Tribe styling under the “Default stylesheet used for events templates” option.
Hope this helps!
Thanks ??
Shelby