Home › Forums › WoodMart support forum › Review’s bug
Review’s bug
- This topic has 18 replies, 2 voices, and was last updated 2 years, 1 month ago by Luke Nielsen.
-
AuthorPosts
-
September 5, 2022 at 3:16 am #401348
GeorgesParticipantHello, when i click on “reviews” on single product page, the anchor “#” is not working. It’s not scrolling down to “Review” section. Could you please check? (image attached)
Attachments:
You must be logged in to view attached files.September 5, 2022 at 10:36 am #401391
Luke NielsenKeymasterHello,
Could you provide login access for your site’s WordPress admin panel? So we can log in and check the issue on your side.
https://gyazo.com/07b99d6801d9730dd08ab69d5e021acd
Kind Regards
September 11, 2022 at 1:41 am #402723
GeorgesParticipantAttached, thank you!
September 12, 2022 at 11:41 am #402893
Luke NielsenKeymasterHello,
Unfortunately, I cannot access to the admin panel due to some security plugin.
Could you please disable it, so I can check the issue on your side?
Kind Regards
September 12, 2022 at 3:49 pm #402969
GeorgesParticipantsorry, it was cloudflare. Now you can access
- This reply was modified 2 years, 2 months ago by Georges.
September 12, 2022 at 5:52 pm #403030
GeorgesParticipantI already deactivated all plugins and cleared cache, but still doesn’t work. I think it’s a theme problem.
September 13, 2022 at 2:02 pm #403240
Luke NielsenKeymasterHello,
Sorry, it’s our bug and in the next update, it will be fixed. For now, please add the below custom JS in Theme Settings -> Custom JS -> On document ready.
(function($) { if ($(document).width() < 1024) { $('.woocommerce-review-link').on('click', function () { var $link = $('.tab-title-reviews'); if ( $link.length ) { $link.trigger('click'); } $('html, body').stop().animate({ scrollTop: $('#reviews').offset().top - 100 }, 400); }) } })(jQuery);
Kindly accept our sincere apologies for the inconvenience caused to you and don’t hesitate to reach out if you have any additional questions.
Kind Regards
September 13, 2022 at 4:13 pm #403784
GeorgesParticipantNo problem Luke, I will wait for the next update. For now, could you please help me with other issue related to reviews? As you can see on attachment I would like to make my review’s tab looklike woodmart demo. How can I do that? I’ve already deactivated woocommerce “only verified customer can post”, but still doesn’t work.
September 13, 2022 at 4:14 pm #403785
GeorgesParticipantattachment
September 13, 2022 at 4:18 pm #403786
GeorgesParticipantSeptember 14, 2022 at 10:05 am #404206
Luke NielsenKeymasterHello,
Most likely you have the “Reviews can only be left by verified owners” option enabled in the settings of WooCommerce, or rather navigate to WooCommerce -> Settings -> Products and disable it.
Thanks for your time and have a great day.
Kind Regards
September 14, 2022 at 4:40 pm #405482
GeorgesParticipantHello Luke, I disabled that option and cleared cache, but still doesn’t work.
September 15, 2022 at 11:57 am #405760
Luke NielsenKeymasterHello,
I got you, in this case, please navigate to Dashboard -> Settings -> Discussion -> uncheck the “Users must be registered and logged in to comment” field.
Kind Regards
September 15, 2022 at 2:59 pm #405832
GeorgesParticipantHello, Luke. That worked fine! Is there a way people can attach images on their reviews?
September 15, 2022 at 5:26 pm #405905
Luke NielsenKeymasterHello,
Yep, please navigate to Theme Settings -> Single product -> Reviews -> turn on the “Review images” option.
I’d be happy to assist if you have any other questions or concerns.
Kind Regards
September 15, 2022 at 5:32 pm #405906
GeorgesParticipantHi Luke, thank you again! Is there a way that user can post withouth being logged in?
September 16, 2022 at 9:59 am #406042
Luke NielsenKeymasterHello,
Sorry, but there’s currently no way to do that, we appreciate you taking the time to let us know what you’re looking for most of the improvements we make come from ideas and suggestions like yours, so thank you, and have a good day!
Kind Regards
September 16, 2022 at 5:06 pm #406315
GeorgesParticipantThat’s Ok Luke, thank you for help!
September 16, 2022 at 5:40 pm #406321
Luke NielsenKeymasterAlways remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
-
AuthorPosts
The topic ‘Review’s bug’ is closed to new replies.
- You must be logged in to create new topics. Login / Register