• Resolved Christian Freeman (codelion)

    (@takinglife2themax)


    Hi guys,

    I just noticed that the Title for the Events Page is completely missing. When I inspect the page, the HTML for the page title (H1) is not even there. I only see an H2 element within the Header element, that contains the text “Events Search and Views Navigation”, which is hidden via CSS I suppose.

    I am using the BuddyBoss Theme, and I have not made any changes to this via CSS or the Events Calendar templates. I tried to find a solution to this on The Events Calendar WordPress support, and I saw a few posts where the Events Calendar Team was saying it was an issue with the way that the theme is displaying the title.

    https://www.ads-software.com/support/topic/no-title-shown-in-event/
    https://www.ads-software.com/support/topic/events-page-title-missing/

    I tried switching to the Twenty Twenty theme, and the Title was still missing, so I know that it’s not a theme issue. I also tried changing the Default Theme in the Display tab of the Events Calendar settings, but this didn’t fix the problem.

    Can you guys help me get the Title to display on the main events page? Here’s a link to the page I’m speaking of: https://wordpress-501258-1718990.cloudwaysapps.com/events/

    Thanks, and keep up the good work!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @takinglife2themax

    I’m sorry to hear that you are experiencing this issue. I wasn’t able to access your site and see the issue there.

    In any case, as a first step, can you try changing around your stylesheets and page templates under Events Settings > Display and see if that makes a difference?

    I hope that helps!

    Thanks,
    Jaime

    I have the same problem with Twenty Twenty. Changing Events Settings > Display doesn’t help.

    Any fix for this? It’s hurting the Accessiblity on that page. The title has completely vanished. I can see the page header and no words in the title.

    Is there a function that has removed it?

    Okay, it looks like Events Calendar is off the hook.

    Archive pages don’t have titles. This is a WordPress thing. I’m using the GeneratePress theme with Premium Plugin and I managed to hook my title in via the dashboard interface. Love GeneratePress!!!

    Some customization can be done to add a heading to an Events archive page (an example of which can be commonly found at yourwpsite.example.com/events/).

    Here’s an example PHP snippet:

    add_action( 'tribe_template_after_include:events/v2/components/before', function() { ?>
    	<!-- insert any HTML here -->
    	<h1>Events</h1>
    <?php } );

    You can use a free plugin like Code Snippets to implement this snippet on your site.

    You may wish to adjust the snippet to include CSS classes which can make it easier to style to match your site’s design.

    As a general comment, there are often several ways ways to achieve the same result in WordPress, so if you’ve found a solution you’re happy with through your theme or any other means, feel free to stick with that.

    Hope this helps.

    Thanks @lelandf!

    The more solutions, the merrier!! That’s why I love WordPress so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Events Archive Title Missing’ is closed to new replies.