Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey! The comments section is not showing up on my end when I view the bottom link. Did you figure it out on your own? It sounds like you may have had a caching error that was keeping your old settings visible even after the change was made.

    Thread Starter Altisource

    (@altisource)

    We are able to turn off the comments on each individual post – unfortunately we’re feeding our posts in from an agency, so this isn’t an ideal situation. We really need the universal setting to work.

    In addition to this issue, we’re discovering that when we post from our feed that the default post type isn’t “image”. Is there a piece of custom code or edit we can make to the php to change the default?

    Lastly, the mobile menu isn’t working, no matter WHAT we try. Have you seen this before?

    I know this is a lot – I’ve been beating my head against my keyboard for hours now trying to sort it out on my own and it’s totally thwarting me.

    Thanks!

    Hey,
    1. In your settings > discussion you can set the comments to be off by defualt. Note that this will only apply to new posts, all previous posts you would have to turn off in the post.

    Because your image shows you’ve already done this I can only assume that however you importing post that is changing the default setting for the individual post. IF you are using a plugin I would ask the plugin author if that is the case?

    2. In your settings > writing you can get the “Default Post Format”. There choose image.

    3. I just looked and it seems on your site your using the topbar so add this to hide the primary mobile menu:

    .kad-header-right {
        display: none;
    }

    I hope that helps,

    Kadence Themes

    Thread Starter Altisource

    (@altisource)

    Thanks so much! The code worked. The good news is that there’s a new top nav section where the hamburger nav works. The bad news is that there’s still a hamburger nav on the hero image that doesn’t work.

    How the heck do we get rid of THAT? ??

    Thanks again!

    Hey,
    This css should have removed the extra:

    .kad-header-right {
        display: none;
    }

    Have you tried clearing your cache? I’m not seeing it now.

    Kadence Themes

    Thread Starter Altisource

    (@altisource)

    I had cleared my cache before…but checked again this morning and what do you know? It’s gone! Thank you for all your help. Very appreciated.

    Happy holidays!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot get comments to turn off on blog pages’ is closed to new replies.