Support

Home Forums Event Espresso Premium Multi-Event Questions

Multi-Event Questions

Posted: January 11, 2019 at 8:10 am


elcoates

January 11, 2019 at 8:10 am

Hello, Can you help us with :
1- In the Events list table with 3 columns (Details/Price/Qty) How can we change the name of the 3rd column from ‘Qty’ to something else.
2- We don’t want to see Sale Dates at all, how do we supress this info.
3- We also don’t want to see all the ical information below the table since all that is displayed when they click ‘show details’.
4- How can we affect the order in which our sub-events are listed for each Event? It looks like whenever we update a sub-event it reorders the list (?) Is that right?
Examples seen here: http://homeinspectionedu.com/events/ce-weekend-package-deal-update-2-elective-classes-in-person/ password is ‘becky’ to access.

Thank you
Stefanie


Tony

  • Support Staff

January 11, 2019 at 8:40 am

Hi there,

1- In the Events list table with 3 columns (Details/Price/Qty) How can we change the name of the 3rd column from ‘Qty’ to something else.

You can change the Qty text using a snippet like this:

https://gist.github.com/Pebblo/6c8c3c8d84b9d77608d9116bfe012dec

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Change CustomQty* to whatever text you want to use in its place.

2- We don’t want to see Sale Dates at all, how do we supress this info.

In the show details section?

We don’t have an option to remove those details, but you can hide them with CSS:

.tckt-slctr-tkt-sale-dates-sctn {
    display: none;
}

Add that to your site in Appearance -> Customize -> Additional CSS.

(Edit – Looks like this is not what you are looking for based on the next question, can you provide more details on this please, which Sale Dates are you looking to remove?)

3- We also don’t want to see all the ical information below the table since all that is displayed when they click ‘show details’.

So you mean the ical buttons? – https://monosnap.com/file/kDKFWFlTrUFNPuDa6vXrKK4hU38QTF

If so you can remove those using this snippet:

https://gist.github.com/joshfeck/1bc3731cd1c468916c7f

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Or do you mean all of the datetime’s info?

4- How can we affect the order in which our sub-events are listed for each Event? It looks like whenever we update a sub-event it reorders the list (?) Is that right?

May I ask what ‘sub-events’ are? EE doesn’t support sub events so I’m assuming you mean the datetimes?


elcoates

January 11, 2019 at 8:55 am

On this page http://homeinspectionedu.com/ce-classes/ if you look at the Electives section, they are (I think) displayed in the order the classes were created. But I want to order them as all Elective 1 classes, then all Elective 2 classes. How do I do that?


Tony

  • Support Staff

January 16, 2019 at 6:49 am

Apologies for the delayed reply, by default the should be ordered by event start date ASC, however, looking at the link you posted it looks like you’ve already re-ordered the events.

May I ask how you ended up changing the order?

The support post ‘Multi-Event Questions’ 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