Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #925515

    I am working about the template: https://kriesi.at/themedemo/?theme=enfold-overview homev7 one page portfolio, where there is a contact form that my cliente approved.

    This contact form isn’t work. It doesn´t send it and neither does the message appear that “your message has been sent”
    I followed instructions

    1. Check if WordPress is able to send e-mails – ok
    2. I add the to your theme / child theme functions.php with my domain
    add_filter(‘avf_form_from’, ‘avf_form_from_mod’, 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
    $from = ” (Email address hidden if logged out) “;
    return $from;
    }
    3. I desactive plugins – ok
    4. I installed contact form 7 plugin and it works but the appearance isn’t the same that my client has approved.

    Would you help me to fix the contact form that appear in the template?
    Thanks

    #926273

    Hey 4monos,

    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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

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