-
AuthorPosts
-
July 30, 2014 at 3:55 pm #297766
Is it possible to place the contact form elements into the footer area?
CheersJuly 30, 2014 at 4:03 pm #297769Hi 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,
YigitJuly 30, 2014 at 4:15 pm #297779Excellent, thank you I’ll give this a go once the site is back up ;-)
July 30, 2014 at 4:24 pm #297790July 30, 2014 at 11:57 pm #297957I 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….
July 31, 2014 at 12:05 am #297961Hi!
Please go to Appearance > Widgets and add Text widget to any of your Widget areas and add your shortcode inside text widget
Regards,
YigitJuly 31, 2014 at 5:29 am #298101Thank 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!
July 31, 2014 at 12:49 pm #298193This 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?
CheersJuly 31, 2014 at 12:55 pm #298196Hey!
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!
YigitJuly 31, 2014 at 1:19 pm #298203Great 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?
CheersJuly 31, 2014 at 1:25 pm #298205Sorry to be a pain on this one but is it also possible to colour the background to the form fields themselves?
CheersJuly 31, 2014 at 3:16 pm #298259Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.