• Resolved mediniz

    (@mediniz)


    Hello,
    Installed this theme a week back and noticed that the comments tab is not visible.
    Clicking on the comments bubble also does not lead to the comments box.
    Tried everything to no avail.
    Kindly advise a solution so that the comments are visible again.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    You have this CSS on your page:

    
    body:not(.search-results) article:not(.type-page) .entry-footer {
        display: none;
    }
    

    It is in learnpress.css on line 1622.

    You could try forcing it to display with this additional css:

    
    body:not(.search-results) article:not(.type-page) .entry-footer {
        display: block!important;
    }
    
    Thread Starter mediniz

    (@mediniz)

    Thank you so much. It was very helpful and it worked for us.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comments not visible’ is closed to new replies.