Support

Home Forums Event Espresso Premium questions, question groups

questions, question groups

Posted: September 26, 2014 at 5:57 pm


Eric Mourer

September 26, 2014 at 5:57 pm

I have put a ‘question’ male and female genders, so when people sign up we see
how many male and females we have at all times. When I want to shut off male or female, I just delete male or female from that ‘question’ the problem is it does that to every event I have going on, when I just want it to affect one event only.
Anyway to get around this? Thanks for your help?


Lorenzo Orlando Caum

  • Support Staff

September 27, 2014 at 9:55 am

Hi Eric,

What is the event that you are trying to make this change with?


Lorenzo


Eric Mourer

September 27, 2014 at 2:23 pm

http://www.vipsocialevents.com/los-angeles/

The event at La Maison..


Lorenzo Orlando Caum

  • Support Staff

September 27, 2014 at 5:57 pm

Hi Eric,

That event has already closed out so here is an example on another event.

We can hide the fields using CSS. Specifically, we can do this by going after the page id and targeting the CSS for the field.

Lets use the Sunset Yacht event. When we view the page source, we see a page body class of page-id-358:

body class="page page-id-358 page-template-default wpb-js-composer js-comp-ver-3.7.4 vc_responsive"

Next, we could inspect the gender label and gender question to get the CSS classes. However, since there is only a single radio question, we can use something like this:

.page-id-358 .single-radio { display: none;}

And here is the end result:

http://cl.ly/image/22260V261U1f

To use the example above on another event, just update the page id number from 358 to the correct number.

The CSS can be added to your child theme’s stylesheet or a plugin like My Custom CSS or Reaktiv CSS Builder.

Thanks


Lorenzo

The support post ‘questions, question groups’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso