Mamunur Rashid
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Images Gallery for WooCommerce] placeholder image bugThank you for contact here.
Adjust the image size in the WooCommerce Customizer settings. Our plugin also includes an image size selection option, which can help configure the size as well.if you can’t please check the screenshoot: https://prnt.sc/0a4-31HGzibq
Thank you for contact here.
Most of the time, this issue occurs due to uploading images of different sizes. First, adjust the image size in the WooCommerce Customizer settings. Our plugin also includes an image size selection option, which can help configure the size as well.
if you can’t please check the screenshoot: https://prnt.sc/0a4-31HGzibqSimilar topic from you:
https://www.ads-software.com/support/topic/variation-image-not-reseting-to-1st-image-2/Thats why mark it as resolved.
Thank you for bringing this to my attention.
Maybe the variation feature image hasn’t been added yet. Please add it and let me know once it’s done.
Forum: Reviews
In reply to: [ShopBuilder - Elementor WooCommerce Builder Addons] some filters not workingWe understand that the product slider widget includes many controls and can be challenging to configure.
If you’re experiencing difficulties, we encourage you to reach out to our support team, who are always ready to assist.
We noticed that instead of contacting support, you chose to leave a review. While we appreciate all feedback, we kindly ask that you consider reaching out to us directly first, as we are committed to resolving any issues you might encounter.
Thank you for your understanding.
Could you please uncheck the “Allow comments” box in the discussion section and then verify if the review section is hide or not?
Please check screenshoot: https://prnt.sc/o1-xMUMS382U
Thank you for reaching out!
We appreciate your feature request, and we’ll work on implementing the option to disable reviews for specific posts or categories as soon as possible.
Please list all your issues. If you can’t provide a website link, please share screenshots so we can understand and properly diagnose the problem.
Check screenshoot: https://prnt.sc/rETLioIadrzs
Thank you for reaching out.
Could you please provide the URL of the page where you’re experiencing this issue? Additionally, can you let me know which theme you are using?
This information will help me to diagnose and resolve the problem more efficiently.
We are excited to announce that we have released a new version of the plugin which includes the shortcode feature for displaying star reviews.
You can now use this new feature to easily showcase reviews on your website. If you have any questions or need assistance, please feel free to reach out.
Documentation Link : https://www.radiustheme.com/docs/review-schema/generate-review-schema/review/
Thank you for your feedback and for appreciating the plugin. We are currently developing a shortcode that will allow you to display star reviews. Please stay tuned, and we will let you know as soon as this feature is released.
Thank you for your patience and understanding.
Forum: Reviews
In reply to: [Category slider for WooCommerce] Can’t remove rate plugin messageThank you for your understanding. Our developer is working to fix the issue as soon as possible. In the meantime, please stay with us and wait patiently.
Forum: Reviews
In reply to: [Category slider for WooCommerce] Can’t remove rate plugin messageThank you for your feedback.
I believe no one is currently using it, which is why I am giving it less importance. However, if it is indeed valuable and some people show interest, we will consider continuing it.That’s why we suggest users take a professional approach. If anyone encounters an issue or is considering leaving negative feedback, we recommend contacting support first. Providing negative feedback without reaching out for support is not professional.
- This reply was modified 9 months, 2 weeks ago by Mamunur Rashid.
Hello @ale-maciel,
There is a way to achieve this using PHP code directly. You can utilize PHP to fetch the average ratings for each post and then display them wherever you want within your post content or post lists.
Here’s an example code snippet you can use:
use Rtrs\Helpers\Functions; use Rtrs\Models\Review; // Check if the class exists before using it if (class_exists('Rtrs\Models\Review') && class_exists('Rtrs\Helpers\Functions')) { // Replace $post_id with the ID of the post you want to display ratings for $post_id = get_the_ID(); // Get the average ratings for the specified post $avg_rating = Review::getAvgRatings($post_id); echo Functions::review_stars($avg_rating); }
Hello,
We are glad to inform you that all the issues you’ve experienced have been fixed! Our plugin now fully supports multilingual functionality. We have added WPML compatibility to our plugin so that the shop can operate in multiple languages. We have also resolved the responsive behaviour of our track filter. Additionally, we’ve optimized the plugin’s performance to eliminate any significant slowdowns. Please make sure to update the plugin to access the latest improvements. If you have any further questions or need assistance with WPML integration, feel free to reach out. We’re here to help!
Thank you.