• Resolved hummingbirdandi

    (@hummingbirdandi)


    I am trying to change the main calendar page title. It currently is defaulting to the last event added. See here:
    https://nrimseattle.com/events/

    I just want it to say “Events.” In addition, all of my other pages have an image banner in the page title area. How can I add that to this page?

    Thanks,
    Andi

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter hummingbirdandi

    (@hummingbirdandi)

    So that I can add this to my nav and make the page customer facing, I have used this code in my wp-config.php file to hide the title:
    define(‘TRIBE_MODIFY_GLOBAL_TITLE’, true);

    But I would really like it to say “Events” and have an image so that it looks like the rest of my site. Thanks!

    Thread Starter hummingbirdandi

    (@hummingbirdandi)

    Hello, hoping for some guidance here. Anything?

    Could you not do that with the markup and some css?

    Hey @hummingbirdandi,

    Thank you for reaching out to us!

    You can use the snippet mentioned in the end of this article to change the Events page titles.

    Please make sure that you are including this snippet in your child theme’s function.php file.

    Regarding your header image, just to help you get started, you can do it by editing your style.css file.

    Example:

    .page-header {
    background-image: url("paper.gif");
    }

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Regards,

    Patricia

    Thread Starter hummingbirdandi

    (@hummingbirdandi)

    Thanks, Patricia!

    Unfortunately, all of my attempts are not working. And now, the code that I was using to hide the page title altogether, is no longer working. So now it’s showing the name of the last event of the month as the main page title. Blerg!

    Is there a more user-friendly way to fix this? Or should I use another plug-in?

    Thanks,
    Andi

    Hello there Andi!

    I have just found this entry as I am facing the same issue.

    What I have discovered so far is that this setting can be changed via theme configuration. I my case, I am using a theme from WPZoom and they made this integration with the plugin. Maybe the solution for you is in the theme configurator.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Events Page Title & Image’ is closed to new replies.