-
AuthorPosts
-
October 15, 2018 at 1:24 pm #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.
October 16, 2018 at 9:15 pm #1022387Hey 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,
BasilisOctober 17, 2018 at 7:31 am #1022587ok. thanks for your reply.
October 17, 2018 at 3:54 pm #1022824Hi,
I switched language to English, went to Settings > Discussions and chose to display newest comments. Please review your website :)
Best regards,
YigitOctober 17, 2018 at 4:07 pm #1022836sorry. still. old comments come first.
not working. thanks for your try. Yigit.October 17, 2018 at 7:24 pm #1022970Hi,
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,
YigitOctober 17, 2018 at 7:50 pm #1022987yes. 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.October 19, 2018 at 4:43 pm #1024016Hi,
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,
IsmaelOctober 19, 2018 at 4:44 pm #1024020Hi,
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,
IsmaelNovember 9, 2018 at 8:34 am #1031583no. I didn’t do any thing.
November 13, 2018 at 12:14 am #1032806Hi,
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,
IsmaelNovember 13, 2018 at 7:26 am #1032901thanks for the try. so. is there any solution that I can try? or do i need to wait until it appears normally?
November 14, 2018 at 10:26 am #1033402Hi,
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,
IsmaelNovember 14, 2018 at 11:03 am #1033417I 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?
November 16, 2018 at 7:06 am #1034301Hi,
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,
IsmaelNovember 16, 2018 at 11:41 am #1034381Hi. 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.November 19, 2018 at 6:06 pm #1035230Hi,
You can remove the width and height make it to zero, it should remove that space also :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.