"ARCHIVE" appearing at the top of my calendar

Home Forums Calendar Products Community Events "ARCHIVE" appearing at the top of my calendar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1099106
    mehanata
    Participant

    Hi guys! I purchased the community events add-on but I am not running “pro”. Hopefully you can still help.

    The top of my calendar says “ARCHIVES” in huge letters. I don’t see a place to change this. It’d be great if it just said “EVENTS” or something instead. How can I edit that field?

    I am just using the default /events page create when I installed the calendar:

    http://mehanatanyc.com/events/

    Thanks

    #1099276
    George
    Participant

    Hey Michelle,

    That text is unfortunately arising from your theme’s templating for archives. There’s not much we can do from our end as lowly plugin developers. 🙁

    There are two main options I can help with there—let me know which one you most prefer!

    1. Hide the whole gray banner that has the word “Archive” in it, so that it looks like in this screenshot:

    2. Keep that word (and the gray banner behind it) but change it to “Events”.

    The only reason I’m asking for clarification of your goals is that option #2 here is only feasible, from our end of things, with a bit of custom JavaScript on the page. I can write that if you need it but let me know which option you prefer just to make sure we’re totally certain about the best way to proceed.

    Thank you!
    George

    #1099559
    mehanata
    Participant

    Thanks so much for your reply, George! Ideally I would like it to look like #1, and remove that grey bar all together for this page.

    I’m only super familiar with front end modifications to WordPress, so any help you can offer in that vein would be much appreciated.

    When I installed the plugin, it create its only “page” though I cannot see how to edit any aspect of this page because it doesn’t show up in pages.

    M

    #1099799
    George
    Participant

    Thank you for clarifying! Try adding this CSS to the bottom of your theme’s style.css file to achieve that effect:


    body.post-type-archive-tribe_events #header-meta {
    display: none !important;
    }

    Sincerely,
    George

    #1099826
    mehanata
    Participant

    I tried what you’ve instruction, but no luck.

    UPDATE: cleared my cache and reloaded, it worked! THANK YOU!

    • This reply was modified 10 years ago by mehanata. Reason: Reloaded page and got new results!
    #1100081
    George
    Participant

    Nice!

    If you need to write more custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose styles you want to modify.

    Best of luck with your site,
    George

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘"ARCHIVE" appearing at the top of my calendar’ is closed to new replies.