• Resolved Bas Tolen

    (@bastolen97)


    The application works great, but is there a way to automaticly hide events that have started? And is there also a way to show the first 3 upcomming events on your homepage?

Viewing 1 replies (of 1 total)
  • Thread Starter Bas Tolen

    (@bastolen97)

    I finally found a fix for this! It’s not the nicest way, but it works
    If you put the code below in your custom css it should work (this plugin makes the expired events non-purchasable if you have the option: “Can User book Passed Events” turned off)

    .products li:not(.purchasable) {
    display: none;
    }

    the only thing that is not that great is that you can still see the product counter on your shopping page. But this is easily hideable with this:

    .woocommerce-result-count{
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove expired events’ is closed to new replies.