Star rating problem in case of rtl mode

5 replies · opened Apr 28, 2016

NNouf_92Apr 28, 2016

Greetings,
I'm using the star rating code but I didn't get the desired result when i move the curser to rate (Please check the attached image).
Also I'm including style-rtl.css, and when I remove it, the code works fine.
How can I fix this problem?

SSemicolon WebSTAFFApr 29, 2016

Hello,

Thank You so much for reporting this to us! We Really Apologize but there appears to be an issue with the Star Ratings Plugin itself and we are working on fixing this issue. We will surely fix this and release an Update within 2-3 Days and we will also send you a Notification with Manual Instructions to fix this issue. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

NNouf_92May 4, 2016

Thank you for your response. But I didn't get the notification yet.

SSemicolon WebSTAFFMay 5, 2016

Hello,

We Really apologize about the Delay! We are still working on this issue and it is on our Top Priority List. We will post the fix here as soon as we solve this. Unfortunately, this is a root problem with the Plugin but we are trying our best to resolve this from our side. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

NNouf_92May 16, 2016

Greetings,
Have you fixed the problem?

SSemicolon WebSTAFFMay 17, 2016

Hello,

We have worked on this issue from our end and have fixed the issue on a very larger extent. Please consider adding the following CSS Code:

.rtl .star-rating { direction: ltr; }

.rtl .star-rating .clear-rating,
.rtl .star-rating .rating-container,
.rtl .star-rating .caption {
	display: block;
	float: right;
	padding-left: 0;
	margin: 8px 5px 8px 0;
}

.rtl .star-rating .rating-container { line-height: 1; }

.rtl .star-rating .caption { margin-top: 10px; }

This should fix your issue. Thanks for your Patience.

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard