Changes in display

Home Forums Calendar Products Events Calendar PRO Changes in display

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #928483
    Michelle
    Participant

    There have been some changes in the display of information since the last update. This is on both the events listing in the sidebar, and for individual events.

    On the home page you can see the events listing, and you can see that there is a day number, followed by the event title, followed by a more detailed date and time. I don’t know where the top line came from – never used to be there, and I would like to replace it with the information on the bottom line.

    example:
    Tue 13 [get rid of this]
    Community Conversations: Spirituality – The Quest for Meaning in the Monadnock Region
    January 13 @ 7:00 pm – 8:30 pm [ move this up above]

    On the individual events page, where we have ticketed items, the cost is shown both at the top, and in the summary, however it is pulling just the lower of the two ticket prices. I would like to either be able to have both prices, or have it display none at all.
    The first item on the calendar which this applies to is:

    Music in Bass Hall: The Tara Greenblatt Band

    Thank you for your assistance.

    #928764
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    The Event List Widget was changed and a bug prevents the stylesheet from loading correctly.

    We have a fix coming within the next two weeks, but in the mean time please add this to your theme’s function.php:

    https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5

    Event Cost
    The ticket price only shows one price so to hide it please try this:

    .tribe-events-schedule .tribe-events-divider,
    .tribe-events-schedule .tribe-events-cost,
    .tribe-events-single-section dl dt:nth-child(5),
    .tribe-events-single-section .tribe-events-event-cost {
    display:none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #938467
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changes in display’ is closed to new replies.