vega
Forum Replies Created
-
Thanks so much, Pear! If this gets added in a future update, will it be mentioned in the update notes?
Thanks so much, it shows correctly now. Will I still need to remove these codes after future updates?
Hello,
Thanks for your reply. I would like to know how the images are displayed in the All Reviews shortcode on mobile devices.
Will the content be aligned to the left as a whole, with the overflow area having a scrollbar, so that when you scroll, all the content can be fully displayed?
Rather than the way it is showing now, where the content is not fully visible.
Hi Pear,
Thank you for providing the code. However, the reviews are still not displaying completely. I tried removing the
max_charsattribute, but the issue remains the same. I also noticed that on mobile devices, the scrollbar is no longer visible.Additionally, I would like to ask: could this be caused by my website’s own configuration? Is it possible that there is a conflict between your plugin and my theme or another plugin, which is causing this issue?
Hello, I added the
max_charsattribute to the code, but it doesn’t seem to be the issue. There’s a screen recording in the link you can check. What I mean is that on desktop devices, scrolling down the scrollbar shows the full content of a single review, but on mobile devices, scrolling down does not display the full content.https://www.loom.com/share/75ab8eb372c34729a13a4ba30e480b14
I inserted this review code using a code block; below is the full code:
[cusrev_all_reviews sort=”DESC” sort_by=”date” per_page=”10″ show_summary_bar=”true” show_media=”true” show_products=”false” categories=”” product_tags=”” tags=”” products=”current” product_reviews=”true” shop_reviews=”false” inactive_products=”false” show_replies=”true” show_more=”5″ min_chars=”0″ max_chars=”200″
avatars=”initials” users=”all” add_review=”false”]Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Mobile content shows on desktopHello Marko,
Thank you so much for your guidance! I’m happy to report that I was able to successfully implement your plugin on my website, and the content for tablet, mobile, and desktop devices is now displaying correctly.
I cleared all caching from Speed Optimizer and SiteGround. Initially, I kept the SiteGround CDN enabled, but I found that the website content only displayed correctly across devices when the CDN was in Development Mode. I have now fully disabled the SiteGround CDN, and everything is working perfectly.
I have a follow-up question: if I want to further improve my website speed, would I need to switch to a different CDN?
I’m writing in detail because I hope this helps others who might face the same issues.
Thank you again for your support!
Vega
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Uploaded Images not showing on reviewsThanks, it is okay now. The image can be uploaded and shown in back- and front- end. Thanks so much!
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Uploaded Images not showing on reviewsHi Support Team,
I’ve tried to deactivate other plugins and swithced to a default theme, but this issue still exists.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Uploaded Images not showing on reviewsno content
- This reply was modified 2 months, 4 weeks ago by vega.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Uploaded Images not showing on reviewsHi,
Thanks for your reply. I reverted to version 5.97, and now the images display correctly.
- This reply was modified 2 months, 4 weeks ago by vega.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Uploaded Images not showing on reviewsHi Pear,
Thanks for your help.
When submitting a review, images can be uploaded successfully. However, the images do not appear in the corresponding review section on either the frontend or the backend.
The images only appear in the WordPress Media Library.
On the review form page, (https://www.customprecious.com/cusrev/697d6899ad719/)when inspecting the source code and hovering over the image upload area, it shows:
div class="cr-form-item-media-error"I am not sure whether this is causing the issue, and I am not sure how to fix it. Could you please advise?
Vega
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Uploaded Images not showing on reviewsSorry I deleted the link and now I find at the upload photos/videos’s section, there is an error reminer:
div class=”cr-form-item-media-error”
Here is the test link:
Thanks a lot!
Hi,
I removed the code I added myself and only kept these two pieces of code, but when I click on the rating or the number of reviews next to it, it doesn’t redirect. Do you know why?
[cusrev_reviews_rating color_stars="#ea5116" product="your_product_handle"][cusrev_all_reviews sort="DESC" sort_by="date" per_page="10" show_summary_bar="true" show_media="true" show_products="false" categories="" product_tags="" tags="" products="current" product_reviews="true" shop_reviews="true" inactive_products="false" show_replies="true" show_more="5" min_chars="0" avatars="initials" users="all" add_review="false"]I’m also attaching a link to one of my products for you to check.
https://www.customprecious.com/product/leather-carving-and-painting-pet-portrait-keychain/
Thanks,
Vega
Hello Pista,
Thanks for your reply.
I found out the issue happened because I added a<div>to the code you gave me (see code below).<div id="reviews">
[cusrev_all_reviews sort="DESC" sort_by="date" per_page="10" show_summary_bar="true" show_media="true" show_products="false" categories="" product_tags="" tags="" products="current" product_reviews="true" shop_reviews="true" inactive_products="false" show_replies="true" show_more="5" min_chars="0" avatars="initials" users="all" add_review="false"]
</div>I used your rating shortcode under the product price, and I wanted it so that when people click the rating or review count, it scrolls down to the full reviews. So I added some extra code to make that happen.
<a href="#reviews" onclick="document.getElementById('reviews').scrollIntoView({behavior:'smooth'});return false;">
[cusrev_reviews_rating color_stars="#ea5116" product="your_product_handle"]
</a>But since my Avada theme automatically adds some styles to
div#reviewson mobile, it messed up the layout. To fix it, I moved<div id="reviews">outside of your shortcode and placed it above the reviews section, just to act as a scroll target.<div id="reviews"><div>Just wondering — does your rating shortcode not scroll to the reviews section by default? And is the way I’m doing it okay?
Thanks,
Vega