Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #25656

    Hi,

    We’ve set up our contact form with email address, etc. and tried testing it out, but the Message Sent label doesn’t appear after clicking Send, the form just disappears. We also enabled Auto Respond, but nothing comes through. Messages aren’t being delivered to the email address we added in either.

    Is there an additional step I am supposed to take to make the form active? This is really urgent.

    Thanks,

    Lea

    #127738

    Oh – Also, is it possible to center and change the color of the Form Title?

    Thanks,

    Lea

    #127739

    Try to install the latest version of Enfold (should be v1.7.1) and try to use the smtp plugin – i.e. http://wordpress.org/support/plugin/easy-wp-smtp or http://wordpress.org/plugins/wp-smtp/ or http://wordpress.org/plugins/wp-mail-smtp/

    #127740

    Hi, thanks this works. There’s only one more glitch: the customizeable “thank you” message that’s supposed to display after clicking send does not come up. Is there any way resolve this?

    And back to one of the original questions as well, is the “ghost font” or place-filler font that shows the content to be written in the content form is very dark and almost can’t be seen with our color scheme. Is there a way to change it to a brighter color?

    Thanks

    #127741

    Hi Lea,

    Do you have a link to the site that we can take a look at to see the from live?

    Regards,

    Devin

    #127742
    #127743

    Hi,

    Please update to Enfold 1.71.

    This is the current color of the ghost font

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    color: #777 !important;
    }

    The disappearing message I believe is fixed in the updated theme.If not here is the css that takes care of it

    .ajaxresponse {
    overflow: visible !important;
    }

    Thanks,

    Nick

    #127744

    Alright – problem’s resolved. One more thing – is there a Quick CSS I can use to center the alignment of the “thank you” message?

    #127745

    Oh – and also Nick, that code you provided for the ghost color, do you add that to Quick CSS? Cause it has been added to that with our preferred color, but no changes have taken effect?

    #127746

    Hi,

    Sorry about that, needed to add !important. Check the updated code above.

    When I tested on your site I always add to custom.css, though in this case it will not make a difference.

    Thanks,

    Nick

    #127747

    Works – thanks, Nick! And making the form title and post thank you message aligned to the centre?

    #127748

    Hi,

    You can add this

    #ajaxresponse_1 {
    text-align: center;
    }

    Regards,

    Ismael

    #127749

    Hi Ismael, I’ve applied these changes – still not centered though. Any suggestions?

    #127750

    Hi,

    Please add this to the very end of your Quick CSS or /css/custom.css. Please make sure its at the end.

    .ajaxresponse {
    right:-10px;
    position:relative;
    }
    .ajaxresponse .avia-form-success {
    margin:0 auto;
    width:40%;
    }
    .entry-content h3 {
    margin:0 auto;
    width:40%;
    position:relative;
    right: -60px;
    }

    Thanks,

    Nick

    #127751

    Hi Nick,

    This works fine, unless the contact form has been placed in a half-page element – then it reacts oddly, not perfectly centered.

    #127752

    Hi Lea,

    You can play with the values to get the form centered a bit better. Its a hack since there isn’t an auto center setting within css and its reliant on the values in the css.

    Regards,

    Devin

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Contact Form Malfunction’ is closed to new replies.