• Resolved jakesherlock

    (@jakesherlock)


    Hi. I’m using Spiffy for an industry events calendar, but I’d like to list events just once instead of multiple times. For instance, if an event takes place from Jan. 1 until Jan. 5, I want it to list just once while still showing the date range. I’m using the Spiffy Upcoming Events widget here. Is there a better option to achieve the look I’m going for?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    The upcoming events column listing will merge all days into one listing. However, it is not available as a widget, just a shortcode. You can add it to a text widget like the following: [spiffy-upcoming-list style=”Columns” none_found=”Nothing coming up”]

    The main downside to this is that the columns style tries to construct 3 columns. This might not work for you, but you can override it by adding the following CSS rule:

    li.spiffy-event-details.spiffy-Columns {
        width: 100%;
    }
    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    In version 4.4.0, you can now use the Columns listing and specify 1 column.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modify event listings’ is closed to new replies.