mbeckerle
Forum Replies Created
-
Forum: Plugins
In reply to: [Maileon for WordPress] checkbox is active than send to mailonHi,
sorry, did not see the question. In such cases easiest is to just drop us an email to [email protected].
I guess your usecase is something like an optional “I want to receive the newsletter” checkbox. In this case I would probably place it around the request. In the example I placed a check for the form name:
if ($record->get_form_settings( ‘form_name’ ) == “Maileon Form”)
However, you can also just query the value of a form field, here:
if ($form_data[‘register_for_newsletter’] == “yourValue”)
If the field “register_for_newsletter” yould pass value “yourValue”, the contact will be sent to Maileon, if not, nothing further will happen.
Hope this helps,
MarcusForum: Plugins
In reply to: [List category posts] customfield_orderby with field of type dateHi,
thank you, I am looking forward to the release containing this feature π
Kind regards,
MarcusForum: Plugins
In reply to: [Maileon for WordPress] Template not foundI will close the issue now.
Forum: Plugins
In reply to: [Maileon for WordPress] Template not found…
- This reply was modified 5 years, 9 months ago by mbeckerle. Reason: Wrong setting
Forum: Plugins
In reply to: [Maileon for WordPress] Template not foundFor your information: with version 2.9.0 we added a new configuration page, which also names the absolute folders for templates and lists all available found templates.
Forum: Plugins
In reply to: [Maileon for WordPress] error in docu for contact-form-7It has been updated also online, now.
Kind regards,
MarcusForum: Plugins
In reply to: [Maileon for WordPress] Template not foundHi,
placing templates inside the plugins own directory is not recommended as wordpress deletes the whole folder, when updating.
I looked into the issue and placed a template in wp-content/uploads/xqueue-maileon/views. I tested it under WordPress 5.3.3 and 5.4.1 but was not able to reproduce the problem.
Are you using a multipage setup and can you maybe tell me what version of WordPress you are using?
What was the displayed error message (there should be the expected path)?
Kind regards,
MarcusForum: Plugins
In reply to: [Maileon for WordPress] error in docu for contact-form-7Hi,
thank you for reporting this mistake, I fixed it.
It should be updated in some minutes.Kind regards,
MarcusForum: Plugins
In reply to: [Easy Table of Contents] Exclude ElementsNo, your Plugin is fine π
It just ececuted the shortcode of the other plugin twice, which should not be an issue but as the other plugin had side effects, they also were “executed” twice.
Forum: Plugins
In reply to: [Easy Table of Contents] Exclude ElementsThank you for the hint!
I meant as a shortcode (tag) should not have side effects, the other plugin has a “bug by design”. It needs some restructuring.
BTW: I ended up using “ez_content_exclude_by_selector”. Nice plugin π
Forum: Plugins
In reply to: [Maileon for WordPress] Adding ProxyHi Pascal,
thank’s for the hint.
I just included it in the new version and validated the functionality against the upcoming 4.8.It is included in the 2.2.4
Kind regards,
Marcus