Posted: October 19, 2015 at 1:50 pm
Regarding “Event Payment Details” email/message: 1. At times when clicking “Event” link or “Please click here to edit your registration” link, we get a Error message in a pink box. How to resolve this? 2. When a registrant pays for event, and register 2 people, they receive 2 of this link: “Please click here to edit your registration:”. However, they are partially overlapping. How can we add a line/paragraph space between the two? If I need to send screenshots, please let me know where to send these. |
|
Hi there,
Can you post the actual error message that is shown please? Or a screenshot will be fine too.
Is this within an email or on the thank you page? Can you link me to an event I can run test registrations on please. |
|
1. Cannot see full error message. How can I send attachment of screen shot? 2. This is in Event Payment details email. Thank you! |
|
For screenshots you’ll need to host the image somewhere an post the link here, we have some options posted here: https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots I’ve placed a registration on the event you linked to, can you apply a manual payment to the event and send the payment related messages so I can view this please? |
|
2. For this one, you need to register for two people to see the error. Then how do I “send” the payment message to you? |
|
For 2. See Screenshot 2015-10-22 12.05.15 in WordPress Media on our website. |
|
For 1. See Screenshot 2015-09-26 14.55.19 in WordPress Media on our website. |
|
Hi, we’ll need to see the images that you mentioned to share feedback. Could you upload them to a service like Tinygrab or Cloudapp? https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots If you have added them to WP Media, then please post those links here as a reply. — |
|
1. Error message: 2. https://kiros.org/wp-content/uploads/2015/10/Screenshot-2015-10-22-12.05.15.png Here you can see the “Please” is a part of the first link. Would like a paragraph space between the two links. |
|
Thanks. Could you provide a link to the page that shows that error? I tested on the single event page that you shared earlier in your support post and that works: http://cl.ly/image/2a1D2a0v2h1K On your second question, that can be edited through the messages system. Go to Event Espresso –> Messages –> Payment Received. Now click on Primary Registrant. Scroll down to the main content area or the area where you added those links. Then place the cursor after the first shortcode for the registration and then hit enter on your keyboard and that should add a spacing. While, we are on this topic, the links appear to be similar though they are not the same. What are the exact shortcodes that are in use there? — |
|
http://kiros.org/wp-content/uploads/2015/10/Screenshot-2015-09-26-14.55.19.pn A) Why is the error hidden (I can see “Error has occurred:”) B) The link to this page is on the payment details email. It only happens sometimes, not all the time. |
|
2. I’ve looked at the primary reg email: I do not see the links to enter a paragraph space between them. Can you show me where? redacted – Event Espresso support team – LOC |
|
Hi, the screenshot shows that the event payment details email is going out. However, I’m not seeing the shortcode information for the edit registration details link. Is it possible that it was added to a different message type? For example, did you create a custom message type for the payment details email? If so, you’ll want to edit the custom message type instead of the global message type. — |
|
1. http://kiros.org/wp-content/uploads/2015/10/Screenshot-2015-09-26-14.55.19.pn A) Why is the error hidden (I can see “Error has occurred:”) B) The link to this page is on the payment details email. It only happens sometimes, not all the time. |
|
2. I found the email. I believe this: Please click here to edit your registration: is pointing towards the 2 links being together here: Can you please tell me of a way to separate the links in the email, as seen in screenshot? Thank you! |
|
This usually happens when the theme is applying some strange z-index rules that mess up the order of the page. We’ll need to see the error live so we can investigate further.
Where exactly are you using this? Can you take a screenshot of where that code is please (the full message tempate page). I suspect all you need is an additional |
|
2. https://kiros.org/wp-content/uploads/2015/10/Screenshot-2015-10-28-09.34.00.png |
|
Okay, we understand what is going on but it would be helpful to have a sample link so we can trigger the issue on our end. Then we’ll be able to inspect in a local web browser tool and verify a CSS fix. Once its working in our web browser then, we’ll post the solution here. Could you send an email with that link to us? support at eventespresso.com For clarity, this link should be the page that you see the error on. Thanks — |
|
Hi, here is a fix for the hidden error message which can be added to your child theme’s stylesheet or through a plugin like Simple Custom CSS or Reaktiv CSS Builder: .page-id-145 div.container-wrap {min-height: 220px;} The email that you shared is from the payment received message type. This is either the global message type for payments received or a custom one was created. The URL for the first link is overlapping into the text for the second one. Could you provide us with a screenshot of Event Espresso –> Messages –> Payments Received –> Primary Registrant –> Event_List? The default looks like this: http://cl.ly/image/441e212Q0m1Y/Image%202015-11-02%20at%201.33.51%20PM.png However, I think there may be a [PRIMARY_REGISTRANT_FRONTEND_EDIT_REG_LINK] used in that area on your own templates. — |
|
I had a look over the screenshot you sent us via email and can see the problem. To explain a little, the _LIST sections (in this case ATTENDEE_LIST) are basically loops. So say you have 3 attendees, ATTENDEE_LIST takes the content of the section and applies it to each attendee. So lets say you have “[FNAME] [LNAME]” within that field. EE loops over the three attendees and outputs the first and lastname in the exact way it is requested…
That’s “[FNAME] [LNAME]” looped 3 times. Your expecting a list, or spaces between each loop, so you need to add them into the section. So now we use EE loops over those and outputs Tony Warwick Because it adds a So right now you are calling ATTENDEE_LIST within a div:
Then inside your div you have this: “Please click here to edit your registration: [FRONTEND_EDIT_REG_LINK]” Which when loops 3 times will be:
The “Please…” from the first loop is attached to the last loop. To fix it simply add a br to the end of the loop, like this:
Which then looks like this in the email – http://take.ms/70eaI Is that what your are looking for? |
|
Thank you for your response and explanation, Tony! I’ve made the change and will check the email when someone registers two people. |
|
The support post ‘"Event Payment Details" email/message. Error and spacing’ 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.