Page 1 of 1

Rating Stars Script uses 4 stars only

Posted: 20 Jul 2019, 02:36
by suri
Hi,

Thanks for the good looking scripts.

I am using Ajax-PHP Rating Stars Script with SQLite (I am using MySQL) at urbanprime.in (Link: http://urbanprime.in/Quace-Copper-String-Led-Light )

Script is taking only 4 starts not 5. Can you help me fix it?

Rating Stars Script uses 4 stars only

Posted: 20 Jul 2019, 09:55
by Admin
Hello,
Make these changes in the ratings.css file:
Set width:113px where it is 110px.
For example:

Code: Select all

.srtgs .stars, .srtgs .d_rtg, .srtgs .totalrate { width:113px; }
And

Code: Select all

.srtgs .star_n {
position:relative;
height:19px;
margin:0;
max-width:113px;
background:#e8e8fe url('star1.png') repeat-x top left;
}
- Or download again the script from this website (I made the changes).

Rating Stars Script uses 4 stars only

Posted: 20 Jul 2019, 12:32
by suri
Hi.. Thanks for quick reply. It is working now.

Thanks.