webmark487
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Translation does not workthank you!
Forum: Plugins
In reply to: [Events Made Easy] 3 shortcodes missingThank you Franky!
Forum: Plugins
In reply to: [Events Made Easy] 3 shortcodes missingIsn’t “Frontend Submit” combined with email a useful combination (one that probably everyone who uses the plugin takes advantage of)?
Why else would you fill out the “Notification Email for Frontend Event Submission” field?Also, I’m a little confused about the terms:
When are they attributes (#_ATT), when properties (#_PROP{xxx}) and when are they placeholders?
Or are they all the same?“Shortcodes” is something else, I already understand that.
- This reply was modified 1 week, 5 days ago by webmark487.
Forum: Plugins
In reply to: [Events Made Easy] 3 shortcodes missingI do not fully understand, how the content of the frontend submit fields lands in the emails:
This one works for example:
#_FIELD{event_name} in the form has to be addressed with _EVENTNAME in the email template.
I also found all the others, but one I cannot find :
<div class=”input”>#_FIELD{event_contactperson_email_body}{textarea}</div>Forum: Plugins
In reply to: [Events Made Easy] event start time not required?Thank you for the information.
And yes, it´s about the frontend submit form.
Thank you.
But why does it take several hours sometimes for the content to be updated with 60 as the current cache setting?
any ideas?
SOLUTION:
URL exclusions of /wp-admin/admin-ajax.php in the Weglot Project Settings (Exclusions):
the behavior has to be “URL exists but is not translated”:
jquery.min.js?ver=3.7.1:2 GET https://physiotherm.com/wp-admin/admin-ajax.php net::[email protected]?ver=3.7.1:[email protected]?ver=3.7.1:2(anonymous)@jquery-migrate.min.js?ver=3.4.1:2e.<computed>@jquery-migrate.min.js?ver=3.4.1:[email protected]…a24.bundle.min.js:2r.<computed>@ jquery-migrate.min.js?ver=3.4.1:[email protected]…a24.bundle.min.js:2r.<computed>@frontend-modules.min.js?ver=3.35.5:[email protected]?ver=3.7.1:[email protected]?ver=3.7.1:2Forum: Plugins
In reply to: [The Events Calendar] event status cannot be changedyes, it´s about the Event Status settings
it works – I just confused it with the status of the event (planned, pending review, draft).
What effect does the Event Status have? Does the class change?
For what is it? Can I filter the events by that status?Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] show events that have not yet endedYesterday, there was a workaround (functions.php) on the page. Now that I know how to do it with native The Events Calendar Shortcode & Block functionality, I changed it back.
thx a lot!
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] show events that have not yet endedNo special action that I did before the warning is generated.
Saving the permalinks makes the warning go away for some short time, but unfortunately it comes back again.
As there seems to be no solution, I disabled all warnings now with define( ‘WP_DEBUG_DISPLAY’, false ); in wp-config.php
here is the log output: https://web-mark.net/madeavailable/20250910_gfn_debug.log
thx, i will try that
btw, it seems like you forgot one closing bracket in the second line
set_error_handler(function($errno, $errstr, $errfile, $errline)) {