Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Unknown error after updating WP 5.5I don’t see an unknown error here, just the page that reloads. Which means that there’s a javascript error on the page, preventing the ajax form submit.
In your browser console the javascript error should be visible. I’ll check on my sites tooForum: Plugins
In reply to: [Events Made Easy Frontend Submit] Custom Fields issuesThe frontend submission is to submit new events, not as an RSVP form (just to clarify).
But I don’t understand the remark “it doesn’t like spaces”, could you elaborate?
The CSS part of EMEFS is described here:
https://wordpress.org/plugins/events-made-easy-frontend-submit/ (section FAQ in the tab “Details”).
It is true that not all elements are styled. Those that are not just use the style from your theme. Use any CSS debugger (your browser) to see which style you should apply. I’ll try to include default styles for custom fields in the future too.Forum: Plugins
In reply to: [Events Made Easy] Unknown error after updating WP 5.5Your site doesn’t allow me to see anything, so I can’t see the problem. Are the people joining EME members or WordPress members. Any kind of restriction on the RSVP form? Maybe some screenshots and/or a video to show the problem?
Which version of eme are you using? I’m offline for the next few days, so you’ll have to be patient 🙂
Forum: Plugins
In reply to: [Events Made Easy] Event import templateI use openstreetmap for lat/long. I don’t know if they are resilient enough to be able to just decide a zip code … I’m away for the next 4 days so can’t check it now.
ICS import is not supported.
Location is checked if you use location name etc (like the examples mention).Forum: Plugins
In reply to: [Events Made Easy] Event import templateOk, tried the code (didn’t try a minimal csv import in a long time), and I added extra checks/code for better csv import:
https://plugins.trac.wordpress.org/changeset/2353411/Your csv lines worked for me, but the end date and time was set to today and the location id was being ignored, therefore the code change.
Also for your example: make sure to use regular double quotes, not slanted ones. And there’s a space before the location_id column in your header line.Forum: Plugins
In reply to: [Events Made Easy] Event import templateWhich fields are you using? The doc and some examples can be found at https://www.e-dynamics.be/wordpress/category/documentation/19-csv-import/csv-import-events-and-locations/
Forum: Plugins
In reply to: [Events Made Easy] Deleting eventsNo it is not possible, unless you make your own admin buttons somehow. I’m very strict on security and allowing an event to be deleted from the frontend is currently not implemented.
For the edit link, please see the documentation on how to use placeholders: https://www.e-dynamics.be/wordpress/category/documentation/3-installation-and-usage/ . Just use the mentioned placeholder(s) in your single event format.Forum: Plugins
In reply to: [Events Made Easy] Bookings for multi day eventsSince you want people to be able to book for each day, these need to be individual events in EME. After that you can create a multibooking form, see
https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_add_multibooking_form/Forum: Plugins
In reply to: [Events Made Easy] Waiting ListsWhen someone is on the waiting list, you first need to move him of the waiting list. And since that action is only available for “pending bookings”, you can approve the booking afterwards.
Forum: Plugins
In reply to: [Events Made Easy] Deleting eventsNo it cannot. There are just too many security issues for that. When registered users are logged in, when viewing the event in the frontend, the “edit page” at the top will edit the event and they can also then delete it. You can also use the #_EDITEVENTLINK or #_EDITEVENURL placeholders.
Forum: Plugins
In reply to: [Events Made Easy] Deleting eventsRegistered WordPress users always have access to the admin site, even if it is just for their own profile. Anyway, deleting and editing events is not possible via the frontend.
Forum: Plugins
In reply to: [Events Made Easy] Deleting eventsRegistered users with the correct EME rights have access to the admin panel where they can edit/delete their own events. See the EME options, tab “Access” for the configuration of the rights needed, after which you can attribute those rights to your users.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] How delete fields in form?Please read the FAQ section: https://wordpress.org/plugins/events-made-easy-frontend-submit/#faq
Forum: Plugins
In reply to: [Events Made Easy] #_STATE input not populatedWell, you didn’t update in 3 years, so things are bound to change 🙂
Make sure to read the file changelog.txt and the newer changes in readme.txt.