Overrides v6 Issues
-
Hi,
I had a few overrides working perfectly in version 5 trying to override in version 6 just doesn’t seem to work.
Just trying to remove the ical-link and the events_scroll-wrapper from the week view doesn’t work, what am I missing?I have copied week.php to [your-theme]/tribe/events-pro/v2/week.php and remove the line: <?php $this->template( ‘components/ical-link’ ); ?> but the ical link still shows up.
I have copied grid-body.php to [your-theme]/tribe/events-pro/v2/week/grid-body.php and removed the whole <div class=”tribe-events-pro-week-grid__events-scroll-wrapper”> but it still shows up.
I can even remove the whole original folder \wp-content\plugins\events-calendar-pro\src\views and the week view still loads everything? Where is it pulling the code from if it not using this folder? But if I go to the calendar page not generated from a short code it won’t load.
I have cleared browser caches every-time.
I am using the short code [tribe_events view=”week” tribe-bar=”false”]
The topic ‘Overrides v6 Issues’ is closed to new replies.