Hi,
Can you help me with such issue
1) I want to place the titles of the fields inside the fileds (not above)
2) and how to put field and button in a row?
Desirable result:
https://www.dropbox.com/s/d64e9g9qia46j6r/1.png
Thank you for support.
Hi Denis!
Can you post the link to your page where you have contact form please?
Regards,
Yigit
Hi, here it is:
http://graminsta.ru/mainpage_test2/
Hey!
Please edit your Contact form element and change element width to 3/4 – http://i.imgur.com/kneLaRF.png
then add following code to Quick CSS in Enfold theme options under General Styling tab
p#element_avia_1_1 label { display: none; }
then add following code to Functions.php file in Appearance > Editor
function add_custom_placeholder(){
?>
<script>
jQuery(window).load(function(){
jQuery('input#avia_1_1').attr('placeholder', 'Емейл *');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_placeholdert');
Cheers!
Yigit
Almost perfect!
Placeholder in the field doesn’t appear yet. Follow the link pls
http://graminsta.ru/mainpage_test2
Can you help me to make it look like to the link:
https://www.dropbox.com/s/wdjrvxwtiqrreaz/2.jpg
Or may be I do something wrong?
Hey!
Do you mind creating a temporary admin login and posting it here privately so i can review the code?
Best regards,
Yigit
Hi!
1) You need to modify the contact form code if you want to use the captions as field placeholder – see https://kriesi.at/support/topic/contact-form-align-center/#post-276879 (issue 2).
2) Please try to re-install all enfold theme files with ftp and overwrite the files on the server if necessary: https://vimeo.com/channels/aviathemes/67209750
If that doesn’t help it might be a permission issue and wordpress can’t access the theme templates.
Best regards,
Peter