Support

Home Forums Event Espresso Premium Change language in Short Codes

Change language in Short Codes

Posted: June 18, 2017 at 3:21 pm

Viewing 9 reply threads


marketing-boutique

June 18, 2017 at 3:21 pm

Hi,
is there a possibility to change the phrase in the shortcodes?
The Shortcode [INVOICE_LINK] contains the phrase “Click here for Invoice”. I would like to change it into german.

Kind regards
Raphael


marketing-boutique

June 19, 2017 at 2:38 am

Oh yes, and how can I remove the iCal button. found the css code in the support but not where to put it… tried it in the additional css – but it didnt worked.

.ee-ical-sbmt {
display: none;
}

Thank you 🙂


Tony

  • Support Staff

June 19, 2017 at 3:45 am

Hi there

For the ‘Click here for Invoice’ link text, you will need to translate it to change it. Are you currently using a custom PO/MO file?

If so this is the string you need to translate:

https://translate.eventespresso.com/projects/event-espresso-4/de/event-espresso-de_DE?filters%5Boriginal_id%5D=15023

Be sure to include the %s placeholders in your translation.

Where did you see that CSS code? You’ll need something like this:

.download-iCal-frm {
    display: none;
}


marketing-boutique

June 19, 2017 at 3:59 am

Hi Tony, i found the css in the support forum. I’ll try your one.
Another thing is, that I need the participant to access to the invoice and to the confirmation. But the shortcode [INVOICE_LINK] does not work in the Email. Or is there a possibility to attach a pdf in the email for invoice and confirmation?

Thank you and kind regards
Raphael


marketing-boutique

June 19, 2017 at 4:00 am

Your css works!! 🙂 Thank you. Is there also a possibility to add a line between the events in the event list – so they appear more separated.


marketing-boutique

June 19, 2017 at 4:09 am

The shortcode works now…sorry – but is there a possiblity to attach it as a pdf? Kind regards raphael


Tony

  • Support Staff

June 19, 2017 at 4:23 am

Is there also a possibility to add a line between the events in the event list – so they appear more separated.

Can you link me to the event list on your site so I can view this.

The shortcode works now…sorry – but is there a possiblity to attach it as a pdf?

Currently, EE does not support attachments within the emails. There are various reasons but you’ll find that invoices, receipts, tickets etc all link back to the site.


marketing-boutique

June 19, 2017 at 9:09 am

can I implement a link to the terms and conditions in the form?


marketing-boutique

June 19, 2017 at 9:10 am

Here the link to the event list: http://kerstinmyravoss.marketing-boutique.ch/termine-seminare/


Tony

  • Support Staff

June 19, 2017 at 10:02 am

can I implement a link to the terms and conditions in the form?

Yes you can create a checkbox question and set the link within the question text, for example:

https://eventespresso.com/wiki/how-to-require-attendees-to-agree-to-a-policy-before-being-allowed-to-register/

Here the link to the event list: http://kerstinmyravoss.marketing-boutique.ch/termine-seminare/

You can add some additional padding/margin to the events in the list using something like:

article.espresso_events + article.espresso_events {
    margin-bottom: 6rem;
}

That will add 6rem’s worth of margin to the bottom of any events that have another event element before them.

Viewing 9 reply threads

The support post ‘Change language in Short Codes’ 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