"Comments are closed" after posted and then closed comments possible?

Hello

If I mark a posting closed from beginning (no comments), below is the text:

"Comments are closed."

So far so good. I find this a good thing.

Now, after I open a posting for comments and close the posting after a while, this text is no more there ...

Can I setup this somehow that the "Comments are closed." appears in such a case too?

Thanks and greetings

Comments

  • Hi,

    please send us WordPress dashboard access privately thru
    contact form which is on the right side at
    http://themeforest.net/user/muffingroup#contact so we can have a look on
    it closer. Please don’t forget to let us know what for the access is.

    Thanks!
  • edited January 2017
    Sorry, but no - for such an easy question I will not give you access to my private data.

    But ok, I should give you more details: I use the UNIVERSITY template.

    I meant THIS:

    image


    The rest should be really easy to see for you ...

    Steps to reproduce:

    1) Take this template.
    2) Create a post.
    3) Add a comment.
    4) Close for comments.
    5) See the page ...
  • So if you don't want to give us such necessary details, then we won't be able to help you unfortunately.
  • edited January 2017
    I gave you the details above ... you don't need access ...

    Have you SAW my screenshot above? There are the details ...

    PS: Ok, this is probably Theme customization, which is not supported. No problem then ...

    PPS: I have already found now a solution for that: for other people, see here:

    - Go to BeTheme Options, Custom JS and enter the following:

    jQuery(function($){
    if ((!$(".nocomments").length) && (!$("#respond").length)){
        $("#comments .commentlist").append("<hr>Comments are closed.<br><br>")
    }});

Sign In or Register to comment.