Event Calendar filter name customization

I have a similar issue: I am still setting up my trial version and have longer event titles to display in the filter (drop down), so part of the words is cut off at the end (words end with … dots).

Which CSS code can I use to display the full length of the title? This would be crucial before adding the calender widget to my website. Thanks!

2 Likes

Happy to see new faces around here! Welcome @ChristineK :wave:

This CSS code should do the trick:

.global-styles,
.eapp-events-calendar-filter-modal {
  width: 210px;
}

Check it out and let me know if it helped :slightly_smiling_face:

2 Likes

Yes! Fantastic, that works. Thanks for your quick help.

2 Likes

It’s no bother :wink:

1 Like

One more question: Is there any (elegant) way of adding the event fees? Maybe right next to the event times, or somewhere below. I tried tags, but it didn’t seem right. Thanks!

2 Likes

I see that currently the fee is added to the event description:

Does this option work for you, or you still would like to display it another way?

1 Like

Yes, that was my workaround. With the second item, I tried the tag option, but I like the first one better. Just wondering if the tool provides a better solution. If not, I will simply go for the first option.

2 Likes

Got you!

Unfortunately, it’s impossible to display the fee next to the event time, so the only workaround is to add it to the description.

If you have any questions left, just let me know. I’ll be happy to help :wink:

2 Likes

Hello @Max
I tried this, but didn’t work for me. Can you please help? I want to see complete content of the filter in drop down.
Screenshot attached.

2 Likes

Hi there, @DKCF :wave:

I’ve checked the code and it works fine. You just need to increase the width, since you have longer venue names:


.global-styles,
.eapp-events-calendar-filter-modal {
  width: 590px;
}


Please double-check it and let me know if it worked :slightly_smiling_face:

2 Likes

Thank you it worked :slight_smile:

2 Likes

Great, you’re welcome :wink:

1 Like

Hi, I am on a free plan also and seriously considering becoming a paid member. I have a related question about filter name customization. I want to be able to change VENUE into CONTINENT. Is that possible?

Thanks
Jeroen

2 Likes

Found it.

2 Likes

Hey there and welcome to the Community, @Jeroen_Jonkman :waving_hand:

Glad to know that you’ve already found this option. If any further questions come up, we’re always here to help :slightly_smiling_face:

By the way, we’d like to invite you to participate in our Birthday Contest, where you can win a 12-month extension for your subscription - Birthday Contest: 10 Winners, 10 Free Years with Elfsight! :wrapped_gift:

Check the details and join in :wink:

1 Like

I am trying to do something similar - but unlike you, haven’t found the solution, lol. Can you share?

2 Likes

Hi Rebecca, go to SETTINGS and EDIT TEXTS. You can rename items there.

2 Likes

Hi there, @Rebecca_Toon :waving_hand:

Just in case, here is how you can find it :slightly_smiling_face:

1 Like