Display list view in column

Home Forums Welcome! Pre-Sales Questions Display list view in column

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1139604
    Patrick
    Guest

    I’m attempting to change the display of the “List” view so that it appears more in blocks left to right instead of top to bottom. The problem that I am running into is that if I have more then two events in a month then it splits the second event into another block.

    Screenshot of the calendar with firebug showing the HTML.

    This is the list view loop file:
    <div class=”tribe-events-loop”>
    <div class=”year-block”>
    <?php while ( have_posts() ) : the_post(); ?>

    <?php do_action( ‘tribe_events_inside_before_loop’ ); ?>

    <!– Month / Year Headers –>
    <div class=”month-block”>
    <?php tribe_events_list_the_date_headers(); ?>

    <!– Event –>
    <?php
    $post_parent = ”;
    if ( $post->post_parent ) {
    $post_parent = ‘ data-parent-post-id=”‘ . absint( $post->post_parent ) . ‘”‘;
    }
    ?>
    <div id=”post-<?php the_ID() ?>” class=”<?php tribe_events_event_classes() ?>” >
    <?php tribe_get_template_part( ‘list/single’, ‘event’ ) ?>
    </div>

    </div>
    <?php do_action( ‘tribe_events_inside_after_loop’ ); ?>

    <?php endwhile; ?>

    </div>

    #1139639
    Cliff
    Member

    Hi. You posted in our Pre-Sales forum from a user account that doesn’t have any purchases associated with it.

    We don’t answer support questions for Events core/free or PRO add-on in the Pre-Sales forum.

    If you made your purchase(s) through a different user account, please login to that account and then post in one of the paid forums.

    Thank you for your understanding and thank you for using our plugins.

    ===

    Possibly helpful reference: Our free support forum (for bug reports and users helping each other — no usage support provided by us)

    #1148221
    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 ‘Display list view in column’ is closed to new replies.