• Resolved satyenbaldev

    (@satyenbaldev)


    Hey,

    How do I get rid of “Join 2 others!” on top of the form.

    For that particular event, I have already “Show attendee List” unchecked.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author roundupwp

    (@roundupwp)

    There is a setting to disable this on the “Form” tab:
    https://snipboard.io/7rgiDv.jpg

    This feaeture is also in the free version so it’s OK to ask here but please contact us on our website for future support of the Pro version if you can:

    https://roundupwp.com/support/

    Thanks!

    – Craig

    Thread Starter satyenbaldev

    (@satyenbaldev)

    Okay, I do have the pro version for both the events calendar and for registrations for the events calendar, but I get what you are trying to say so I’ll be careful.

    Last question: I already know that disabling it will get rid of it from all forms, but I would only like to get rid of it for certain categories that I have created.

    How would I do that?

    Should I ask this question through: https://roundupwp.com/support/ ?

    Plugin Author roundupwp

    (@roundupwp)

    Ahh sure I can help you with that! This CSS will target events just in that category:

    .tribe_events_cat-inperson .rtec-attendance.tribe-events-notices {
    display: none;
    }

    If you have other categories, you would just the category “Slug” in place of “inperson” in this code and paste it again.

    Plugin Author roundupwp

    (@roundupwp)

    This was answered on our website so I will close it for now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I get rid of “Join 2 others!” on top of the form.’ is closed to new replies.