Posted: January 29, 2018 at 8:11 am
|
Hi, I have 3 questions regarding your EE plugin. Q1. (please see screenshot 01) On the event registration form, there is a short automatic text on the top saying “In order to process your registration, we ask you to provide the following information. Please note that all fields marked with an asterisk (*) are required.” I would like to add one paragraph to this text and a hyperlink. How can I do it? Q2. (please see screenshot 02) On the individual event page: I have a small problem with daytimes formatting. If the daytime title is long, it appears in 2 lines. It looks like this field gets cut in the middle of the page. How can I change it so it occupies the entire width of the page and display in 1 line? Q3. (please see screenshot 02) On the individual event page, in the daytimes section: the calendar and clock icons are not vertically aligned with the text that is on the right. They appear slightly “above” the line of text indicating date and hours. Is there a way to align them vertically so they appear in the middle of the text line? Thank you in advance for your help. |
Hi Paulina, A1. I believe you will want to use this filter hook to change that content: A2. I think you will need to use CSS to make the row widths wider. If you can share the URL of one of your events, we can try to share some CSS code that might help. A3. See A2. |
|
|
Hi Seth, |
Hi there, The following CSS will snap the Datetime text into using the full-width:
Then one way to align the icons:
You can add the CSS to the Customizer, in Appearance > Customize > Additional CSS. |
|
|
Hi, Thank you very much for this. I have one additional question regarding issue no1 (changing then short automatic text that appears on the top of the registration form). I am trying to change the hook as suggested by Seth (hook location: event-espresso-core/modules/single_page_checkout/reg_steps/attendee_information/attendee_info_main.template.php line 7) but I keep getting the following error: Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. How can I change this file? Thank you & best regards, Paulina |
|
I also tried to update the hook file via FTP but my transfer doesn’t get through. |
So you are editing the above file? If so that not how you use hooks, the purpose of a hook is to allow you to change the output without actually editing the core file itself.
That’s an issue with your host, you would need to contact them to fix this. However, first, can you confirm if you are editing To edit that text I would create a custom functions plugin, we have a guide on how to do that here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ Then within that functions plugin you can add something like:
That will replace the text with ‘This some custom text’, so you’ll want to change that for your custom text. |
|
|
Hi Tony, |
You’re most welcome, I’m glad it worked for you 🙂 |
|
The support post ‘Daytime text formatting + changing automatic text on the registration form’ 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.