Collapse List View

Home Forums Calendar Products Events Calendar PRO Collapse List View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #987935
    Annie Tandy
    Participant

    Is there a way to show a collapsed list view on the main calendar page? So instead of showing the excerpt, it would just show the title, location and time. Then people can see what’s going on during the day quickly.

    Thanks,
    Annie

    #987968
    Brian
    Keymaster

    Hi Annie,

    Thanks for using our plugins. I can help out here.

    We do not have a feature to collapse the list view description.

    However, you could edit the template following our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Following that guide you can move and edit this file in your theme:

    the-events-calendar\src\views\list\single-event.php

    You could then remove this from that template and the description would not display in list view only:

    <div class="tribe-events-list-event-description tribe-events-content description entry-summary">
    <?php the_excerpt() ?>
    " class="tribe-events-read-more" rel="bookmark"><?php _e( 'Find out more', 'tribe-events-calendar' ) ?> »
    </div><!-- .tribe-events-list-event-description -->

    Let me know how that works out.

    Thanks

    #993070
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Collapse List View’ is closed to new replies.