Tagged: CONTACT FORM, error
-
AuthorPosts
-
July 2, 2013 at 1:43 pm #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
July 2, 2013 at 1:47 pm #127738Oh – Also, is it possible to center and change the color of the Form Title?
Thanks,
Lea
July 2, 2013 at 3:38 pm #127739Try 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/
July 8, 2013 at 1:24 pm #127740Hi, 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
July 10, 2013 at 12:02 am #127741Hi Lea,
Do you have a link to the site that we can take a look at to see the from live?
Regards,
Devin
July 10, 2013 at 9:17 am #127742July 11, 2013 at 10:44 pm #127743Hi,
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
July 17, 2013 at 9:08 am #127744Alright – problem’s resolved. One more thing – is there a Quick CSS I can use to center the alignment of the “thank you” message?
July 17, 2013 at 9:10 am #127745Oh – 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?
July 17, 2013 at 11:31 am #127746Hi,
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
July 19, 2013 at 10:13 am #127747Works – thanks, Nick! And making the form title and post thank you message aligned to the centre?
July 20, 2013 at 6:46 am #127748July 24, 2013 at 8:12 am #127749Hi Ismael, I’ve applied these changes – still not centered though. Any suggestions?
July 26, 2013 at 2:25 am #127750Hi,
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
September 11, 2013 at 2:37 pm #127751Hi Nick,
This works fine, unless the contact form has been placed in a half-page element – then it reacts oddly, not perfectly centered.
September 13, 2013 at 12:49 pm #127752Hi 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
-
AuthorPosts
- The topic ‘Contact Form Malfunction’ is closed to new replies.