Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Translation of certain strings“Required field” is an option that you can change (you can even hide it and put text of your own).
“Please select at least 1 seat!” is a translatable string, see eme_rsvp.php:
$form_html .= __('Please select at least 1 seat!','events-made-easy');
That string is also visible in the wordpress translation project, see https://translate.wordpress.org/projects/wp-plugins/events-made-easy/ , select the language of choice and filter on that string.Forum: Plugins
In reply to: [Events Made Easy] How to remove name requirement from reg form?Ok, the invite_only feature thus 🙂 There indeed I force the email already.
I’ll change the code to also take lastname/firstname into account for the next release.Forum: Plugins
In reply to: [Events Made Easy] How to remove name requirement from reg form?EME is only prefilling name and email for logged-in wp users. How do you send that registration link (because I don’t think there’s a way in EME to autocomplete the name/email fields if not logged in)?
Forum: Plugins
In reply to: [Events Made Easy] How to remove name requirement from reg form?EME requires 2 fields: lastname and email. There’s no option to not require the lastname.
Forum: Plugins
In reply to: [Events Made Easy] Subscription Waiting ListTelling the number on the list is currently not possible in EME directly (no placeholder foreseen, feel free to open a feature request at https://www.e-dynamics.be/wordpress for this). However you can tell them that they are on the waiting list and the number of “waiting list seats” available using existing placeholders already (see the doc on booking and event placeholders). The payment url (not the id) is given with #_PAYMENT_URL in the booking succeeded message or mail, but people can only pay if no longer on the waiting list.
Forum: Plugins
In reply to: [Events Made Easy] Waiting list form and messageGlad to hear. And if you don’t want to show the selection of seats to book (without using the “attendance” option, just set the minimum and maximum amount of seats to book in one go to the same value. That way you’ll still get the message that it might go on the waiting list (if appropriate) but the seats dropdown will be hidden.
Forum: Plugins
In reply to: [Events Made Easy] Waiting list form and messageThe setting “Booking on waiting list text” is used in the booking form, like it says in the explanation of that option: “The text shown on the booking form if this booking will be put on the waiting list.”
You should change the setting “Booking recorded message” , where you should use the conditional check for #_ON_WAITINGLIST , for example:[eme_if tag='#_ON_WAITINGLIST']Your booking is recorded but on the mailing list[/eme_if] [eme_if tag='#_ON_WAITINGLIST' is_empty='1']Your booking is recorded and NOT on the mailing list[/eme_if]Forum: Plugins
In reply to: [Events Made Easy] Waiting list form and messageWhich conditional tag + value did you test (and where did you enter this)?
Forum: Plugins
In reply to: [Events Made Easy] Registration only for certain personsSeveral options:
– protect the page with a WP password
– protect the RSVP part with an EME password
– require users to be logged in for RSVP
– show the booking form only for a specific condition:#_ADDBOOKINGFORM_IF_USER_IN_GROUP{xxx} shows the RSVP form only if the logged in WP user is part of the EME group called ‘xxx’. Multiple groups can be used if separated by a comma.
#_ADDBOOKINGFORM_IF_USER_IS_MEMBER_OF{xxx} shows the RSVP form only if the logged in WP user is a member of the EME membership called ‘xxx’. Multiple memberships can be used if separated by a comma.
#_ADDBOOKINGFORM_IF_USER_HAS_ROLE{xxx} shows the RSVP form only if the logged in WP user has the WP role called ‘xxx’. Multiple roles can be used if separated by a comma.
#_ADDBOOKINGFORM_IF_USER_HAS_CAP{xxx} shows the RSVP form only if the logged in WP user has the WP capability called ‘xxx’. Multiple capabilities can be used if separated by a comma.Forum: Plugins
In reply to: [Events Made Easy] delete past events automaticThat’s indeed possible, see the EME options, tab “GDPR”
Forum: Plugins
In reply to: [Events Made Easy] Plugin breaking ElementorI installed elementor + that essential addons plugin (and the font upgrade): all still worked fine here.
I’m glad you found a workaround, but I’m sorry that I can’t reproduce it here.Forum: Plugins
In reply to: [Events Made Easy] Error on clicking Register buttonNone of the urls
https://ajax.googleapis.com https://checkout.stripe.com http://code.ionicframework.com https://code.ionicframework.com https://fonts.googleapis.com
are used by EME in code. The stripe-url is used after booking (if stripe is configured in EME), but since you talk about eme_events not working, it is not even related to that. Maybe your theme or another plugin is causing this, but not EME.
Since I only debug EME, you need to figure out which plugins/themes are using those urls and act accordingly. Feel free to email me on my known email mentioned at https://www.e-dynamics.beForum: Plugins
In reply to: [Events Made Easy] Error on clicking Register button[eme_events] hasn’t changed at all. However, it uses your defined settings and templates (not even inline styling by default), so maybe something there is provoking this?
If you can tell me how you apply CSP-styling (I’m a newbie in that), I can try on my end too … Is this a theme functionality? Or a plugin?Edit: maybe an example url might help too (not blocked by csp of course)? Don’t forget that you can have reports sent for csp violations, so that can give you a clue on what’s going on exactly.
- This reply was modified 5 years, 2 months ago by Franky.
Forum: Plugins
In reply to: [Events Made Easy] Error on clicking Register buttonI indeed use inline styling in a number of cases, but that’s no different from previous versions of EME.
If you find some inline styling to be problematic, feel free to report that (but it is more of a feature request, so maybe use the EME forum at https://www.e-dynamics.be/wordpress then)Forum: Plugins
In reply to: [Events Made Easy] Error on clicking Register buttonSorry about that, there’s a typo that accidentally made it to the released version. I’m releasing a new version with the fix now.
(and I hope wordpress gets rid of this torbrowser spammer)