-
Author
-
December 11, 2017 at 07:04 #182624
jhlorimer
ParticipantIs it possible for the layout of my posts to look like the attachment?
December 11, 2017 at 16:15 #182669Laura
ModeratorHello, the single post or the blog?
I can help you with some css if you share access 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 11, 2017 at 19:04 #182701jhlorimer
ParticipantHere is the page that I am displaying my blog posts on:
http://www.redefinedwellness.net/articles.
I have made the following posts public so you can see them:
http://www.redefinedwellness.net/2017/11/04/foods-you-can-eat/
http://www.redefinedwellness.net/2017/12/11/welcome/
For some reason, the Foods post does not show comments.I also need help adjusting how big the picture is on the individual posts.
One last random question about visual composer. After I edit an element on a page, it always takes me to the bottom of the page, not back to where I was. Is there a way to fix this?
Thanks for your help.
JodyDecember 12, 2017 at 15:17 #182772Laura
ModeratorHello, this to modify the single post image size, add to style.css of child theme
COPY CODE.single-post .article-media img:nth-child(1) { width: 50% !important; }For the comments, please go to the post editor and at the top of the page, open SCREEN OPTIONS and check DISCUSSIONS and COMMENTS then scroll to the bottom of the page, you should see a checkbox to enable/disable comments
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 12, 2017 at 18:21 #182817jhlorimer
ParticipantThe allow comments box is checked, but it says “comments closed” on the post…
December 12, 2017 at 19:11 #182819Laura
ModeratorHello, lease check at Settings > Discussions to see if the comments are closed automatically after x time
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.