Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #297766

    Is it possible to place the contact form elements into the footer area?
    Cheers

    #297769

    Hi Rustybucket!

    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #297779

    Excellent, thank you I’ll give this a go once the site is back up ;-)

    #297790

    Hi!

    Ok, we will be waiting to hear from you :)

    Regards,
    Yigit

    #297957

    I too want to do this, I got all the way to the part of getting she shortcode, but then can’t figure out how to add it to a footer widget….

    #297961

    Hi!

    Please go to Appearance > Widgets and add Text widget to any of your Widget areas and add your shortcode inside text widget

    Regards,
    Yigit

    #298101

    Thank you very much. I was adding the custom widget instead of the text widget, which is why I couldn’t figure out how to add any HTML because it wasn’t a text widget. Silly me. Thank you for your help, solved!

    #298193

    This has worked really well thank you. I was wondering if I can change the position and colour of the button and the font colour & weight on the button and also the form field labels?
    Cheers

    #298196

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div .footer_color .button, .footer_color input[type='submit'] {
    background-color: red;
    border-color: green;
    color: white;
    }
    div .footer_color .button:hover, .footer_color input[type='submit']:hover {
    background-color: white;
    border-color: blue;
    color: orange;
    }
    #footer .avia_ajax_form .button { font-weight: bold; }
    #footer label { font-weight: normal; }

    Cheers!
    Yigit

    #298203

    Great stuff thanks. I’ve removed the border colour and floated the button right but I’m still seeing a white edge to the bottom of the button, do you know what this is?

    Also Is it possible to change what the form labels say?
    Cheers

    #298205

    Sorry to be a pain on this one but is it also possible to colour the background to the form fields themselves?
    Cheers

    #298259

    Hi!

    Please add following code to Quick CSS as well

    #footer input[type='text'] { background-color: white; }
    div .footer_color .button, .footer_color input[type='submit'] { border-color: #a30134; }

    You can edit your shortcode and change the labels – http://i.imgur.com/AJ1yViC.png

    Regards,
    Yigit

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