Support

Home Forums Event Espresso Premium Removing free free event and available seats

Removing free free event and available seats

Posted: January 15, 2013 at 8:21 am

Viewing 6 reply threads


Imran Dean

January 15, 2013 at 8:21 am

Hi, I would like to know if I could remove free event and available seats from my website register page.which php file do I go to to remove these from showing up. Thanks website is http://s450407431.websitehome.co.uk/express-your-interest/


Imran Dean

January 15, 2013 at 8:27 am

Also how to reduce the registration Id it is very long atm


Dean

January 15, 2013 at 11:30 pm

Hello Imran,

You don’t need to touch the php here, you can use CSS.

.event_price,
.spaces_available {
display_none;
}

Note that this will stop all prices in the event list from being displayed regardless if they are free or paid for events.

The registration ID is intentionally long in order to help generate a unique ID for the attendees. We do not recommend changing it as it can cause issues with the plugin if two users have the same ID number.


Imran Dean

January 16, 2013 at 4:50 am

Where do you put this code. I tried the theme css but does not work. Thanks


Dean

January 16, 2013 at 5:25 am

Hello Imran,

It should work just fine in the themes style.css file, at the bottom. However, it is probably the typo i made that is causing it not to work, try:

.event_price,
.spaces_available {
display: none;
}


Imran Dean

January 16, 2013 at 6:00 am

The free event is gone on the first page, but spaces available still there Also on the registration form it still says free event?


Dean

January 16, 2013 at 6:16 am

Apparently I have absolutely no typing skills whatsoever!

.event_price,
.spaces-available,
.free_event {
display: none;
}

That will sort it for you, but again it hides the prices completely so be aware of that.

Viewing 6 reply threads

The support post ‘Removing free free event and available seats’ 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