• Resolved lauriepk

    (@lauriepk)


    Hueman works great for me, thank you!

    Is there a way to hide the comments for my mobile users? They have to scroll past dozens or even hundreds of comments to see my primary sidebar in the mobile view.

    Alternatively, how do I put the primary sidebar right after the post and before the comments section?

    My blog is https://theadventurouswriter.com/quipstipsrelationships/

    Thank you,
    Laurie

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lauriepk

    (@lauriepk)

    Hi Laurie. You can use this css to hide the comments section after the sidebar drops below the content:

    @media only screen and (max-width: 479px) {
        #comments {
           display: none;
        }
    }
    Thread Starter lauriepk

    (@lauriepk)

    Brilliant, works like a charm, thank you so much bdbrown!

    Is it possible to hide comments unless the reader wants to see them? Create a tab that says “To view comments” or something, and when they click it, the comments become visible?

    Is it possible? Well, sure. Just depends on how much time you want to spend on it ?? Just off the top of my head I’m thinking (since I haven’t actually done this) you’d need to either modify a theme file to add the button, or maybe use a shortcode plugin. Then add some javascript to change the comments container css so it displays. If you’re interested in taking this on I’ll see what I can come up with, but it may be a while before I can get to it.

    Thread Starter lauriepk

    (@lauriepk)

    Thank you so much! By I think I’ll let it go – I’m fine with the comments being hidden, and won’t worry about the optional comments tab.

    Cheers!

    You’re welcome. Glad I could help. If you don’t need any further assistance with this topic please mark it as Resolved. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to hide comments for mobile users?’ is closed to new replies.