• The main “events” page (whether calendar or list view) and individual events are displaying problematic titles:

    List view: Displays name of first event as page title
    http://kcurbancore.org/events/

    Calendar view: Displays “Archive |” as page title
    http://kcurbancore.org/events/month/

    Single Event view: Displays “Tribe_events | Whatever event title” as page title
    http://kcurbancore.org/event/monthly-event-hosted-development-initiatives-rivermarket/

    I have looked for solutions all over the net and have tried adding various actions and functions to functions.php, tried editing the page.php template and various other suggestions to no avail. Many of the suggested solutions were from two years ago and referred to ecp_page_template.php, which I don’t think exists in the latest version (3.9) of The Events Calendar.

    I tried deactivating plugins, uninstalling and reinstalling the events calendar. Nada. It’s probably a theme issue. I’m using Woothemes’ Appply. But for the life of me I can’t figure out what to edit where to affect those particular titles.

    Should I make a child theme, copy the list, month, and single event page templates into appply-child/the-events-calendar/views/, then edit those files with … I don’t know what code … and replace those files?

    I have no idea where it’s pulling the titles from and it’s driving me nuts.

    Any help would be greatly appreciated.

    All plugins and themes and wooframework are updated to their latest versions. I’ve deactivated all SEO and caching plugins.

Viewing 1 replies (of 1 total)
  • Thread Starter dedlobster

    (@dedlobster)

    Ok, so… the issue is how the #top-section title is being called. The titles within The Events Calendar page templates themselves were calling just fine, though. I’m not sure where to go to find the code for the top section, so I just “hid” those titles via custom css:

    .single-post #top-section header h1, .events-list #top-section header h1, .events-archive #top-section header h1, .tribe-events-page-template #top-section header h1 {position: absolute !important; top: -9999px !important; left: -9999px !important;}

    It’s not something I could test in a base theme like Twenty Twelve because this is a special header title separate from post titles and Twenty Twelve, et al don’t have that particular feature.

    Anyway, if anyone else has a similar issue – sorry I don’t have a decent solution, but… there ya go. You can at least hide the offending sections for now. If anyone else encounters the same problem and finds a php solution, feel free to post it here. 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: The Events Calendar] Event Page Titles Display Issues’ is closed to new replies.