Thanks for these suggestions!
For your first point you may want to try adding toggle="true" to your shortcode. That makes the events clickable to reveal the details instead of showing them on hover.
The other two are not currently supported but I will investigate what it would take to make them happen.
Recurrence frequency will be displayed along with other event description information (when eventdesc="true") in the next version of the plugin (7.0.0).
It will not be possible to add a link for users to subscribe to a specific event; the URLs to subscribe to individual events are not present in the overall feed and the plugin has no way to obtain them.
Hi,
thank you very much for the fast implementation!
The toggle=true is working fine. We have thought about a real popup which is showing up, but yeah, we will try with the toggle mode and see if it is enough for us. We have to check if it looks perhaps a little bit strange for long descriptions or long links.
The recurrence frequency is wonderful. Thanks for implementing the feature. Is it somehow possible to replace the word “Recurs” and “Rekehrt” by another word? I have tried with the WordPress gettext hook, but it seems, that it is not triggered in this case.
We have not thought about subscribing an individual event from the feed, but just to create a blank ICS file with only the information of this individual event. All information for it should be accessible, right?
Thanks and kind regards
Greendroid
I could see about generating a new ICS file for the event… that should be possible. I hadn’t even thought of it.
All of the translation text in the plugin is machine translations. I assume you’re looking for changes to the German translation, is that correct? I’m happy to make any manual translation changes that you care to suggest.
Here are all of the base strings in English. (The %s is a placeholder for the number that will get inserted dynamically.)
"Recurring event"
"Recurs every %s years"
"Recurs yearly"
"Recurs every %s months"
"Recurs monthly"
"Recurs every %s weeks"
"Recurs weekly"
"Recurs every %s days"
"Recurs daily"
Let me know what sounds better and I will make those changes as soon as I can!
Hi,
thanks for thinking about the download option!
Exactly, I am looking for the german translations. I thought, that this could be possible with the WordPress hook, but it would be even better to adjust the native translations.
Therefore, here are my suggestions:
“Recurring event” -> “Sich wiederholender Termin.”
“Recurs every %s years” -> “Wiederholt sich alle %s Jahre.”
“Recurs yearly” -> “Wiederholt sich jährlich.”
“Recurs every %s months” -> “Wiederholt sich alle %s Monate.”
“Recurs monthly” -> “Wiederholt sich monatlich.”
“Recurs every %s weeks” -> “Wiederholt sich alle %s Wochen.”
“Recurs weekly” -> “Wiederholt sich wöchentlich.”
“Recurs every %s days” -> “Wiederholt sich alle %s Tage.”
“Recurs daily” -> “Wiederholt sich täglich.”
Thanks and kind regards
Greendroid
Thanks! I will add these translations in the next update.