Different html for different event pages

Home Forums Calendar Products Community Events Different html for different event pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #942062
    writecharlie
    Participant

    Hi, I’m using the html field to add an invitation to users to submit their own events on the main event page but I don’t want them to see it again when they’re taken to the community/add page. Any easy way to remove it from there?
    Thanks

    #942321
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    There is not a feature to hide those html fields per page.

    However, this css should do it:


    .tribe_community_edit .tribe-events-before-html,
    .tribe_community_edit .tribe-events-after-html,
    .tribe_community_list .tribe-events-before-html,
    .tribe_community_list .tribe-events-after-html {
    display: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #951483
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Different html for different event pages’ is closed to new replies.