• lcoldewey

    (@lcoldewey)


    I am building the site prior to pointing the DNS so I can’t send a link, but perhaps this is an easy fix?

    I need to remove the comment icon from the blog posts. My site will not have comments.

    I love the theme!!

    Thanks,

    Laura

Viewing 11 replies - 1 through 11 (of 11 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello lcoldewey,

    You can hide it via css code. Add below code into current active child theme’s style.css file or you can add it additional css option into theme customizer.


    .pmeta-post-comments {
    display: none;
    }

    Hope this will helps you.

    Thanks !

    Theme Author kevinhaig

    (@kevinhaig)

    Sorry but I have not incorporate that option into the theme. However I will take a look at it for the next update due later this month. As it is designed you can not allow comments on any post.

    Thread Starter lcoldewey

    (@lcoldewey)

    Site URL is slcontractors.com

    I’ve added the code suggested:

    .pmeta-post-comments {
    display: none;
    }

    css file: https://gyazo.com/15be30fbe6fb3734d18d3f415bb514de

    Here is result after upload of css: https://gyazo.com/359fb5a124186cff0f02da2ea784e392

    It did not seem to work, as the comment bubble and count are still there. I’m very new to changing my css and functions files. Any help would be appreciated very much.

    Thanks!

    Theme Author kevinhaig

    (@kevinhaig)

    Trying to trick the theme to not show a comment is probably not the way to go.

    The commenting system is an integral part of the Canuck theme. It will take some coding effort to properly provide an option to have it removed.

    I will take a look at it when I get a chance, later this month at the earliest.

    Thread Starter lcoldewey

    (@lcoldewey)

    Ok. Thank you. I will just set the homepage as a page for now then. I don’t think my client will want those icons to show.

    Thank you for the nice theme!

    Laura

    Thread Starter lcoldewey

    (@lcoldewey)

    Hello Kevin,

    Just wondering if you’ve had a chance to work on the next update? I’m still interested in removing the comment box icons.

    Thanks!!

    Laura

    Theme Author kevinhaig

    (@kevinhaig)

    Yeah that has been done for a while.

    Go to Canuck Blog=>Post Options, there is an option to disable the comment icon, if there are no comments for the post.

    Thread Starter lcoldewey

    (@lcoldewey)

    Hello Kevin,

    Sorry I’ve taken a bit to get back to this.

    I do not see the option you are talking about or an update to the theme. My Post Options look like this:

    Am I in the wrong place or is there something I need to do?

    Thank you so much for the update to the theme!

    Laura

    Thread Starter lcoldewey

    (@lcoldewey)

    https://gyazo.com/44cb5d196c76113fef6bf39de66f6140

    Sorry. My link did not display in the last post.

    Laura

    Theme Author kevinhaig

    (@kevinhaig)

    Sorry it is in the Customize Panel

    Customize->Canuck Blog->Post Options

    Thread Starter lcoldewey

    (@lcoldewey)

    Awesome! That worked great! Thank you so much for the Theme. You do great work!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove comment icon on blog’ is closed to new replies.