Ok your problem is happening because the id attribute must be in English characters. Try changing the shortcode id to “more-reviews” instead of “περισσότερες-κριτικές”. (i.e. [site_Reviews id=”more-reviews”])
The reason for this is because the id attribute in the shortcode becomes an HTML5 attribute in the DOM.
-
This reply was modified 8 years, 5 months ago by
Gemini Labs.
Thanks for the reply! I’ll try it asap!
Thanks for the support!
I solved the problem by doing what you said.
Now I have one more problem in a blog post
(this one: https://www.worldvespa.net/2017/12/20/ρύζι-και-χώμα-το-βιβλίο/)
where I have pasted the exact same shortcode.
Whilst in the page (https://www.worldvespa.net/ρύζι-και-χώμα/) everything seems to be working perfectly, the same time in the blog post, when I press the button to go to the second page of the reviews, the url changes to
https://www.worldvespa.net/2017/12/20/ρύζι-και-χώμα-το-βιβλίο/page/2/
,the screen jumps to the top of the comments, but I don’t see the reviews of the page 2. Instead, I see the firts review again.
Any ideas what’s causing the problem?
Thanks,
Stergios
You may have found a bug where pagination does not work correctly on posts/non-hierarchical custom post types. Let me look into it.
-
This reply was modified 8 years, 5 months ago by
Gemini Labs.
Thanks for the reply! I’ll wait for a solution.
@stgogos please update to v2.10.0
It should solve your pagination issue.
Works like a charm now!!!
😉 Thanks!!!