Support

Home Forums Event Espresso Premium Same Text in Ticket Description and Details

Same Text in Ticket Description and Details

Posted: November 18, 2017 at 3:25 pm

Viewing 3 reply threads


KMC Georgia Web Support

November 18, 2017 at 3:25 pm

Hello. At present, the ticket description I enter as I create tickets appears both under “Details” and in the “Description” column under the “Price” section when the user selects the “Show Details” dropdown on the ticket selector. Exactly the same duplicate text. On the ticket selector screen, I would love to be able to suppress one or the other.

You can see an example at http://meditationingeorgia.org/classes-events/events/letgo/.

Thank you.


Tony

  • Support Staff

November 20, 2017 at 3:54 am

Hi there,

The easiest way is to hide the description using some CSS, for example:

.tckt-slctr-tkt-details-sctn > p {
    display: none;
}

will hide the ‘main description’ section in the ticket details and this:

.tckt-slctr-tkt-details-tbl th:nth-of-type(2), 
.tckt-slctr-tkt-details-tbl td:nth-of-type(2) {
    display: none;
}

Note you only need one of the above and it depends on which section you want to remove, I recommend trying each one to see which you prefer.

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


KMC Georgia Web Support

November 20, 2017 at 8:37 am

Yep. Worked perfectly. Thank you so much.


Tony

  • Support Staff

November 20, 2017 at 8:55 am

You’re most welcome 🙂

Viewing 3 reply threads

The support post ‘Same Text in Ticket Description and Details’ 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