Posted: February 13, 2014 at 12:03 pm
|
Hi All! Is there a setting to remove the calendar and event description from the registration and payment pages? They are a little crowded and registrantd have to scroll down and I think some of mine miss the some of the options at the bottom. Bill |
Hi William, Usually the calendar will appear on what ever page you have the [ESPRESSO_CALENDAR] shortcode on it. I’m imagining that you have both [ESPRESSO_EVENTS] and [ESPRESSO_CALENDAR] on the same page. Is that about right? If so, what you can do is create a new page and place both [EVENT_LIST] and [ESPRESSO_CALENDAR] on it, then remove the [ESPRESSO_CALENDAR] shortcode from the page that has [ESPRESSO_EVENTS] on it. If not, can you post a link to the page in question so we can take a look at what’s going on? |
|
|
Hi Josh: Sorry to take so long to get back to you, I forgot to check “follow” on this topic. Anyway, yes, the shortcodes are both on the registration page, I deleted them and previewed the page an the page was blank and the registration form was gone so I didn’t save it. The link to the registration page is: http://3rteachertraining.com/events/?ee=2 We just sent out an email blast and are expecting a lot of traffic. so if you need my admin login no problem. I would post it here, but I don’t know how secure. Bill |
Hi Bill, No need to send credentials, but you’ll need to follow these directions: You’ll need to leave the [ESPRESSO_EVENTS] shortcode on the registration page and remove the [ESPRESSO_CALENDAR] shortcode from that page. Then you can place the [ESPRESSO_CALENDAR] shortcode on another page. |
|
|
Ok, done. But I still get an entire description of the event, but at least the calendar is gone. Is there a way to just have the simple registration form? Bill |
|
Hi Bill, On the event list http://3rteachertraining.com/events there is no description. On the single event http://3rteachertraining.com/events/?ee=2 there is a description. To remove the description you could edit the event and either delete the description or use the “Display description?” on the right (set it to No). |
|
Hi Dean: Yes, I’m aware of where the descriptions are. Thanks though. 1. It is important that potential customers see the description of the event and you must know that so when you said “delete the description” or “set to no” did you mean to suggest that I do not describe the event on any page or post? I just don;t want the registration page to be crowded with a lengthy, but thorough and adequate description. Is this possible? Bill |
|
Hi Bill, I clarified the description locations, as you have said that “Is there a setting to remove the calendar and event description from the registration and payment pages?” So I wanted to make sure we were clear on description locations. I assumed you did not want the descriptions to show. “I just don;t want the registration page to be crowded with a lengthy, but thorough and adequate description. Is this possible?” So to be clear, on this page for example http://3rteachertraining.com/events/?ee=2 you do NOT want a description? Or do you want a description to show on the event list page (http://3rteachertraining.com/events) but NOT the single registration page? If it is the latter, then in Template settings set “Display short descriptions in the event listings?” to Yes and in the event itself set “Display description?” on the right to No. I hope I’m understanding your needs correctly, but if not, please advise. |
|
Sorry Dean, it felt like you were telling me that the sky was blue and Elvis is dead. Anyway, what I am trying to accomplish is two-fold: 1. A simple registration page with nothing more than an event title and maybe day and time, and of course registration fields. 2. A SEPARATE Event description page with an entire description, events data etc. Thi page can have a button to register Or it can even have the registration fields, as long as there is a separate registration page as well. The problem I am having is that people are complaining that the registration isn;t user friendly because the registration form is below all of the event information and calendar. We fixed the calendar. Bill |
|
Thanks Bill, OK, I think the best way to do this is to use Posts, but it does require a minor code edit. In the event-espresso/templates/event_post.php at line 278 (right near the bottom) there is this line if ($display_desc == 'Y'){ ?> change it to if ($display_desc == 'Y' || $display_desc == 'N'){ ?> Then in the Event you would switch off descriptions and at the bottom set “Add/Update post for this event?” to Yes. On updating/saving the event this will create a description-less event but add a Post which contains the description. If you want the Post to have a registration form add this to the Event description (change the ID number of course): [ESPRESSO_REG_FORM event_id=1] |
|
Example event – http://take.ms/FOb2Z Example post – http://take.ms/nOpxV |
|
Ok, now before I go through this. Let me ask you a question. EE4 looks like the Registration process does exactly what I would like from the screenshots. Should I just upgrade and not bother? What’s your opinion? Bill |
|
It depends on your own situation really Bill. Have you read this article – https://eventespresso.com/2014/02/event-espresso-4-beta-officially-released/ ? It discusses a few points which are important. For me the bottom line is: do you use any addons? If so and their features are not covered in EE4’s feature list, then stick with EE3 for now. If there are no glaring omissions features wise, then yes definitely consider upgrading, EE4 is a vast improvement. |
|
Hi Dean! Yes, I read it. I do think the pros outweigh the cons, but I have one question. The one thing I could use is discount codes. Are they available yet, and if not about how long will the wait be? Bill |
Hi Bill, Discount codes are not available within EE4 yet, they are on our road-map but currently we don’t have any deadlines I can give you. EE4 supports qty based ticket sales meaning you can set specific Min & Max amounts on tickets. So a specific ticket will only allow a minimum (or maximum) qty to be purchased which can be used to offer qty discounts. Not the same feature but a possible work around. Personally I would recommend installing a local development copy of the site (separate from any normal dev install) try installing EE4 and see if you could use it to suit your needs. If not then delete the install and continue with EE3 until the required features are included. Although if your decision is based heavily on Discount Codes (it would appear so) I would recommend staying with EE3 currently. |
|
The support post ‘Registration and Payment Screens WITHOUT CALENDAR?’ 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.