Manuel H

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Change the Default Event Template to remove the Sidebar #27090
    Manuel H
    Participant

    Thanks for the quick reply Jonah. I kept digging through your forum and found similar posts. I managed to resolve this by adding a condition int he ecp-single-template.php.

    if (tribe_is_event() and is_single()) {
    //get_template_part(‘page-sidebar-right’);
    get_template_part(‘page-full’);
    return;
    }

    Honestly, what threw me off was the different naming of ‘the-event-calendar’ and ‘event-calendar-pro’ directories. ?:)

    Thanks for the support. Your quick response is greatly appreciated.

Viewing 1 post (of 1 total)