Hello, The slides are changing too fast. How can I slow them down?
Thank you
Best regards,
]]>Really great plugin! However there appears to be a conflict with the Yoast SEO plugin. When TWB WooCommerce Reviews is activated any changes made to things like SEO meta descriptions or Titles etc do not save. There’s no error or anything displayed.
Anyone know of a workaround to fix this?
]]>Hello there,
This plugin is awesome! But is it possible to show only five star ratings? Like add a rating attribute to shortcode?
]]>I know you can limit the number of reviews on a page by adding ‘numbers=*’ to the shortcode but is there any way to paginate to show more reviews on Page 2, Page 3 etc.
]]>Is TWB Woocommerce Reviews 100% compatible with PHP 8.1 ?
]]>Your plugin description show different layouts but I could not find how to change it. I see only one layout and the shortcode description does not include the layout setting. Additionally I do not see the review text: only picture, product name, stars and name. Ho to fix all this?
]]>Hi!
Please tell me how to make more than 3 columns. This is too few columns for my site. Is it possible to make an adaptation for different screen resolutions and for a smartphone 2 speakers, not 1.
How to make not 30 recent reviews in the grid, but your own number, for example, only 6-8?
Thank you very much.
The documenation talks about 3 layouts but no mention of how to use these paramenters. Wanting to have 3 slides at a time. Peace
]]>Hi,
Any chance this plugin will be updated to be compatible with the latest version of WordPress? I am looking for a lightweight plugin just to display reviews on the homepage. Other plugins out there have features that I do not require.
Thanks
]]>Hi,
Great plugin, does what I was needing. An orderby=”rand” option for the shortcode would be a great addition if that’s possible.
]]>To display reviews in a slider format, this plugin uses a third party jQuery slider plugin from kenwheeler
The original slider had a lot of customization settings and it was not possible to integrate all of those in my plugin. That’s why I used only a handful of them which I thought would be necessary.
But that’s not the END!!!!
You can include as many options from original slider as you want. All of those can be seen on above link.
You need to use the following format to add those to your site.
$('element').slick('slickSetOption', 'optionname', value, true);
Below is an example on how you can add ‘autoplayspeed’ setting to your site. (Because my plugin does not have that setting)
add_action('wp_footer', 'twb_modify_slick_script_options', 999 );
function twb_modify_slick_script_options(){ ?>
<script type="text/javascript">
jQuery(document).ready(function($){
$('.twb_wc_reviews_slide').slick('slickSetOption', 'autoplaySpeed', 5000, true);
});
</script>
<?php
}
Add the above code to your site’s functions.php or custom php plugin file.
5000 is in millisecond and change it with the value of your choice.
Doing this requires a little bit of developer’s knowledge so if you don’t know what you are doing, I recommend you hire a developer or contact me for support here..
Regards,
Abu
Hi Abu,
I noticed my previous topic was marked as “Resolved” before I had time to reply. I have no way of knowing if WordPress will email you as a reminder to see my response so have posted again. Apologies, although wasn’t sure how else to do this.
Regards,
Steve
Hi there Abu,
I hope you’re well and business is ok. I was wondering if I could get your thoughts about a recent TWB issue.
I am redesigning and migrating our established site to incorporate ‘Elementor’ and the ‘Page Builder Framework’.
Yesterday I noticed that page content built with Elementor is being injected and displayed in the TWB slider content which is set to slide/fade. It is not displacing the title, but is replacing the review content only.
I’m guessing there is a small .js conflict between TWB and Elementor, but I’m not sure where. I’m hoping it’s just a simple class/naming declaration clash.
Please let me know if/where you would like me to email a wp system report if you require.
Second question:
Is there a relatively easy function I can use to defer TWB’s loading of slick js until all site assets have rendered? Possibly in the footer code where it’s placed in the html.
Warm regards,
Steve
Hello!
I have this shortcode on the home page
[twb_wc_reviews number=”15″]
And even though the store has got 14 in total, it is only displaying 5 reviews.. Am i doing sth wrong?
Thanks in advance
]]>Hi there Abu,
Thank you for your work and plugin.
I was wanting to know if this plugin is still being maintained and updated? It’s showing as 10 months since updating. Just curious.
]]>Hi our client glad to add title attribute on images. hope can you help us with this thanks
]]>Hi
Can you advice how to add woocommerce number of reviews of the product next to the
show all reviews shortcode?
Hi,
I have found a bug while using this plugin.
I am using ajax to load more products when viewing the shop in woocommerce.
When I do that it loads all reviews when I have it set as slider. only when loading more products. I have it displayed on the side bar widget.
]]>I am using this shortcode in a product template. is there a way to dynamically get the Product ID and insert that into the shortcode upon page load?
so [twb_wc_reviews product_id=”THIS CAN BE DYNAMICALLY ENTERED” number=”5″]
If you could give me the line of code where I would need to edit that would help too. thx
]]>Hi
Is there a way to add “Load more” button so not all the reviews will appear at once?
Or do you know about other “Load more” plugin that can handle these reviews to add to them the “Load more” button?
Hi, thanks for the plugin!
Is there a way to show “on list mode” 3 columns on desktop but only 1 column on mobile?
or if this “responsive” option is not possible,
then maybe a shortcode attribute that would exclude latest review and allow second latest review maybe up to exclude second latest review and allow third latest review or so?
Thank you!
]]>Hi there,
How I can make slider play automatically?
Thanks in advance.
Hi, I would like to display my reviews in random order. It is possible? If not, how can I be able to do it?
]]>Hello
I’m interested in maybe using your plugin to display all the store reviews on the main page?
reviews already exist and the plugin is used for this cusrew Customer Review
But I really do not like their short codes and their display
How can I add already finished reviews to the page?
Thank you
]]>Great plugin!
is it possible to somehow show reviews that have some text (a comment)?
There is an option “Slider/Fade Effect Speed (in milliseconds)”, which reduces the transition speed, but how do I change the time between transitions?
i.e. if I want it to stay on a slide for 5 seconds before it transitions to the next one?
]]>Hello, thanks for the good plugin.
I was wondering how I show 3 reviews at a time horizontally on desktop only? I want it to show 1 at a time on mobile devices like it does right now.
Also, the image appears as 150×160 and is blurry with a white space at the top. How can I change this to 150×150 and make it less blurry?
How should I tighten the space between the product title, stars, the review body and the name of the author?
Thank you
]]>Hello
?s this plugin uses Schema for search engines? Will our product’s ratings be showed in google?
Hello Support.
This is a great plugin only one thing which I am missing I want something this https://prnt.sc/kyw1xp
After each review, I want to show the numbers of the review on each product with your plugin.
please help
]]>Hello,
Thank you for this great plugin.
I would like to know if there is a way to show reviews with 3 columns in a row?
So this will display 3 reviews by once.
Regards,
Rafael