Hi I need help on 3 issues, the screenshot is in italian.
1. I need to change “Prossimi Eventi” that appears by default before the categories
2. I need to eliminate the “data” box, on smartphone open the keyboard when you click on it and it’s really not practical
3. I need to shorten the preview text on the home to like 4 or 5 lines, now it displays more than 10
I don’t have other active plugins on the site.
thanks
To remove the date box on mobile add this snippet to your theme custom css file: @media screen and ( max-width: 600px) {
.tribe-bar-disabled #tribe-events-bar {
display: none;
}
}
To shorten the text in the event preview you can add a shortened snippet to the ‘excerpt’ meta box for the individual event. If that box has text in it that text will be used instead of the longer excerpt that is auto-generated from the content.
I hope this helps! Let me know if you have any questions or need further clarification.
Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘events preview and data’ is closed to new replies.