Please update Site Reviews to the latest version; and if you are using a caching plugin, make sure to flush the cache.
done no chache => stil no “show more…”
[site_reviews_summary assigned_posts=”post_id” id=”dfReviewsSummaryId” class=”dfReviewsSummaryClass” hide=”bars,rating” schema=”true”]
[site_reviews assigned_posts=”post_id” id=”post_id” class=”dfReviewsSummaryClass” display=”100″ fallback=”Currently there are no reviews for this villa”]
[PLUGIN DETAILS] Console Level……………………… : INFO (1) Console Size………………………. : 374 KB Database Version…………………… : 1.2 Last Migration Run…………………. : 2023-06-09 19:31:33 Merged Assets……………………… : No Network Activated………………….. : No Version…………………………… : 6.9.4 (5.13.2) [REVIEW DETAILS] Reviews…………………………… : 428 (publish: 387, pending: 23, private: 18) Type: local……………………….. : 387 (0, 0, 0, 1, 26, 360)
Ah, the problem is happening because you are loading the reviews in a popup modal.
Site Reviews initializes itself when the page is loaded. However, the content in your modal is only loaded when the popup is triggered (opened), and not on page load.
Which popup plugin are you using?
To fix the problem, you will need to manually initialize Site Reviews when the popup is opened with some javascript.
You can test this by:
- Load your webpage and open the popup to display the reviews.
- Open your Browser’s Console and run the following javascript:
GLSR.Event.trigger("site-reviews/init")
You will see the that “Read more” links appear after doing this.
Thanks.
Using Sweetalert2
GETTING:
Uncaught ReferenceError: GLSR is not defined <anonymous> debugger eval code:2debugger eval code:2:1 <anonymous> debugger eval code:2
Okay so this is what is happening:
- You are loading the reviews in the popup with an iFrame.
- The iFrame is not loading the wp_footer scripts, so the Site Reviews javascript is not being loaded.
If you can’t (or don’t want to) load the footer scripts on the iFrame page, you will need to disable excerpts in the Site Reviews settings.
-
This reply was modified 2 years, 12 months ago by
Gemini Labs.
-
This reply was modified 2 years, 12 months ago by
Gemini Labs.
Did you edit you last post?
below is my reply to that one….
Gemini Labs wrote:
Is this a WordPress website? It doesn’t look like it.
Post Link: https://ww.wp.xz.cn/support/topic/no-show-more/#post-16809079
Tagmanger is used to inject the modal code (in third party no WP website) that in turn opens a iframe to the WP website with site reviews.
tried disabeling excerpts, and this work but also sucks…. Will find a resolution to load site review script in other place than footer. Thanks for the assitance.