Support

Home Forums Event Espresso Premium How to Remove Register Column from Grid and Change Wording, too

How to Remove Register Column from Grid and Change Wording, too

Posted: March 2, 2017 at 12:20 pm


Alison Schuster

March 2, 2017 at 12:20 pm

This is a continuation of the topic at this address:

https://eventespresso.com/topic/how-can-i-remove-the-register-column-from-table-view/#post-233869

That ticket will not let me add an answer to Tony’s question.

I would like to remove the register column from one of the grids…”future classes” and change the “sold out” wording to something else.

Thx a bunch!


Lorenzo Orlando Caum

  • Support Staff

March 2, 2017 at 1:55 pm

Hi Alison,

Support posts close automatically after a couple weeks of inactivity.

Could you provide a link to the page where this grid is in use?

We’ll then share feedback on making changes.

Thanks


Lorenzo


Alison Schuster

March 2, 2017 at 3:52 pm

So sorry …I forgot the most important part. Thanks for your patience.

redacted – Event Espresso support team – LOC


Lorenzo Orlando Caum

  • Support Staff

March 3, 2017 at 8:59 am

Hi Alison,

Try this CSS for changing the styling to remove the register column:

#pgc-422-0-2 .espresso-table .reg-col, #pgc-422-0-2 .espresso-table th:nth-of-type(4) {
  display: none;
}

If your theme has a Custom CSS area built-in, then you can add it there through your WP dashboard. Otherwise, if you are using a current version of WordPress then you could use the Customizer tool in Appearance –> Customize –> Additional CSS.

You can then go back to your site and refresh the page to see the new changes.

The source text for the sold out messaging is:

Sold Out

Here is a snippet of code that will change it: https://gist.github.com/lorenzocaum/28a23cc7fa2c8c5013967350620d8a2e

Add it to a site specific plugin (https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/) and then change Replace Me to something of your choice.


Lorenzo


Tony

  • Support Staff

March 6, 2017 at 7:15 am

Hi there,

You don’t actually need the custom plugin to alter the Sold out text on the Event Table.

You can use the sold_out_button_text shortcode attribute, like this:

[ESPRESSO_EVENTS_TABLE_TEMPLATE sold_out_button_text='Your custom link text']

Note you may also have other attributes set on the shortcode on your page already.

The support post ‘How to Remove Register Column from Grid and Change Wording, too’ 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