Support

Home Forums Event Espresso Premium Remove Date / Time from Event Registration Page?

Remove Date / Time from Event Registration Page?

Posted: April 21, 2015 at 3:06 pm


Alexander Quesada

April 21, 2015 at 3:06 pm

Hello,

I have been trying to clean up my event registration page, so far after searching the forum I was able to remove the ticket price and sale date by adding this to My Custom CSS:

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

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

I tried to remove iCAL by adding the snippit to it as well, but it did not work. It did work, however, when I added it to my functions.php:

add_action( ‘template_redirect’, ‘my_remove_ical_link’ );

function my_remove_ical_link() {
remove_filter( ‘FHEE__espresso_list_of_event_dates__datetime_html’, array( ‘EED_Ical’, ‘generate_add_to_iCal_button’ ), 10 );
}

Lastly, I wanted to remove the date and time on the registration page where iCal was. I already have the date and time when you click on “show details”, so I did not want it on the bottom as well since I have a lot of dates and it gets long. I added this to My Custom CSS:

p.start_date, p.event_time {display:none;}

But it did not seem to work, am I doing that wrong? Thanks!


Jonathan Wilson

April 21, 2015 at 3:37 pm

Hi Alexander,

You should be able to remove that long list with the following CSS:


.ee-event-datetimes-ul {
    display: none;
}


Alexander Quesada

April 21, 2015 at 3:47 pm

That worked, thanks!


Alexander Quesada

April 21, 2015 at 4:23 pm

Since I am on here, is there a way to remove the ticket description from the event page only? I just need it on the actual table view page.


Lorenzo Orlando Caum

  • Support Staff

April 21, 2015 at 7:14 pm

Hi, could you post a screenshot of the specific area?

https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots


Lorenzo


Alexander Quesada

April 21, 2015 at 7:25 pm

Sure, I like the description on this page since it only shows one of our class times:

http://prestigemedical.org/wp-content/uploads/2015/04/1.png

However, I would like to remove it from here if possible:

http://prestigemedical.org/wp-content/uploads/2015/04/2.png


Alexander Quesada

April 22, 2015 at 3:04 pm

Hey,

Is this possible or it has to stay this way?

Thanks


Lorenzo Orlando Caum

  • Support Staff

April 24, 2015 at 6:49 am

Hi, the event description is not wrapped in its own div with a unique class so it can’t easily be hidden.

Could you try this:

Add that information to the event excerpt (i.e. the click here messaging).

Then try adding a couple sentences about the event in the event description area of the event editor.


Lorenzo


Alexander Quesada

April 24, 2015 at 9:20 am

I did try that, it ends up showing only event excerpt in the same place and it ignores the event description, I cannot find the text anywhere on the page.


Alexander Quesada

April 24, 2015 at 9:25 am

Oh there you go, that did work actually… Thanks, you guys are the best!


Lorenzo Orlando Caum

  • Support Staff

April 24, 2015 at 9:25 am

So to verify, you have an excerpt and an event description entered and on the single event page the excerpt appears instead of the event description?


Lorenzo


Alexander Quesada

April 24, 2015 at 9:30 am

Oh there you go, that did work actually… Thanks, you guys are the best!

The support post ‘Remove Date / Time from Event Registration Page?’ 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