• Resolved the_webscaper

    (@the_webscaper)


    The site I’m working on is a private community so I can’t share the page with you, but screenshots are below.

    In a nutshell, the “Type” page links — the color-coded links at the bottom of the month grid calendar that display just the events in each type – they should show Upcoming events, but instead it shows all of the events from the first instance of the recurring event.

    Can this be fixed like you fixed the “View More” issue that was similar?

    Screenshots:

    Here’s where the issue is: https://prnt.sc/OgdeXDoEPLPl

    Here’s what displays when clicking on one of the Type links: https://prnt.sc/vJFnd3anWmR-

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • First of all, the obvious… do you have the “Hide past events” turned on on the “Setting’, “Front end views’, “events listing”?

    Also, something EventPrime support gave me a while back that I think helps, is enabling the background color for the entire button for the “event type” buttons at the bottom of the page, instead of just the little box – add this code to the custom css:

    ep-events-content-container .ep-event-types .ep-event-type {

    position: relative;
    overflow: hidden;
    padding: 14px 8px !important;
    font-size: 12px;
    } ep-events-content-container .ep-event-types .ep-event-type a {

    position: relative;
    z-index: 99;
    color: #000;
    } ep-events-content-container

    .ep-event-types .ep-event-type span{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0px !important;
    }

    Thread Starter the_webscaper

    (@the_webscaper)

    Yes, I do have past events turned off. All other views of our calendar show only current and future events. It’s just the Type archives that show past.

    Thanks for the style tip!

    Plugin Support EventPrime Support

    (@eventprimesupport)

    Thanks @lpint

    @the_webscaper

    To ensure that past events are hidden when viewing event types under the calendar, please follow these steps:

    • Navigate to EventPrime in your WordPress dashboard.
    • Go to Settings and open the FrontEnd Views tab.
    • Under the Event-Types subtab, enable the option to Hide Past Events.

    If you have any further questions, please don’t hesitate to reach out to us.

    Thread Starter the_webscaper

    (@the_webscaper)

    As noted above, I DO have past events set to hidden.

    All of the other calendar views are correct and do not show past events. It’s only the “type key” links at the bottom of the monthly calendar that are doing this. See this Loom showing the issue, please:

    Thread Starter the_webscaper

    (@the_webscaper)

    Any update on this? I saw the new update today with “bug fixes” in the changelog, was hoping this was one of them. My client is on me daily about this, just want to provide them an update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.