Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1021566

    Hello. there.
    I made reviews tab in product pages. but it ordered by older review first. I want to change the latest first. I tried in discussion in setting. there is no option for it. could you help me how to make comment order the latest first?
    Thanks always.

    see below private content.

    • This topic was modified 6 years, 1 month ago by ngavy.
    #1022387

    Hey ngavy,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1022587

    ok. thanks for your reply.

    #1022824

    Hi,

    I switched language to English, went to Settings > Discussions and chose to display newest comments. Please review your website :)

    Best regards,
    Yigit

    #1022836

    sorry. still. old comments come first.
    not working. thanks for your try. Yigit.

    #1022970

    Hi,

    It works correctly on my end. I attached a screenshot in private content field.
    Please flush browser cache and refresh your page a few times.

    Best regards,
    Yigit

    #1022987

    yes. on that 1 tap is working. but what I want to say is that it working only specific displaying tab.
    Please look at 3 or 4 tabs. you will see the comments posted at 15th of Oct.
    from 1st of Oct to 15th of Oct.
    there are 33 comments.
    it was divided by 5 tabs. the first tab(no.1) should have the latest comment (15th of Oct). But it is not.
    like you said, each tab has the latest comment first. But Tabs have different comment orders.
    Please look it up carefully, compare each comment dates. you will see the pattern.
    Thank for your work.

    #1024016

    Hi,

    I can see the issue but I’m not sure why the comments are sorted that way. Did you add any modifications in the functions.php file?

    Best regards,
    Ismael

    #1024020

    Hi,

    I can see the issue but I’m not sure why the comments are sorted that way. Did you add any modifications in the functions.php file?

    Best regards,
    Ismael

    #1031583

    no. I didn’t do any thing.

    #1032806

    Hi,

    I tried to adjust the options in the Settings > Discussions panel but it’s not working. I also tried this filter in the functions.php file but it still doesn’t work.

    // show newest product reviews on top
    add_filter( '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_product_review_list_args', '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_product_review_list_args_newest_first' );
    function <a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_product_review_list_args_newest_first($args) {
        $args['reverse_top_level'] = true;
        return $args;
    }

    Best regards,
    Ismael

    #1032901

    thanks for the try. so. is there any solution that I can try? or do i need to wait until it appears normally?

    #1033402

    Hi,

    I haven’t tried to disable the plugins because it will interrupt your site. I kept the modifications in there, so if you have the time, try to disable the plugins to see if it changes anything or not.

    Best regards,
    Ismael

    #1033417

    I disabled the reply plugin. it appear only one section of reviews but also have bugs that black numbers showing next to review. could you find and get rid of it?

    #1034301

    Hi,

    I can’t find where those numbers are coming from, so I just created a new container to cover it. I put this code on the Quick CSS field:

    ol.commentlist:before {
        content: '';
        display: block;
        width: 50px;
        height: 50%;
        background: #f8f8f8;
        position: absolute;
        right: 0;
        z-index: 10;
    }

    Best regards,
    Ismael

    #1034381

    Hi. Ismael. thanks for getting rid of it.
    but something came up. the numbers have gone, but space is still there. so it makes short review contents space. please check it also.
    thanks.

    #1035230

    Hi,

    You can remove the width and height make it to zero, it should remove that space also :)

    Best regards,
    Basilis

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.