comments

Discussion in 'Foogo Pro WordPress Theme' started by ifonly, Feb 19, 2018.

  1. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hello - me again.

    I want to disable the blank comments section, I assume I need to disable the comments php. As wordpress itself adds a comment section, I don't need both showing up. Unless the comments functionality that comes with the theme is better :)
    Here's a screenshot - the wordpress comments first (working), and second one "leave a reply" non functional at the moment.

    upload_2018-2-19_14-6-18.png

    Thanks, Adele
    Page: codemefy.com
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Adele,

    Thanks for getting back to us,

    I have removed the comment section by pasting below-mentioned CSS code in the Styling option of the theme.

    Code:
    #commentsbox {
        display: none;
    }
    
    #comment_list {
        display: none;
    }
    Kindly visit your website and acknowledge us for the same.

    Do let me know if you need further assistance.

    I will be glad to assist you.

    Regards,
    Akbar
    InkThemes.com
     
  3. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi Akbar,

    thanks for looking into it - unfortunately it removed both commenting options now. Any chance we can we leave one live?

    Thanks!
    Adele
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Adele,

    Greetings from InkThemes,

    Just for the confirmation, you want to delete comment form and want to display comment list. If yes, then just remove the below-mentioned CSS code from the Custom CSS section.

    Code:
    #comment_list {
        display: none;
    }
    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     
  5. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi Akbar,

    all good now. thanks!

    Adele
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    ifonly likes this.
  7. ifonly

    ifonly New Member

    Joined:
    Nov 24, 2017
    Messages:
    15
    Likes Received:
    0
    Hi Akbar,

    I have got a few comments on the blog post: https://www.codemefy.com/2018/01/18/generation-marketing-strategies/
    Even though we have fixed the leave the comments box, but we managed to hide all the comments. So, unfortunately, even though approved, these comments are not showing. Comments are very important to me, so please help me fix this!

    upload_2018-3-23_15-36-2.png

    Thanks,
    Adele
     
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Adele,

    Greetings from InkThemes,

    The comments were not appearing on the post because you have inserted the CSS code to remove the comment list.

    So that I have removed that CSS code and fixed the issue. Kindly visit your website and acknowledge us for the same.

    Do let me know if you need further assistance.

    I will be glad to assist you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page