Is there a way to display the rating stars when creating a widget with the gallery type "highest ranked"? I already set up a custom widget layout incl. [ps_rating] but the stars don't show up.
Matthias
not resolvedIs there a way to display the rating stars when creating a widget with the gallery type "highest ranked"? I already set up a custom widget layout incl. [ps_rating] but the stars don't show up.
Matthias
It actually does show up...probably in the very upper right hand corner of your browse ;-) I didn't notice it at first either, but I checked the code and the code for the ratings was there.
The problem is that the DIV around the images has to look like: <div class='bwbps_image' style='position: relative;'>
It's the 'position: relative;' that is missing.
You might want to create your own layout for that a play around with it...but you can definitely do it.
BB
Hi Byron
the layouts editor plus CSS are my new big friends! It's so easy. :)
<td><a href="[post_url]">[thumb_image]</a>[ps_rating]</td> and some styles is all you need.
Tanks!
You're welcome! Once you get it, the possibilities are truly unlimited!
Cheers,
Byron