The plugin currently doesn’t support RTL. I hope to have that in development later this year, due to the nature of the rating CSS used, it is not easy to do.
Thanks for the quick reply.
Is it possible for the user to update his vote without refreshing the page? That way they would immediately see their mistake and correct it by clicking the opposite star.
No, and that is not planned to change for now.
Hey Milan!
I would like to help with your awesome plugin.
I added RTL support with two simple adjustments :
1) In CSS:
.gdrts-with-fonticon .gdrts-stars-active, .gdrts-with-fonticon .gdrts-stars-current{right:0 !important;}
2) In JS:
Changed x=e.pageX-offset.left to x=math.min(width-e.pageX+offset.left,width)
Hope this helps adding RTL support to your great plugin!
Aviad