Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1385196
    jhcreativeco
    Participant

    I am not looking for support for Tribe’s Events Calendar Pro, which I am using –but instead, I am hoping you can help me understand how to change the “defaults” for the Events (archive) Pages? Or make changes to it?

    For example: I currently have our site’s events page as /calendar, https://calvaryholland.com/calendar/ and on the Page Settings, I have selected “Blank – No Container | No Header, Footer”. However,
    1) The Header is still present.
    2) There is the tan x.container band at the top.

    Is there a way to simply remove both of those items?

    Because I am using the 3rd Party Plugin, one of the conflicts is that I can no longer edit the page with Cornerstone, for example, so I am limited to using the “Edit” option only.

    Thanks for making an incredible product, and thanks for any help you can provide here 🙂

    #1385271
    Christopher
    Moderator

    Hi there,

    #1 This is an archive page and page templates don’t work on archive pages .

    #2 Please add following code in Customize -> Custom -> Global CSS :

    body.archive.post-type-archive.post-type-archive-tribe_events header.masthead.masthead-inline, body.archive.post-type-archive.post-type-archive-tribe_events header.x-header-landmark {
        display: none;
    }

    Hope that helps.

    #1387562
    jhcreativeco
    Participant

    That does make sense: and that code works perfectly! Thanks so much 🙂

    One quick thing. Is there an additional global css code that would do the same thing for all individual events?

    For example: https://calvaryholland.com/calendar/test-event/

    Again, thanks so much for the support –your team is among the very best out there.

    #1387574
    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code:

    header.x-header-landmark {
        display: none !important;
    }

    Let us know how this goes!

    #1387623
    jhcreativeco
    Participant

    That does the trick! Resolved. Thanks so much –have a great day, team.

    #1387662
    Rupok
    Member

    Glad that you are all set now. Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1385196 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>