Posted: 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() { 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! |
Hi Alexander, You should be able to remove that long list with the following CSS:
|
|
|
That worked, thanks! |
|
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. |
Hi, could you post a screenshot of the specific area? https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots — |
|
|
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: |
|
Hey, Is this possible or it has to stay this way? Thanks |
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. — |
|
|
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. |
|
Oh there you go, that did work actually… Thanks, you guys are the best! |
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? — |
|
|
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.