List events by Month in Widget

Home Forums Welcome! Pre-Sales Questions List events by Month in Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1027209
    Dorys
    Guest

    I need to show Upcoming Events by Month like following:

    November
    event 1
    event 2
    event 3

    December
    event 1
    event 2
    event 3

    I didn’t see in your documentation anything that indicates being able to add the Month and then the events underneath. Is this doable?

    #1027242
    Cliff
    Member

    Hi again, Dorys.

    These do not exist out of the box as you’re wanting, but you could create them by leveraging these functions:

    And here’s the references for our widgets and shortcodes. You may find something in there that’ll suit your needs.

    #1027649
    Dorys
    Guest

    Bummer on this. I’m not adept enough to do custom coding. This basic feature is available in most other competing “free” plugins.

    I think this will be a deal killer on using your plugin for my clients. 🙁

    #1027817
    Cliff
    Member

    Dorys, are you sure our default “List View” isn’t what you’re wanting?

    With this custom CSS and using the Twenty Fifteen theme:

    .tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,
    .tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first {
    padding:0;
    }
    .hentry, .page-header,
    .page-content {
    box-shadow: 0 0 0 transparent;
    }
    .tribe-events-list-event-description {
    display: none;
    }

    Here’s what I got on the List View (e.g. example.com/events/list/) — click to open full size image in new window:

    events-list-1027209

    Are you looking for something different or is this pretty much in line with what you are wanting?

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘List events by Month in Widget’ is closed to new replies.