Support

Home Forums Event Espresso Premium How to remove the "Filter by Date" button

How to remove the "Filter by Date" button

Posted: September 26, 2018 at 8:17 pm


qianglu

September 26, 2018 at 8:17 pm

I am customize the single event page. Could you please tell me how to remove the Filter by Date button. Also how to make the Date range part align at center?


Tony

  • Support Staff

September 27, 2018 at 4:32 am

Hi there,

Could you please tell me how to remove the Filter by Date button

You can disable that feature in the admin:

Event Espresso -> Events -> Templates

At the bottom of the page is a ‘Ticket Selector Template Settings’ section.

Change the ‘Show Date & Time Filter?’ setting to ‘Do not show…’ and save the settings.

Also how to make the Date range part align at center?

Which date range?

Can you link us to the page so we can see what you are looking at?


qianglu

September 27, 2018 at 2:34 pm

http://home2.caf-international.net/blog/events/russia-summit/
It’s the section at the bottom.

Russia Training days for Buryatia
Sep 28, 2018 – Sep 29, 2018
8:00 am – 5:00 pmRussia Training days for Tuva
Oct 4, 2018 – Oct 6, 2018
8:00 am – 5:00 pm


Tony

  • Support Staff

September 27, 2018 at 2:42 pm

For center align stack above each other, you can use something like this:

.event-datetimes {
    text-align: center;
}
.event-datetimes li {
    list-style: none;
    display: block;
    float: none;
    width: auto;
}

But it depends on exactly how you want to output them.

The support post ‘How to remove the "Filter by Date" button’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso