• Resolved Yudha

    (@mryudha)


    First, i’m not that good with english. I’ll try to explain as clear as i can.

    When i try to break comment to 50 top level comment per page. I discover issue.

    Navigation on comment positioning is messed up. Check my screenshot here. https://prnt.sc/ErlX_M6nLwxL and here https://prnt.sc/OwxWUUTdMW_T and here https://prnt.sc/XZcJsPknS5zo

    You can check on my site here

    I try to deactivated all plugin, and my site just crash. I spent the last hour restoring it from backup. I lost a few days worth of testing and customization. But its ok, its already up and running again.

    i try to change back to previous theme (generatepress), and its working fine. So its not working only on this twenty-twenty-two themes.

    i don’t think its cache issue, because i dont cache login user. And this issue persist whether im login or not.

    Please help.. i not good with css or php. I already try searching the problem my self. twenty-twenty two doesn’t come with css or php for comment or comment navigation. So i think it come from wordpress. I also try to find it on github wordpress, but its overwhelm me.

    • This topic was modified 2 years, 8 months ago by James Huff. Reason: redundant link removed
    • This topic was modified 2 years, 8 months ago by James Huff.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Yudha

    (@mryudha)

    i dont think this should go to Theme and templates. Please read again my problem.

    Problem is with navigation or pagination on comment.. and twenty-twenty-two doesnt have php or css that handle that.. as far as my limited knowledge go.

    i also try on local site, i try using a few other FSE ready theme like “Blockbase”, geologist, tt1 block. The issue persist.

    As far as im understand it, that thing should be handle by wordpress block here https://github.com/WordPress/WordPress/tree/master/wp-includes/blocks/navigation. that just a guess though..

    so this post is not about theme i think..

    Moderator t-p

    (@t-p)

    twenty-twenty-two doesnt have php or css that handle that

    Please review this ticket which suggests a lots of work being done on this comment block:
    https://github.com/WordPress/gutenberg/issues/34994

    Thread Starter Yudha

    (@mryudha)

    thanks for the suggestion.. i’m looking into it..

    Thread Starter Yudha

    (@mryudha)

    i solved it.. i dont know if it the best solution for it. as far as i can see, it solved the problem..

    Here is the solution to it if someone has the same problem.

    add this css code to header on post page using plugin like “header footer code manager”

    <style>
    .wp-block-post-comments .commentlist {
    list-style: none;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
    }
    </style>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment pagination got mixed when i try option “break comment to 50 top level”’ is closed to new replies.