Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #848893

    I found this article about aweber integration contact forms with enfold but it seems to not have a final answer. https://kriesi.at/support/topic/aweber-integration-with-enfold-contact-forms/

    Basically I want the form on my website (See Screenshot) when used to add to my contact form list in aweber. From that thread it looks like I need Aweber forms and apply enfold styling – I’m not sure if this is a plugin or code copied from the aweber website. All I know is I want it to look the like attached screenshot. Is this doable? If so which plugin would you recommend?

    These are the plugins that exists for aweber and wordpress

    Please Advise

    • This topic was modified 6 years, 7 months ago by mcraig77.
    #849807

    Hey mcraig77,

    Thank you for using Enfold.

    Yes, it’s possible. Set up your forms using aweber, provide a link to the page then we’ll apply the css code.

    Best regards,
    Ismael

    #851336

    Ahoy Ismael,

    I ended up using the plugin NINJA FORMS for Aweber. Can you help style the button?

    #851419

    Hi,

    Please use the following css codes.

    .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
        width: auto;
        background-color: #c3512f;
        color: #ffffff;
        border-color: #a1300d;
        margin: 0;
        padding: 9px 15px;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        font-size: 0.92em;
        min-width: 142px;
        outline: none;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #851679

    Thanks Ismael!

    A couple of questions.
    1. How do I remove the shadow/boarder on right side?
    2. Anyway to have the button darken on hover or when clicked? I dont like that left shadow when clicked.
    3. On mobile the button gets cut off. Anyway to fix?

    #851909

    Hi,

    1.) Add the following css properties to remove the “border”.

    box-shadow: none;
        border: none;

    2.) Use this code to change the hover state.

    .field-wrap button:hover, .field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover {
        background-color: red;
        color: blue;
        border-color: orange;
    }

    3.) Use this code to change layout of the fields on smaller screens.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .nf-form-cont .one-fourth {
          width: 90%;
          margin-left: 0;
          margin-bottom: 5px;
      }
    }

    Best regards,
    Ismael

    #852353

    Ahoy Ismael,

    None of those really did anything. Please advise

    #852787

    Hi,

    Please make sure that the css modifications are correct. Check for missing curly braces and semicolons or post the login details here so that we can add the css code correctly.

    Best regards,
    Ismael

    #853595

    All the styles are correct… the mobile still is overlapping.

    Is there anyway to have the mobile function like the Contact form where each line is its own? Like attached.

    #853737

    Hi,

    That’s what the css code is for or supposed to do. Please post the login details in the private field. We’ll add it.

    Best regards,
    Ismael

    #854062

    Cool, Here ya go! Also is there anyway to make the input boxes rounded like in the ENFOLD contact form style? Screenshot

    #854229

    Hi,

    We edited/cleaned the css modifications in the Quick CSS field. Please move all css media queries at the very bottom. We also added the !important rule in the contact form’s css modification to give it more priority. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #1107933

    Hi,

    is this thread still open?
    first find it very difficult to find the place where to send a question for support.
    I just see threads but not related to my exact issue.

    I have a aweber form and I want to customize it. I have been struggling.
    Please I need help on this

    On ly website, you see the forms. I want to remove the borders of the box, I want to make the button exactly as the labels. background transparent and I want to reduce the spacing. I want a clean font that looks better. In wp, it does not look great but it looked great in aweber.

    #1108681

    Hi arthurepassa,

    You can always post a new thread here

    Please start a new thread.

    Could you please attach a mockup of what you’re trying to achieve?

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

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