Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #883029

    Hi,

    I am using the latest version of the ENFOLD theme, I think, it’s 4.9 but the contact form is not working properly. There is a default email address which I assume is based on the WordPress install, and that is my personal email. I tried to customize the form with an email for my business, but that email goes nowhere. There is no error message. The email account works fine I test it many ways.

    #883056

    Hey,

    Please refer to this post – https://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Yigit

    #883205
    This reply has been marked as private.
    #883898

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #884086

    I decided to delete the Contact 7 plugin because I realized am not receiving email on my private email that I use “alhajialpha_fofana@yahoo.com”.

    1. What I want is this to receive all contact details into our organizational email “info@asoisrael.org

    2. I’ll appreciate it if you help me to change the fonts from case sensitive to lower case on my sidebar for “MESSAGES FROM STUDENTS” and “MESSAGE FROM HUMAN RIGHTS LAWYER IRWIN COTLER”.

    TIA

    • This reply was modified 6 years, 11 months ago by Rikard.
    #884279

    Hi,

    Your site seems to be down or you have a typo in the URL, please check. Are you using Contact Form 7 or are you using the contact form in the layout builder?

    Best regards,
    Rikard

    #884308
    This reply has been marked as private.
    #885389

    Hi,

    The email was sent to my email address properly ( see screenshot ) so this is definitely an issue with the host’s mail server. Please contact your hosting provider for more info.

    // https://imgur.com/hp32BtA

    Best regards,
    Ismael

    #885551
    This reply has been marked as private.
    #885875

    Hi!

    Did you set your email as default or as an additional email?

    1.) I removed the default email in the field and then used my own.

    2.) Use the following css code to adjust the style of the widget title.

    .widgettitle {
        font-weight: 600;
        text-transform: none;
        letter-spacing: 1px;
        font-size: 1.1em;
    }

    Cheers!
    Ismael

    #885947
    This reply has been marked as private.
    #886920

    Hi,

    I found an invalid code in the Quick CSS field and removed it. The widget title modification should work now.

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

    The code above should be added in the Appearance > Editor > functions.php file.

    Best regards,
    Ismael

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