• Resolved williamjoseph11

    (@williamjoseph11)


    Hello, i can’t seems to be able to show comments on my blog posts – is there anything i could add to functions.php or any option i have forgotten to enable ?

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

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

    (@alxmedia)

    Hi, you have this as Custom/Additional CSS on your site:

    .entry-footer {
      display: none !important;
    }

    Remove that and it should display.

    Thread Starter williamjoseph11

    (@williamjoseph11)

    I don’t see it on my additionnal css. Here are the one i use :

    .blog-single-date {display: none !important;}
    .blog-single-byline {display: none !important;}
    .blog-card-date {display: none !important;}
    .featured-item-bottom {display: none !important;}

    Is it because of the last one featured-item-bottom ?

    Thread Starter williamjoseph11

    (@williamjoseph11)

    I’ve made it work by adding

    .entry-footer {
    display: block !important;
    }

    not sure if it is a correct way tho, in case you have a better solution

    Theme Author Alexander Agnarson

    (@alxmedia)

    That solution should work fine.

    Thread Starter williamjoseph11

    (@williamjoseph11)

    Superb, have a great day, the thread can be closed.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Have a great day you too, marked as resolved!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Comments field don’t show up/work’ is closed to new replies.