Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Cannot update event categoryI’ve encountered the same issue in firefox where checkboxes just don’t show as expected. I’m not sure as to why though … it seems wordpress is doing jquery on those (to show a better-looking checkbox I assume) and that sometimes doesn’t seem to be working in firefox. Have you tried in chrome? Or do you have the same issue there too?
I’m not really sure what I can do here, I’m a bit lost too as checkboxes are not something I’m influencing in any way. I’ll try some more debugging once I can reproduce it again.Forum: Plugins
In reply to: [Events Made Easy] Plugin breaking ElementorWell, currently I’m marking this as resolved, but feel free to reply/reopen this if things are still not ok. Also, like I said: a demo would be nice (in case it doesn’t work).
Forum: Plugins
In reply to: [Events Made Easy] Plugin breaking ElementorI just installed elementor (the free version of course) and had no issues editing a regular page. On a regular page EME doesn’t even come into play (javascript-wise), so it seems weird to me.
Did you check your browser console for errors? It seems like the “spinning circle” is due to some javascript error, and that would show up in your browser console. Otherwise a demo for me would be nice too.Forum: Plugins
In reply to: [Events Made Easy] #_LOCATIONCATEGORIES not responsiveThis is also part of the changeset needed:
https://plugins.trac.wordpress.org/changeset/2488851/Forum: Plugins
In reply to: [Events Made Easy] #_LOCATIONCATEGORIES not responsiveThis changeset will remove the options and fix it to “, ” with 2 filters to optionally change these.
https://plugins.trac.wordpress.org/changeset/2488584/Forum: Plugins
In reply to: [Events Made Easy] #_LOCATIONCATEGORIES not responsiveWell, it seems wordpress trims all trailing whitespaces when updating option values, with no way around it … I need to figure out something to work around this.
Forum: Plugins
In reply to: [Events Made Easy] #_LOCATIONCATEGORIES not responsiveThe default (without selection) wrongfully doesn’t use the option (the changeset corrects that). But I’ll check the option save with a trailing space.
Forum: Plugins
In reply to: [Events Made Easy] #_LOCATIONCATEGORIES not responsiveThat version of #_LOCATIONCATEGORIES{xxx} already uses the option “Categories separator”, so maybe check that option?
Forum: Plugins
In reply to: [Events Made Easy] #_LOCATIONCATEGORIES not responsiveEME already uses “, ” as the separator for #_LOCATIONCATEGORIES. It didn’t use the EME option “Categories separator”, but that will be fixed in the next version and is unrelated to your issue. See this changelog:
https://plugins.trac.wordpress.org/changeset/2488519/Forum: Plugins
In reply to: [Events Made Easy] Good for my venue?EME supports events with multiple prices for different seat categories, next to custom fields that can affect the price too (e.g. a dropdown for your food choices or a checkbox for additional security or so).
So: yes, EME can do this.Forum: Plugins
In reply to: [Events Made Easy] Dedicated image folderEME uses the standard wordpress media library/gallery of wordpress, so that is not possible unfortunately.
However, images uploaded as part of custom fields go in a special separated upload folder.Forum: Plugins
In reply to: [Events Made Easy] Installation failedThat’s not an EME error message, but might be related to the memory settings of your wordpress php setup. See:
https://smashballoon.com/doc/uploading-plugin-pclzip_err_bad_format-10-unable-find-end-central-dir-record-signature/EME is a large plugin, so increase your memory settings, and if that doesn’t work install it manually as explained here: https://wordpress.org/plugins/events-made-easy/#installation (upload the content via ftp/… to your plugin folder).
Forum: Plugins
In reply to: [Events Made Easy] Event Cancelation not working in 2.1.106Thanky you both for the kind words. Spread the word, make the world use EME 🙂 And if you feel up to it: leave a review of the plugin.
And if you’re really up to it: buy me a coffee (but don’t feel obligated of course, EME is free for everybody to use) 😉Forum: Plugins
In reply to: [Events Made Easy] Event Cancelation not working in 2.1.106Btw: I released a new version to fix this.
Forum: Plugins
In reply to: [Events Made Easy] Event Cancelation not working in 2.1.106Arg … I fixed the CANCEL_OWN_LINK (that removes all bookings for a person for an event), but not CANCEL_LINK (that allows to cancel a specific booking). There was a small typo there that I overlooked.
This small one-liner change should fix it:
https://plugins.trac.wordpress.org/changeset/2465476/