I finally got my organization on board with using the built-in events feature in RG. We're now setting up animal attendance to see if the functionality will be useful. But, if it doesn't end up working for our organization, is there a way to disable animal attendance, while keeping the core events feature enabled?
I'm assuming this isn't possible but I wanted to verify. I looked into alternative ways to at least remove the animals attending link shown for each event, with a CSS rule of display:none, but there's no way to target the text/link since it doesn't have a selector or class. I would normally fallback to a pseudo class like nth child() or similar, but the events page is just text with <br> breaks. There's no way to use CSS to target specific text, sadly.
I finally got my organization on board with using the built-in events feature in RG. We're now setting up animal attendance to see if the functionality will be useful. But, if it doesn't end up working for our organization, is there a way to disable animal attendance, while keeping the core events feature enabled?
I'm assuming this isn't possible but I wanted to verify. I looked into alternative ways to at least remove the animals attending link shown for each event, with a CSS rule of display:none, but there's no way to target the text/link since it doesn't have a selector or class. I would normally fallback to a pseudo class like nth child() or similar, but the events page is just text with <br> breaks. There's no way to use CSS to target specific text, sadly.