Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #506758

    Hi there,
    I need urgent help in integrating aweber forms at the bottom of two pages on my site. I have already inserted two forms but need these to submit to aweber.

    I will provide links and FTP access below.

    Thanks a lot for your super technical support!

    Kind regards,
    Yemi.

    #506767

    Hi!

    I’d suggest you using a specialized plugin, like this one. You can use an Enfold Widget Element to render a Widget Area on a Page.

    Regards,
    Josue

    #506883

    Hi Josue!

    Thanks for your quick response.

    Yes I tried this but could not reproduce the same look that I have now with the forms.
    Is there a way I can embed aweber forms but maintain the same styling that I have with the forms now?

    Thanks again!
    Yemi.

    • This reply was modified 9 years, 1 month ago by jeran7.
    #507040

    Hey!

    which style do you have now? please provide us a link showing it. And which style do you want to achieve? please show us what you need.

    Regards,
    Andy

    #507060

    Hi there!

    The style I need is already displayed at the bottom of the homepage of my site and about page.

    I have put the links below.

    Thanks!
    Yemi.

    #507077

    Hi again!

    Here’s a screenshot of the styling – http://screencast.com/t/0dD4uM32

    It’s same as what I currently have on the homepage and about page.

    Thanks!
    Yemi.

    #507425

    Hey!

    We can help you with the styling once you’ve set-up a functioning Aweber form in your site.

    Regards,
    Josue

    #507433

    Hi there!

    I have setup a functioning aweber form on the homepage.

    Here’s a screenshot of it: http://screencast.com/t/wBk1u2qYG

    Can you help style this form to look like the form above it? Here is the styling: http://screencast.com/t/0dD4uM32

    The same form is on the about page below

    Thanks for your help!

    Kind regards,
    Yemi.

    #507442

    Hey!

    Try adding this code to the Quick CSS:

    #top .af-body .af-element label, #top .af-body .af-element input.text {
        font-size: 14px !important;
        
        color: white !important;
    }
    .af-header, .af-footer {
        display: none;
    }
    
    .af-form {
        max-width: 700px !important;
        background-color: transparent !important;
        position: relative;
    }
    
    .af-standards .af-element {
        padding: 0 !important;
    }
    @media only screen and (min-width: 767px) {
        .af-form {
            left: 30px;
        }
        .af-standards .af-element {
            width: 32%;
            float: left;
            margin-left: 1% !important;
        }
        .af-element.buttonContainer {
            top: 19px;
            position: relative;
            left: -30px;
        }
    
    }
    .af-standards .af-element:first-child{
        margin-left: 0 !important;
    }
    
    .af-element.privacyPolicy {
        display: none;
    }
    
    .af-element.poweredBy {
        display: none;
    }
    
    .af-body .af-element input.text {
       color: #fff !important;
       border-color: #fff !important;
       border-width: 2px !important;
       background-color: transparent !important;
       padding: 12px !important;
    }

    Cheers! 
    Josue

    #507530

    Perfect! Thanks a lot!

    #507533

    You are welcome, glad to help :)

    Regards,
    Josue

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