Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #583838

    Hey guys,

    I configured outlook as my smtp server. When using the contact form on my site it almost takes 10 seconds until the email is sent and a confirmation message has been displayed.

    I’m wondering if there’s a way to implement the sending of email in a non-blocking way, without checking if the email actually was sent successfully or not. Also, I’m using the light transparent colour setting in the contact form, however the confirmation message is just displayed as a white empty box.

    Any advice?

    Thank you!

    Bruno

    #584531

    Hi tumold!

    We are not aware what are of the custom changes applied to the theme. However it normally do not take 10sec to show send email and show the conformation. Please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you better.

    The ajax confirmation message is in white color on a white background to change text color add the below code to enfold > general Styles > Quick CSS

    
    #top .av-light-form, #top .av-light-form + .ajaxresponse * {
        color: #000!important;
    }

    Regards,
    Vinay Kashyap

    #585038

    Hi Vinaj,

    using the css provided creates a black outline around the submit (enquire) button which is not desired.
    I provided a temp admin account with details below.

    Regards,
    Bruno

    #585055

    Hi!

    Please add following code to Quick CSS

    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
        color: #ffffff!important;
        border-color: #ffffff!important;
    }

    Regards,
    Yigit

    #585119

    Hi Yigit,

    I’ve added the css, same result, see screenshot link. Do you have any ideas about the long wait until email confirmation comes back?

    Regards,
    Bruno

    #585367

    Hi!

    Please add following code to Quick CSS

    h3.avia-form-success {
        background: transparent!important;
    }

    Cheers!
    Yigit

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