Home › Forums › Events Calendar Add-on › translate qtip info
Posted: January 30, 2020 at 7:58 am
joost backaert
EE4 Everything License
January 30, 2020 at 7:58 am
I want to translate the registration / spaces in the qtip I used the code from josh on his github : https://gist.github.com/joshfeck/a19abe1b6534489dff0831fe53d9f26f
but now I have a double row of the class in my html, i just need the bottom one
<p class=”attendee_limit_qtip”>Registrations / Spaces: 4 / 96</p> <p class=”attendee_limit_qtip”>Spaces Available: 96</p>
January 30, 2020 at 8:46 am
had to disable Display Attendee Limits
Josh
Support Staff
January 30, 2020 at 1:22 pm
Hi,
Within the code example you could change:
return $spaces . $original_output;
to be this instead:
return $spaces;
The support post ‘translate qtip info’ 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.
Status: closed
Updated by Josh 4 years, 10 months ago ago