• Resolved caffryfrankel

    (@caffryfrankel)


    I am trying to determine whether I can hide the start date for long term events on our The Events Calendar. For example, I would like to have the option of using dates like through July 12. Any ideas?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Deblyn Prado

    (@deblynprado)

    Hi there @caffryfrankel 🙂

    Can you provide an example using a screenshot or video recording about what you’re trying to achieve?

    I’ll be happy to investigate and help you.

    Be safe!

    Thread Starter caffryfrankel

    (@caffryfrankel)

    Thanks. Take a look at the Upcoming Events box on the homepage (https://www.hillstead.org/). I would like to have this list just the ending date rather than June 1 – September 8. Alternatively, I would like to have the ability to hide items from this feed but have them show up on the calendar itself. Any thoughts?

    Plugin Support Deblyn Prado

    (@deblynprado)

    Hey again @caffryfrankel!

    Oh thanks for letting me know. Haven’t noticed your Event List Widget at the end of the page 🙂

    You can do this changes, but it requires some Development knowledge. You need to reach the file under “/wp-content/plugins/the-events-calendar/src/views/widgets/list-widget.php”

    There you’ll find instructions about how to properly override this file content in your Theme Folder. So on that way you can keep your changes working when we release new versions of Events Calendar.

    Once you’re there you can add classes to the events that you want to hide and use CSS to do it.
    You can also write a new query using tribe_get_events() to better filter your events.

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

The topic ‘Hide start date for events’ is closed to new replies.