Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Bookings Customer OverviewUse #_BOOKINGS in your single event template format (with the format defined in the generic EME settings), or check out the eme_bookings shortcode (which can be used inside a single event template format too, but allows different formatting per event if required):
https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_bookings/- This reply was modified 5 years, 7 months ago by Franky. Reason: added #_BOOKINGS too
Forum: Plugins
In reply to: [Events Made Easy] Line breaks stripped on events pagesGlad to hear!
Forum: Plugins
In reply to: [Events Made Easy] Line breaks stripped on events pagesThat’s weird … I don’t have that issue though, so maybe something else is interfering?
Forum: Plugins
In reply to: [Events Made Easy] Saving event violates WAFI’m unsure as to why a POST to admin.php would fail on the argument event_contactperson_email_body . If mod_security checks the content of that and that contains the mentioned text “rx ://%{SERVER_NAME}/” (I guess that’s a regex for the servername), then:
– it is logical that you include an url to your server in an email
– so maybe the event* arguments need to be excluded in your mod_security rules.Forum: Plugins
In reply to: [Events Made Easy] Line breaks stripped on events pagesI suggest you look for “wordpress strips br-tags” or so 🙂
This might help: https://blog.templatetoaster.com/wordpress-line-break-not-working/Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Datepicker not showingOk, it is not related to the siteground optimize. Your theme has this in its css:
.site-inner { background-color: #fff; clear: both; margin-top: 100px; max-width: 1200px; position: relative; word-wrap: break-word; z-index: 999; }And that causes the datepicker to not show up correctly. Removing the ” position: relative;” part seems to solve your issue.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Datepicker not showingYou seem to use siteground and some js optimizer for it. Try disabling that for this page and then try again.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Datepicker not showingYour mentioned link isn’t working, can you provide a working example?
Forum: Plugins
In reply to: [Events Made Easy] Event time; # of seats leftThe calendar is not the place limiting events that are actually planned, but maybe you can limit when people can subscribe (per event a setting “Allow RSVP from”). You can then “hide” events (in the calendar too) using eme_if statements (see the doc on conditional placeholders).
Forum: Plugins
In reply to: [Events Made Easy] Event time; # of seats left1) See the EME settings, tab “Calendar”. Change the format settings for either the small or full calendar to youtr liking. All event placeholders can be used, see https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-2-events/ (in your case: search for e.g. #_STARTTIME)
2) #_AVAILABLESEATS is the event placeholder you need, see https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-2-events/
3) see #_BOOKINGS (and read the whole explanation there) on https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-2-events/Forum: Plugins
In reply to: [Events Made Easy] Problem with attendance eventsPlease see my response to your question here:
https://www.e-dynamics.be/wordpress/forums/topic/issue-with-rsvp-form-for-an-attendance-event/If a yes/no needs to be a possibility, this would need code development and currently I think the checkbox is also ok.
Sorry, but currently it is very complicated to allow multiple forms for this. For now I won’t support this, it will cause me too much work to do so.
This is indeed the case. I didn’t foresee the possibility of someone using the form 2 times on the same page. I’ll try to fix this
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] no datepicker@jurvrn : then some other plugin is blocking/conflicting with emefs in that specific case. You should try to disable all other plugins and enable one by one until you find the conflicting plugin. Also, check using the default theme.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] no translationI’m not managing the translations in other languages (just in Dutch), so feel free to contact that person.