Question About Advanced Template Settings

Home Forums Calendar Products Events Calendar PRO Question About Advanced Template Settings

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1522454
    bella forma
    Participant

    In the settings under Display in the Advanced Template Settings I added some additional code in the “before the event content” area. But there is one event Category that I DON’T want that additional code to display. Is there any way to exclude a category, so that when I use that categories shortcode on a page the additional code doesn’t show up at the top?

    #1522600
    Cliff
    Member

    Hi. Not without some custom PHP coding. An alternative would be to simply hide it with CSS. This might work for you (replacing the “154” with your event’s Post ID):

    body.postid-154 .tribe-events-before-html {
    display: none;
    }

    Please let me know if you have any follow-up questions on this topic.

    #1538916
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Question About Advanced Template Settings’ is closed to new replies.