Hide 'After HTML' on calendar page

Home Forums Calendar Products Events Calendar PRO Hide 'After HTML' on calendar page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #928586
    John
    Participant

    Hi, hopefully this is a quick fix but I cannot seem to figure out how to hide the after HTML set in settings of the events calendar to hide on the calendar page itself. I want it to show on single events but not on the overview/month calendar page.

    Thanks,
    John

    #928799
    Brian
    Member

    Hi John,

    I can help you out on this.

    There is no setting to only show the HTML on the single Events.

    However, this can be done with css, try this:


    .tribe-events-after-html {
    display:none;
    }

    .single-tribe_events .tribe-events-after-html {
    display:block;
    }

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

    Let me know if that helps.

    Thanks

    #929573
    Alejandro
    Participant

    Hello John, sorry to ask a question in this question but you are the closest answer to my question, How can I display html setting ONLY on the events page but NOT on the actual event itself. I try your CSS on my site and it works, my only issue is that I need it for the sub-events not main page. Thanks!

    #929586
    Brian
    Member

    Alejandro I am not sure what you are asking. That css should enable the After HTML field to only display on the Single Event Pages. Not sure when you reference sub-events page what you are referring to.

    If you are looking for a more complex solution we most likely will not be able to help with it.

    However, if you have any questions we can try to answer them.

    Thanks

    #938484
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide 'After HTML' on calendar page’ is closed to new replies.