Tagged: post-meta-infos
-
AuthorPosts
-
May 31, 2017 at 6:55 pm #802146
Hi
If you look at the following single blog page, you’ll notice that the post meta infos, at the bottom of the post, do not display correctly:
The only thing I remember doing for the blog page, I removed the post meta infos as follows:
.page-id-731 .post-meta-infos {
border-top: none!important;
}However, if I remove that CSS code snippet, the problem still exists on my single post page.
Can you help figure out how to get the post meta infos to display correctly.
Thank you
LyseJune 1, 2017 at 6:37 am #802360Hey tremblayly,
May you provide to us more details? Some screenshots will be great.
Best regards,
John TorvikJune 1, 2017 at 5:15 pm #802662Hi John,
Here’s a screenshot: https://www.dropbox.com/s/tjp1ku7t8cdyb6x/single%20blog%20meta%20infos.jpg?dl=0
Thanks
LyseJune 1, 2017 at 5:42 pm #802681Hi,
Add the following to quick css:
.date-container.minor-meta.updated{ display:inline-block!important; } .comment-container.minor-meta{ display:inline-block!important; } .blog-author.minor-meta{ display:inline-block!important; } .text-sep.text-sep-date, .text-sep.text-sep-comment{ display:inline-block!important; }
Let me know if this works for you.
Best regards,
Jordan ShannonJune 1, 2017 at 5:57 pm #802692Hi Jordan,
That fixed it. But I don’t understand why it did not display to begin with? There has to be something I added that is causing this.
Thanks
LyseJune 1, 2017 at 6:18 pm #802697Hi,
I didn’t see any obvious conflict at all. Assuming all your css is structured correctly, I don’t see anything that would have caused this issue.
Best regards,
Jordan ShannonJune 1, 2017 at 6:30 pm #802705Hi Jordan,
I did get support from you guys to help create a customized the blog page, so perhaps while turning off the display of the meta info elements on the blog page, it caused the single page blog meta info to get messed up.
Thanks for all of your great help always!
Lyse
June 1, 2017 at 6:55 pm #802717Hi,
No problem. If you need anything else please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Single Post Post Meta Infos’ is closed to new replies.