Tagged: comments
-
AuthorPosts
-
February 7, 2018 at 12:20 pm #909065February 7, 2018 at 12:55 pm #909087
Hey goingthewholehogg,
I believe that the name and email address fields only show for users that are not logged in. I tested this on my localhost and this is the case, but as your site can only be seen if you are logged in, we can’t check. I believe once you go live you will find this to be true.Best regards,
MikeFebruary 8, 2018 at 4:12 pm #909819Hi Mike,
Thanks. We checked the website with ‘under construction’ off and those fields were there as you said.
Just one more thing. We’d like to remove the website field but couldn’t find an option for that. Also we’d like to have the name and email fields centred under the comments box, ideally side by side. Could you provide some code for that?
Thanks,
Kim
February 8, 2018 at 5:48 pm #909878Hi,
You can simply hide the field be adding the following to quick css:
#commentform .comment-form-url {display:none;}If you can deactivate your coming soon function for a bit, we can try and provide css for the other portion of your question.
Best regards,
Jordan ShannonFebruary 9, 2018 at 5:16 am #910105Hi,
We’re working on the site just now. We can leave ‘under construction’ off for the next couple of hours. If you have time to look now, could you take a look at centring the name and email fields under the comments box for us.
Thank you,
Kim
February 9, 2018 at 6:00 am #910121Hi,
Try this code in the General Styling > Quick CSS field:p.comment-form-author,p.comment-form-email { display: flex; justify-content: center; margin-right: 40px!important; } #commentform label { position: relative!important; left: 275px!important; }Best regards,
MikeFebruary 9, 2018 at 6:12 am #910126Thanks Mike,
That worked perfectly. You can close the topic.
Much appreciated,
Kim
February 9, 2018 at 6:54 am #910138 -
AuthorPosts
- The topic ‘Comments Fields’ is closed to new replies.
