[Resolved] Comment Date missing for a particular post

Home Forums Support [Resolved] Comment Date missing for a particular post

Home Forums Support Comment Date missing for a particular post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2341087
    Ramesh Srinivasan

    Hi GP Support,

    The comment date is not showing up for a particular post. I haven’t added any custom CSS or anything for this post, and using the default GP settings in Customizer. The comment date works for all other posts.

    GP Theme version 3.1.3
    GP Premium Version 2.1.2

    Can you help?

    #2341095
    Fernando
    Customer Support

    Hi Ramesh,

    In Simple CSS, you have this code:

    .comment-metadata {
                    display: none
                }

    Try removing that and see how it goes.

    #2341096
    Ramesh Srinivasan

    Hi Fernando,

    It’s already commented out. This is what I have in Simple CSS:

    /* Remove Comments Meta/Date */
    /* .comment-metadata { display: none;} */
    #2341097
    Fernando
    Customer Support

    Checked again. It’s not commented out from my end. Try clearing all caching mechanisms you have.

    It’s at the very bottom of Simple CSS. These two:

    .comment-form #url {
                    display: none
                }
    
                .comment-metadata {
                    display: none
                }
    #2341103
    Ramesh Srinivasan

    Hi Fernando,

    It’s very weird. It’s not appearing on other posts. And it’s still there even after I removed the already-commented entry and saved it.

    View post on imgur.com

    #2341108
    Fernando
    Customer Support

    Did you add the CSS to the Post itself? Try editing the post itself and see if the Simple CSS metabox has CSS in it.

    #2341110
    Ramesh Srinivasan

    Bingo! That was it. You’re awesome, Fernando.
    Thank you.

    #2341114
    Fernando
    Customer Support

    You’re welcome Ramesh!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.