Tagged: enfold, the-events-calendar-pro
-
AuthorPosts
-
January 2, 2019 at 7:10 pm #1049351
Since a recent Enfold update (not sure which exactly), I’ve noticed a strange behavior on my Enfold-themed site, specifically in my The Events Calendar Pro (by Modern Tribe) single events pages. The page heading on every single event page for a several years has been “Upcoming Events.” Recently, the behavior has become that the title of the event, already prominently featured on the event page, is grabbed and repeaded it in the page heading. Thus, the headers on a single events page might look like:
Bulgarian Village Music
<<All Events
Bulgarian Village MusicSee this page:
Modern Tribe tech support says that this behavior is an Enfold theme issue.
If that’s the case, is there a way to modify this behavior, so that the topmost heading on a single event page, in the gray bar, reads just something like “Center for World Music Events”–or is just blank–so as to avoid this repetition?
Note that I have some Quick CSS code, which one of your excellent support agents supplied a year or so ago, that seems to accomplish this for the events list page:
https://centerforworldmusic.org/events/
This is the code:
.post-type-archive-tribe_events h1.main-title {
display: none !important;
}If I remove this code from Quick CSS, the heading “Upcoming Events” on the events list page repeats in the upper gray bar.
Thanks for your input! Lance
January 3, 2019 at 6:52 am #1049497Hey Lance,
Sorry for the problem, please try this CSS as well:
.tribe-events-single-event-title { display:none !important; }
Best regards,
RikardJanuary 5, 2019 at 3:43 am #1050167Thanks, Rikard. That worked perfectly. Now, is there a way to do the same for the events List page?
Lance
January 6, 2019 at 5:30 am #1050488Hi Lance,
Please try this as well:
.post-type-archive-tribe_events .tribe-events-page-title { display:none !important; }
Best regards,
RikardJanuary 11, 2019 at 4:17 am #1052565Brilliant! Thanks, Rikard. That did the trick. Lance
January 12, 2019 at 6:46 am #1052985 -
AuthorPosts
- You must be logged in to reply to this topic.