Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1093636

    Hello

    i use the enfold contact form. When i send a email about the website, the message is ok (sended) But i haven`t received the email!!
    When i use contact form 7 or other Formmailer, the message can received. All ok.

    It´s there an issue in childtheme? Thats my function.php in Childtheme:

    <?php
    function twentyfifteen_child_styles() {
    wp_deregister_style( 'avia-style');
    wp_register_style('avia-style', get_template_directory_uri(). '/style.css');
    wp_enqueue_style('avia-style', get_template_directory_uri(). '/style.css');
    wp_enqueue_style( 'childtheme-style', get_stylesheet_directory_uri().'/style.css', array('avia-style') );
    }
    add_action( 'wp_enqueue_scripts', 'twentyfifteen_child_styles' );
    
    function change_cf_from() {
    	return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    
    Regardas
    Andreas
    
    • This topic was modified 5 years, 6 months ago by Thesummer.
    #1093847

    Hi Andreas,

    Does it work if you remove this bit?

    function change_cf_from() {
    	return "<a href="mailto:my-email@domainname.de" rel="nofollow">my-email@domainname.de</a>";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    Best regards,
    Rikard

    • This reply was modified 5 years, 6 months ago by Rikard.
    #1093934

    Hello Rikard,

    i have done yes. But the Emails still not receveid.

    Do you can help me?

    contact form works good, only the form from ava builder doesn´t works.: (

    #1094059

    I have renew the support from Themeforest.
    Do you need Details ? (FTP)

    We can not received emails form enfold contact form.

    Thanks Andreas

    #1094742

    Hello Rikard,

    when i change to original theme enfold. The Contact Formuar works fine. But when i change to my childtheme with orginal Child-Theme was i have downloade and install the contact form doesn´t works. I get no email from contact form.

    Please help me – i have renew the support from Themforest.

    #1094779

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1095671

    Hello Basilis,

    i have create the account for you.

    Very thanks!

    • This reply was modified 5 years, 6 months ago by Rikard.
    #1096045

    Hi,

    Thanks for that, please don’t share login details in public.

    I still see this in your functions.php file:

    function change_cf_from() {
    	return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    What happens if you remove it or alter it?

    Best regards,
    Rikard

    #1096428

    Hello Rikard,

    i have remove the lines again, But its same issue. The contact fomular sending without function.

    Thanks for help!

    Andi

    #1097713

    contact form 7 works also fine.

    only the enfold contact form works bad. In Child Theme i have added the lines above. I doesn´t received emails.

    Emails from enfold original theme directly can send and received. Please help me again. Thanks in advanced

    #1098341

    Hi isarcolor ,

    You might want to stick to Contact from 7 if it works well for you.

    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Contac Form issue? Email not received.’ is closed to new replies.