Hey Hunter,
thank you for the fast reply. I figured it out on my own. Your Plugin uses specific classes for almost all cases (tribe-event-grid for example), but for some reason then uses the class column, which is of course very generic and bound to conflict with some other plugin or the theme, which was the case here.
Maybe in a future update this class could be renamed to something less prone to conflict, tribe-column comes to mind.
Thanks again for the your fast support.
Kind regards
Karl
Edit: In case someone else comes across this Problem with BeTheme and The Events Calendar, this is the CSS I used to fix the display issues with the week view:
.tribe-events-week-grid .column:not(.tribe-week-grid-hours) {
margin: auto;
}
.tribe-events-grid .column.first, .tribe-week-grid-hours {
margin: 0 -40px 0 0 !important;
float: left !important;
}
-
This reply was modified 9 years, 8 months ago by
Karl.