Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Scheduled Emails not being sentAssuming nothing is wrong with your cron, what are your settings concerning mail in the EME settings page? Check “Queue mails for later” there.
If that option is active, go in the “Secheduled actions” menu of EME and check the settings for “Send out queued mails in batches of”. That should contain sensible values.Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Login form?The next version will have an option to redirect to the login page.
Concerning the mails: the next version will have an action emefs_submit_event_action. See the action eme_submit_event_action in the main EME plugin as an example: https://www.e-dynamics.be/wordpress/hooks-and-filters/
Using this action hook, you can create mails to whomever you want 🙂Btw: feel free to make a donation to keep me going: https://www.e-dynamics.be/wordpress/ has a donate button.
There’s a wordpress filter emefs_categories_filter to filter categories. See the filter eme_categories_filter in the main EME plugin doc for an example:
https://www.e-dynamics.be/wordpress/hooks-and-filters/The filter wasn’t documented in the readme for the plugin, that will bee corrected.
Forum: Plugins
In reply to: [Events Made Easy] Hiding field doesn’t workEME operates in the same way for more than a year already. Maybe some other plugin is interfering then? Since your settings work just fine here.
Forum: Plugins
In reply to: [Events Made Easy] Hiding field doesn’t workIs this a custom template (in the EME “template” menu) or somewhere in the EME settings? Because I’m using exactly those settings and the visibility style stays present.
Forum: Plugins
In reply to: [Events Made Easy] Hiding field doesn’t workWell, I can confirm this problem 🙂
It seems wordpress is even more strict when it comes to “safe” css attributes for the style tag.
So I added a new setting that allows you to add visibility as a safe tag (and other).
See this changeset:
https://plugins.trac.wordpress.org/changeset/2432528/I’ll release a new version to fix this asap.
Forum: Plugins
In reply to: [Events Made Easy] Hiding field doesn’t workThis is in fact wordpress removing the style-part, not EME. But in EME, you can allow this to stay. See the EME settings, tab “Other”, setting “Extra html tags”. Adding “span,style” there should work.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Settings for Frontend Submit are missingSee WordPress Admin pag -> Settings -> Events Made Easy Frontend Submit Settings
Forum: Plugins
In reply to: [Events Made Easy] Can’t login or re-register on E-Dynamics siteWhich ip do you have in your DNS cache for the site? Maybe you’re still going to the old site?
Forum: Reviews
In reply to: [Events Made Easy] Complex, powerful, needs too much attentionI just finished transferring my domain (but due to DNS caching it might take 24 hours before it is visible to you), so I hope that will solve the 304 error.
Also, there’s a video on the main site explaining the plugin a bit. Since you can’t access the site, here’s the link: https://youtu.be/TCXQbgsrSZA
Next to that, for events there’s a default form setup done, so no template is really needed. But for memberships I’ve chosen to go forward with templates, maybe I could add some default templates in the future, but people don’t quickly share their work so it would be mostly basic stuff.Forum: Plugins
In reply to: [Events Made Easy] EME broken after Update – function deprecatedThat means your provide us blocking things. You should contact them and ask for assistance. Or use ftp to install the plugin, or the WordPress method of uploading the plugin yourself.
Forum: Plugins
In reply to: [Events Made Easy] Suppressing Required Field text on Membership formThen probably the css from the theme was overriding it in some way, it all depends on the theme you use of course. The url I mentioned gives hints on using your browser CSS debugger to help track down those issues and also a link to css info in general.
Forum: Plugins
In reply to: [Events Made Easy] Can’t login or re-register on E-Dynamics siteThen I guess it is my hosting provider that does this for some weird reason … see my remark above then 🙂
Forum: Plugins
In reply to: [Events Made Easy] EME broken after Update – function deprecatedYes, all settings are stored in the database of WordPress. So remove and reinstall will/should keep your settings.
But based on your original message (which was very weird), do as WordPress suggests and take a backup of the database.Forum: Plugins
In reply to: [Events Made Easy] EME broken after Update – function deprecatedeme_widgets.php is one of the files of the plugin. If the file is missing, something is wrong with your installation. If the file is there, you should check with your provider as to why the error occurs.