Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 Music

    See 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

    #1049497

    Hey Lance,

    Sorry for the problem, please try this CSS as well:

    .tribe-events-single-event-title {
      display:none !important;
    }

    Best regards,
    Rikard

    #1050167

    Thanks, Rikard. That worked perfectly. Now, is there a way to do the same for the events List page?

    Lance

    #1050488

    Hi Lance,

    Please try this as well:

    .post-type-archive-tribe_events .tribe-events-page-title {
      display:none !important;
    }

    Best regards,
    Rikard

    #1052565

    Brilliant! Thanks, Rikard. That did the trick. Lance

    #1052985

    Hi Lance,

    Great, glad we could help and sorry again for the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.