Support

Home Forums Event Espresso Premium Register button and embed a pdf in the information of a course

Register button and embed a pdf in the information of a course

Posted: February 10, 2021 at 11:24 am


Rob van Lidth de Jeude

February 10, 2021 at 11:24 am

Dear sir, madam,
I am working on your addon and need some help.
1. In the agenda you see event, venue, date and register. We would like the ‘Register’ to be changed into ‘More information’. People can register from there. When telling customers what the course is about, we use a pdf form that is made in LaPosta. Can I embed that pdf? Can the register button here and the ‘More information’ button be in Black?
Thank you for your help. Kind regards, Rob


Tony

  • Support Staff

February 10, 2021 at 2:44 pm

Hi there,

In the agenda you see event, venue, date and register. We would like the ‘Register’ to be changed into ‘More information’. People can register from there.

Can you link me to the page in question, please.

We have a lot of filters within Event Espresso so the above is likely possible but I need to double check which button you are referring to.

When telling customers what the course is about, we use a pdf form that is made in LaPosta. Can I embed that pdf?

By embed do you mean to include a link to the PDF? You can’t embed the PDF into the page but you can link to it.

Can the register button here and the ‘More information’ button be in Black?

Most likely yes but I’ll need to see which button you mean.


Rob van Lidth de Jeude

February 11, 2021 at 4:02 am

Hi Tony,
1. Change ‘Register’ into ‘Click for more information’
At the backside of WP it will just show the shortcode. At the frontside the page shows http://www.yellowresearch.nl/yrnieuw. The only way to show you: please go to http://www.yellowresearch.nl/yrnieuw –> click ‘Click here for our actual training event’ (at the top of each page). There you find Event, Revenue, Date, and (in red) Register. That register we want to change into ‘Click for more information’ (in black)
2. if you click that you will come to https://www.yellowresearch.nl/yrnieuw/events/test-4/
On the right side (underneath Qty) there is a button in red called Register Now. We would like to have that button in Black.

Point is that we don’t want to ‘scare’ our customers by suggesting that extra information can only be obtained by registering

Kind regards, Rob


Tony

  • Support Staff

February 11, 2021 at 5:04 am

1. Change ‘Register’ into ‘Click for more information’

Ok, so this page:

https://www.yellowresearch.nl/yrnieuw/

Is using the Table View Template and we have a shortcode parameter you can use to change the text. So right now you’ll have something like:

[ESPRESSO_EVENTS_TABLE_TEMPLATE]

Add reg_button_text='Click for more information' to the shortcode, like so:

[ESPRESSO_EVENTS_TABLE_TEMPLATE reg_button_text='Click for more information']

2. if you click that you will come to https://www.yellowresearch.nl/yrnieuw/events/test-4/
On the right side (underneath Qty) there is a button in red called Register Now. We would like to have that button in Black.

The styling on that button is actually from your theme, we apply minimal styling within Event Espresso to try and keep the EE event elements consistent with the rest of your theme.

You can override that colour using something like:

.ticket-selector-submit-btn {
    color: #000;
    border: 1px solid #000;
}
.ticket-selector-submit-btn:hover {
    background-color: #000;
}

Add that to Appearance -> Customize -> Additional CSS.


Rob van Lidth de Jeude

February 12, 2021 at 6:45 am

Thank you! Worked


Tony

  • Support Staff

February 15, 2021 at 10:48 am

You’re most welcome.

Any further questions just let us know.

The support post ‘Register button and embed a pdf in the information of a course’ 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