Support

Home Forums Event Espresso Premium EE4, new install, event-category title problem

EE4, new install, event-category title problem

Posted: February 19, 2015 at 7:49 am

Viewing 4 reply threads


Dawn Kole

February 19, 2015 at 7:49 am

The top of my event category pages have the word “archives”. But we don’t want it to say that – they are not archives, they are active events. We want it to say the title of the Event Category. Where do I adjust this? Tried changing SEO Title which seems like the right place, but it has no impact. See pic here. https://www.dropbox.com/s/396xetpewiubclr/Sports_Yoga_Archives_Title.jpg?dl=0


Josh

  • Support Staff

February 19, 2015 at 4:15 pm

Hi Dawn,

It turns out the word “Archives” does not come from Event Espresso. It’s added by your WordPress theme’s archives.php file. Usually removing this requires either modifying the archives.php template in the theme, or adding some CSS to hide it.

If you want to go with the edit the archives.php option and want help with that, please post a copy of the archive.php template in a gist or pastebin.

If you want to hide the page title with CSS, you can add the following to your custom stylesheet:

.tax-espresso_event_categories .page-title {
display: none;
}

The above can be added to your theme’s custom stylesheet. If your theme does not have a custom stylesheet, I recommend using the Reaktiv CSS Builder plugin to add your custom CSS.


Dawn Kole

February 22, 2015 at 6:49 am

Thanks Josh! I did modify the PHP to remove it! Very helpful.

Dawn


Dean

February 23, 2015 at 2:10 am

Anything else we can help with regarding this topic or are we ok to mark it as resolved?


Dawn Kole

February 23, 2015 at 6:39 am

resolved!

Viewing 4 reply threads

The support post ‘EE4, new install, event-category title problem’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso