Support

Home Forums Event Espresso Premium Configuring Registration Page

Configuring Registration Page

Posted: May 24, 2015 at 10:24 am

Viewing 6 reply threads


Aidan Dunsdon

May 24, 2015 at 10:24 am

I have just purchased EE4 and wish to use it for registering delegates for training courses. I need to configure the content of the registration pages to reflect training course registration rather than other types of event. For example, I would like to change “available tickets” to “available course places” etc. I would also like to remove the “posted by” link under the event title. What’s the best way to modify the content – is there a data file or do I need to change the PHP – if so what PHP files render the content and is there documentation about what to modify? many thanks


Dean

May 25, 2015 at 2:17 am

Hi,

To change wording I would recommend “translating” the plugin either via the language files or a gettext function. See here for more info: https://eventespresso.com/wiki/how-to-change-wording-with-poedit/

The “posted by” is added by the theme, as events are custom post types. Unless your theme has an option to hide that meta data just on custom post types (doubtful), then you will need to use CSS. If you can provide a link to your events, I can provide a small CSS snippet (there’s no general code for this, as it depends on the themes naming standards).


Aidan Dunsdon

May 25, 2015 at 4:25 am

Hi Dean, many thanks for your response.

I will investigate the translation options you suggest. Regarding modifying the theme CSS for the “posted by” tag, a snippet would be useful, thanks. The site is currently on my localhost development server but the code used is as follows:

<p class=”post-meta”> by Aidan Dunsdon | May 22, 2015 | | <span class=”comments-number”>0 comments</span></p>

** Support: just tidying this up as we didn’t need all this code **

  • This reply was modified 9 years, 5 months ago by Dean. Reason: tidying forum post


Dean

May 25, 2015 at 5:49 am

Hi,

.espresso_events .post-meta { display:none; }

That should do it for you. That will hide the meta only on events.

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.


Aidan Dunsdon

May 25, 2015 at 10:49 am

Thanks a lot. That worked great.


Dean

May 26, 2015 at 3:19 am

You’re welcome!

Anything else I can help with regarding this topic or may I mark it as resolved?


Aidan Dunsdon

May 26, 2015 at 9:33 am

I have a couple of queries but I think they constitute different topics and so will start a new thread. So fine to close this one – Cheers

Viewing 6 reply threads

The support post ‘Configuring 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