• Very easy to set up. Had little trouble at all.
    The only thing preventing me from giving this 5 stars is that for some reason when the email form is placed on the site it has an additional text entry box for the email. It works fine but it bothers me that there are two and no matter what I try I can’t seem to get rid of it!
    Good plugin otherwise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Shubhanshu Kandani

    (@shubhanshukandani)

    Hi @ejfee,

    We’re so grateful that you took the time to share your experience with us.

    Referring to the above-mentioned issue related to additional text entry, we assume that the inline style required for the label was not applied on the field because of which a separate new field is being shown.

    Can you please go to Appearance > Customize and add the below CSS code under the Additional CSS section and save it.
    After adding the below code it should display properly.

    
    .es_subscription_form #es-subscribe + label{
        position: absolute;
        top: -99999px;
        left: -99999px;
        z-index: -99;
    }
    

    Let us know how this works for you.`

    Regards,
    Team Icegram`

    Thread Starter ejfee

    (@ejfee)

    Thanks for the response with a possible solution. I wasn’t expecting that!
    Unfortunately, that doesn’t appear to have worked. Any other suggestions or help you may be able to give me? Thanks

    Plugin Contributor Shubhanshu Kandani

    (@shubhanshukandani)

    Hi @ejfee,

    I wanted to check in with you regarding the inquiry you had the other day. Was it resolved? Do you need any additional help? I’d be happy to assist you in any case.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Love it!’ is closed to new replies.