Abu Bakar
Forum Replies Created
-
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Time per slidePlease read the following thread on how to modify slider behaviour.
https://www.ads-software.com/support/topic/slider-settings-add-modify/
If you still need help, let me know.
Thank you.
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Conflict with YOAST SEOThank you for using my plugins.
I just checked and I am unable to replicate the issue on my end. There seem to be no conflict between Yoast SEO and TWB Woocommerce Reviews plugin.
Can you please provide more details on the issue? Sometimes, its the Theme or any other plugin that might be causing the issue. I would suggest you enable debug mode and disable all plugins except Yoast and TWB Woocommerce Reviews and switch to default WP theme and then try to update SEO Titles and Descriptions.
Let me know if you still face any issue.
Thank you
AbuForum: Plugins
In reply to: [TWB Woocommerce Reviews] Is it possible to show only five star ratings?Thank you ??
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Is it possible to show only five star ratings?Client Testimonials section is not using my plugins. You can use the following CSS to remove that underline effect. Add this to Customize > Additional CSS section. I hope it helps.
Thanks
.twb_wc_reviews_wrapper .twb_wc_reviews p:hover, .twb_wc_reviews_wrapper .twb_wc_reviews p:focus {
text-decoration: none;
}Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Is it possible to show only five star ratings?@qilin2000,
Thank you for liking my plugin. I’ll add this feature in a future release. For now you can achieve this by modifying the plugin’s file. Use the following steps:>> Go to edit the plugin’s file via ftp. Open filezilla > /wp-content/plugins/twb-woocommerce-reviews and open twb-output.php in a code editor.
>> Go to line 37 and add the following code as shown in the following screenshot.
'meta_query' => array(
array(
'key' => 'rating',
'value' => '5'
)
),Here is the screenshot. https://www.screenpresso.com/=OnkOb (red square)
Please note that this modification will be lost once you update the plugin in the future. Editing core plugin file is not recommended but for now you can use this method as a workaround.
And If you like this plugin, please consider giving it a review/rating. That would be helpful.
Thank you.
Have a good day.
AbuForum: Reviews
In reply to: [TWB Woocommerce Reviews] I like this pluginYes, this plugin is still maintained. I haven’t pushed any new updates though but it should work fine with latest version of WordPress.
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Limit Number of Reviews with PaginationHello. Sorry its not possible right now to add pagination but it can be done using custom code and modifying plugin files. I may add this feature in future release but I don’t have an ETA for that. Thanks for using this plugin.
The plugin should be compatible with PHP 8.1 as I have not received any issue regarding this.
If you face any issue after upgrade, you can post the support request here and I’ll fix that asap.
Thanks
Abu
Forum: Reviews
In reply to: [TWB Woocommerce Reviews] I like this pluginthank you for the review ??
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Different layouts?@perties yes please allow me temporary admin access to the site backend. Send the logins at absik88 (at) gmail (dot) com
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Different layouts?@perties Thanks for sharing the link. However I don’t see the plugin shortcode on the page. Is it active? Can you send the link to the page where the shortcode is present?
Hello,
You could use the number tag inside shortcode to limit the reviews to specific number for example 8
[twb_wc_reviews number="8"]
Please read the documentation here https://www.ads-software.com/plugins/twb-woocommerce-reviews/#installation
Also to make 4 columns, It’s something out of scope of plugin’s settings. But you can do achieve that using CSS.
I hope this helps.
Thanks
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Different LayoutsThank you for using this plugin.
Unfortunately, I can not provide all the options in plugin settings.
Showing 3 slides at a time can be done. A detailed information about modifying Slider is already present here https://www.ads-software.com/support/topic/slider-settings-add-modify/
Add the following code to functions.php and it will show 3 slides at a time. You might need to adjust the left and right spacing between each slide using CSS. I hope it helps.
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', 'slidesToShow', 3, true); }); </script> <?php }
Forum: Reviews
In reply to: [TWB Woocommerce Reviews] Great pluginThank you for the feedback.
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Update to pluginThis plugin is already compatible with latest version of WordPress. I just tested it with wp version 6.0.2 and found no issues. You can use it and if you face any issues/errors, then let me know.
P.S If you like it, please leave a positive review here https://www.ads-software.com/support/plugin/twb-woocommerce-reviews/reviews/#new-post ??
Thank you.