-
AuthorPosts
-
August 21, 2023 at 8:33 pm #1416790
Dear Enfold Team,
I need a filter option on a listing is this possible or do I need an additional extension here? On this page you can see what I want to build: https://aufschwungalt.de/ueber-uns/unsere-referenzen/I want to create forms with an automatic confirmation email. How can I create this?
August 22, 2023 at 4:21 am #1416824Hey JeSchami,
Thank you for the inquiry.
You may need to look for a plugin or a custom script because this kind of feature is not included in the theme by default. Please check the link below for a list of posts filter plugins.
// https://wordpress.org/plugins/tags/post-filter/
Best regards,
IsmaelAugust 22, 2023 at 1:59 pm #1416858Hi Ismael,
thanks for your help. I will take a look after an extension.
I want to create forms with an automatic confirmation email. How can I create this?
August 23, 2023 at 10:43 am #1416934Hi JeSchami,
Our contact form has a built-in autoresponder which has will send a default message to the user, but you can modify it by editing our contact form, then go to Content > Backend, and fill in the following fields:
- Autoresponder From E-Mail Address
- Autoresponder Subject
- Autorespond Text
Hope it helps.
Best regards,
NikkoAugust 23, 2023 at 4:29 pm #1416964Hi Nikko,
Super many thanks.
Is it possible to integrate a direct language in the automatic reply. such as Dear Ms. Mustermann.And the information is drawn from what he entered in the form?
August 24, 2023 at 5:27 am #1417012Hi JeSchami,
Is it possible to integrate a direct language in the automatic reply. such as Dear Ms. Mustermann.
It’s possible using this filter: avf_form_custom_autoresponder
Please try to check this thread: https://kriesi.at/support/topic/contact-form-changes-after-enfold-update/And the information is drawn from what he entered in the form?
I think you may need an advanced form with some conditional logic built-in it.
For free contact form plugin, you can try contact form 7 and add another plugin called conditional fields: https://developerrocket.com/how-to-add-conditional-fields-using-contact-form-7/
But if you want a more convenient and user-friendly one, a paid one like gravityforms has this feature.Best regards,
NikkoSeptember 5, 2023 at 9:18 pm #1418199Hi Nikko,
I would like to customize my posts a bit like in this template: https://www.aufschwungalt.de/ueber-uns/unsere-referenzen/?cat=0&start=0
I want the complete text to be visible and I want the whole thing to be full width. Is this possible? I have already played with the various blog settings but have not found anything suitable.
Best regards
JessicaSeptember 9, 2023 at 10:04 pm #1418592Hi,
Thank you for your patience, but unfortunately I don’t see a way to display the content like this with the filter, I recommend using a plugin with a shortcode that you can add to your current page to display it.
Perhaps try the plugin Display Posts it offers a lot of parmeters for creating a list of posts without any extra style so you can easily style it yourself, I tested the shortcode in a code block to show a specific category with the title and full content:
[display-posts category="order" include_content="true" category_label="Category: " category_display="true"]
and it display in full width:
You can add more features like images and the date and then style it with css to make it look as you want, it doesn’t have the filter though.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.