Tagged: x
-
AuthorPosts
-
November 10, 2016 at 3:30 pm #1252317
newskywebsitesParticipantThis is odd and I’m thinking it might be an update issue? I’m running latest version of X, Cornerstone and child theme. Also WP 4.6.1. I just noticed on several sites that the post category on my blogs is no longer showing up in the meta for the posts this last month. Let’s use this sample: https://rasevic.com/about/blog/ Notice 11/10 and 11/7 posts have no category showing (and a category IS assigned). But the older posts do.
I think it’s something with the CSS I got from your team to remove the author and comment count. When I delete that, the category reappears. Is this a known issue? Is there new CSS I should use?
/* Remove Author & Comment Count on Blog */
.p-meta > span:first-child, .p-meta > span:last-child, .p-meta > span:nth-child(3):after {
display: none;
}Thanks!
DawnNovember 10, 2016 at 10:48 pm #1252788
RupokMemberHi Dawn,
The below code hiding the author and category :
.p-meta > span:first-child, .p-meta > span:last-child, .p-meta > span:nth-child(3)::after { display: none; }If you are just trying to remove the author and comments count, update the code to following :
.p-meta > span:first-child, .p-meta > span:nth-child(4), .p-meta > span:nth-child(3)::after { display: none; }Cheers!
November 11, 2016 at 7:47 am #1253307
newskywebsitesParticipantPerfect! Thanks!
November 11, 2016 at 9:07 am #1253386
RahulModeratorYou’re most welcome!
Let us know if we can help with anything else.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1252317 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
