Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #1416824

    Hey 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,
    Ismael

    #1416858

    Hi 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?

    #1416934

    Hi 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,
    Nikko

    #1416964

    Hi 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?

    #1417012

    Hi 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,
    Nikko

    #1418199

    Hi 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
    Jessica

    #1418592

    Hi,
    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:
    Enfold_Support_3206.jpeg
    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.