Tagged: comment form
Hi lionstail!
Are you trying to add them on pages? You can add the comments form element using the Advance Layout Builder.
Cheers!
Ismael
Hi, I am having an issue where once the Comment Form is added, no one can type a comment. Please see an example: http://arkofprosperity.com/?page_id=2944
Please help!
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under styling tab
#top textarea { line-height: 10px; }
Cheers!
Yigit
Hi,
I went to Enfold > Styling > General > Quick CSS and add #top textarea { line-height: 10px; }
But no one can make a comment in the Comment Forms. Please help! I am a novice WP user so please let me know if you wanted me to do something differently.
Thank you!
Hey!
Please try adding !important rule as following
#top textarea {
line-height: 10px!important;
}
and flush browser cache after applying the code
Cheers!
Yigit
Hi Yigit!
I did just that but it still won’t allow comments. I had this same problem with the Contact Form but the contact form allowed me to edit the form directly in the Post by changing it from Text Area to Text Input. Is there a code that I can put in the Quick CSS box for changing the comment form to Text Input as well since that seemed to be the problem before?
Please help! Many thanks!
Hi!
Please create a temporary admin login and post it here privately so i can take a look
Best regards,
Yigit
Hey!
Please flush browser cache and refresh your page a few times. You can find custom CSS code i added in Quick CSS section.
Regards,
Yigit
THANK YOU, YIGIT! It now works perfectly. You are the best!