hello
i am using wordpress 3.2.1 with job manager version 0.7.18
my problem is that Rating Stars not showing in there place
in the Application page is above beside the help bottom.
i tried to fix it by changing
div.star-holder div, div.star-holder-readonly div{
top: 19px;
}
to top : 195 px
it fix the problem in the main page but it doesn't work when u
choose Application it is misplaced again as it uses the same css
pointer.
http://wordpress.org/extend/plugins/job-manager/
Bukajec
Member
Posted 9 months ago #
Hey,
I'm having exactly the same problem. Have you managed to fix it?
Bukajec
Member
Posted 9 months ago #
ok, fixed, thanks to Gary.
jobmanager/css/admin.css/
line:75
-> add "background:none;" to div.star-holder
line:87
->change "background-color: #FC0" to "background-color: #FC0 !important;" in div.star-rating
aeisenbe
Member
Posted 7 months ago #
Yes, that worked like a charm. Thank you Bukajec and Gary.