Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #994279

    Hi there,
    I know there are already some of threads concerning this topic. I have been through all of the suggestions, but have still no success.

    What I have tried so far:
    1. Recovery-Mail works.
    2. Contact Form 7 works.
    3. Deactivated all of the plugins – no success with Enfold Form.
    4. Added following functions:
    add_filter(‘avf_form_from’, ‘avf_form_from_mod’, 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
    $from = “xxx”;
    return $from;
    }
    function change_cf_from() {
    return “wordpress@xxx”;
    }
    add_filter(‘avf_form_from’, ‘change_cf_from’, 10);

    Unfortunately no success. The form sends the mail, but there is no confirmation text and no email at the receiver.

    Could you please take a look at it? Thank you!

    Best regards
    Marko

    #994460

    Hey mkuzman,

    I activated the easy smtp plugin. Please try to configure it and to send a test e-mail (link in private content field).

    Best regards,
    Dude

    #994493

    Hi Dude,
    thank you for helping me! I have configured the plugin and have succesfully sent a test mail. See Debug-Log below.

    What’s next? (Still not working)

    Best regards
    Marko

    #994503

    Hi,

    Ich habe nun herum getestet, da mir der Fehler nicht erklärlich war und letztendlich liegt es am Child Theme. Wenn ich Enfold aktiviere – sodass der Child Theme Code nicht geladen wird – funktioniert das Kontaktformular. Ich nehme daher an, dass der Code in der Child theme functions.php das Kontaktformular stört. Ich persönlich habe die “wordpress_get_post” Funktion im Verdacht, bin dem aber nicht mehr nachgegangen.

    Ich würde daher empfehlen auf Enfold zu wechseln und das smtp plugin zu deaktivieren. Dann teste das Kontaktformular – zB hier: https://ulimco.de/test/

    Geht es nicht, aktiviere smtp und teste erneut. Bei mir hat es jedenfalls mit smtp funktioniert, ohne habe ich es nicht getestet.

    Geht es, überprüfe bitte deinen child theme code.

    LG,
    Dude

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