Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
EE4 Event Access - How to remove from ticket selector | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium EE4 Event Access – How to remove from ticket selector

EE4 Event Access – How to remove from ticket selector

Posted: February 24, 2014 at 3:21 pm

Viewing 4 reply threads


Delray Wannemcher

February 24, 2014 at 3:21 pm

Hi,

I am interested in removing the “Event Access” portion shown in the “Show Details” section of the ticket selector. Showing the ticket date and time is fine, but I’d like to remove the other columns if possible, or that entire section if required. How can this be achieved?

Thanks

EE4
WP 3.8
New installation on staging site


Josh

February 24, 2014 at 7:57 pm

Hi Delray,

This is something that will be more customizable after Event Espresso 4 graduates past beta. For now, you can hide the entire section by adding a little CSS:

.tckt-slctr-tkt-details-dv,
.tckt-slctr-tbl-td-name a {
display:none!important
}

If you don’t have a child theme set up or another way to add custom CSS, I can recommend installing the Reaktiv CSS Builder plugin and add your custom CSS there.


Delray Wannemcher

February 25, 2014 at 6:28 am

Hi Josh,

I was aware of being able to hide the entire section. But is it possible to just hide the “Event Access” section via CSS?

Thanks for your help.


Josh

February 25, 2014 at 7:53 am

Yes.

.tkt-slctr-tbl h5:nth-of-type(3),
.tkt-slctr-tbl span:nth-of-type(4),
.tckt-slctr-tkt-details-tbl-wrap-dv:nth-of-type(2) {
    display:none;
}


Delray Wannemcher

February 25, 2014 at 8:57 am

That worked well. Thanks

Viewing 4 reply threads

The support post ‘EE4 Event Access – How to remove from ticket selector’ 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 - Staging Server