Quantcast
Power Rankings Portlet - by UnexplnedNachos on 2017-09-07 05:22:35
UnexplnedNachos on 2017-09-07 05:22:35
16 Posts
Since 10 years ago

I've got a power rankings portlet on the site, and it's pulling everyone's records but the team names all come in as "0".  Anyone know how to remedy this?

mattmdabeast on 2017-09-07 12:23:59
9 Posts
Since 10 years ago

This rule in your code is removing the team logos, the "0" is actually the rank value.

/* Powerrankings */
#powerrankings div {display: none;}

Change to:
/* Powerrankings */
#powerrankings div {display: block;}

Last edited by mattmdabeast (1504787087)

UnexplnedNachos on 2017-09-07 16:30:07
16 Posts
Since 10 years ago

You're the man!

Make sure you have read the forum rules before posting