Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1226751
How To Remove Comments Closed Section from Pages
Closed

Comments

  • Docannie started the conversation

    Hello,

    How can I remove the comments section when comments are closed, specifically for this about page? https://cl.ly/0d0C2j1p050G

  •  1,845
    Elated replied

    Hello there,

    You can remove comments counter for the Blog Lists in Elated Options > Blog > Blog List > Show Comments 

    and for the Blog Single go to Elated Options > Blog > Blog Single > Show Comments 

    and also, for the Comments Form is closed you can use this Custom Css code as well

    .eltdf-blog-holder.eltdf-blog-single .eltdf-comments {
        display:  none;
    }

    Just paste Custom Css code into Elated Options > General > Custom Css field.

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Docannie replied

    Hello,

    I'm afraid that the date is still showing on the homepage... and for the Comment Form, that code snippet didn't work either...

  •  1,845
    Elated replied

    Hello again,

    Previous code removed only Comments counter, and to remove Date from all the posts please use this Custom Css code 

    .eltdf-post-item .eltdf-pt-info-section .eltdf-pt-info-section-left{
        display: none!important;
    }

    Another way to remove it is in Elated Options > Blog > Blog List and choose No for Show Date 

    and for the Single blog posts in Elated Options > Blog > Blog Single and choose No for Show Date 

    If you want to disable adding comments to Blog Posts please go to Elated Options > Blog > Blog Single and choose No for Show Comments 

    Please let us know if this solved the issues and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Docannie replied

    I was able to remove the date on posts on my own... but still having issues with closed comment section. I don't want to disable comments on all posts. I don't want to disable comments at all really... I want to not show:

    NO COMMENTS

    Sorry, the comment form is closed at this time.


    https://cl.ly/3s1i0S2R3k2k


    I want to remove this whole section if and only if the comments are disabled already. Does that make sense?

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in.

    It can be removed with minor changes in theme files, that will remove it only when there are no comments to display. To do so, please open file wp-content\themes\readanddigest\comments.php and just comment or delete marked line of code from next screenshot  https://www.screencast.com/t/OQTCQAB5vxQf ( comment/delete whole line ) so it looks like this https://www.screencast.com/t/kkHlAQgzb and that text will not be displayed anymore when there are no comments.

    If you have issues with doing this, please provide us FTP access so we can do that for you.

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.