I am new to this forum so hope I have posted in the correct place.
I am using the CMS system to design my golf packages and I would like to have an option to display the star rating of the accommodation included in the package. For example, when I add a new package there will be a dropdown option named star rating and have options to choose either 3, 4 or 5 star. Then on the frontend page I would like to display the choice with perhaps images of stars that reflect the backend choice.
You could create the value selection in your CMS collection and upload different image for each value, then display the appropriate image for the selected value.
Image 1 - Single star
Image 2 - Two stars
Image 3 - Three stars
I’ve recently added this script to a site and it was working fine just a few days ago. Today it’s not pulling any data. You can see it here password “Fitness”.
Got it working but had to change the script to
<script>
for(let i = 0; i < [RATING]; i++) {
document.write('<img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/2b50.svg" width="12px" />');
}
</script>
Which I got from @samliew’s example site but it is slightly different than the code posted here previously.
Hi WierperWebWorks,
your empty stars code seems exactly what I am looking for. Can you share it in the forum too? Would be awesome!
Thanks a lot!
Best
Colin
Whoa…major brownie points man! Took a quick look and you’ve really made this simple - can I send you a little donation as a thank you? Well done.
The more time I’ve spent here in the forum and FB group, I just want to throw folks a ‘Thank You’ for sharing working projects and saving hours of work.
With that, thank you for putting this together and sharing!!
Matt, I appreciate the donation offer, but seriously not needed! I’ve used so many free cloneables provided my other members of the Webflow community, I’m happy to help give back where I can.