Please enable JavaScript to use file uploader.
hello! this is appearing to have broken images on the poll for our ABO page https://onespot.luxottica.com/Apprentice_Licensed_Optician_Page.
How can I apply a fix? thanks!
Hi Brooke,
I updated the poll template on your site to fix the image issue. The following line displays the poll image:
<label for="PollChoices_{{ChoiceID}}"><img height="100" width="100" src="{{{ChoiceImageUrl}}}" /> {{{Choice}}}</label>
I updated that line to the following, which only displays the image if the choice has an image.
<label for="PollChoices_{{ChoiceID}}">{{#if ChoiceImageUrl}}<img height="100" width="100" src="{{{ChoiceImageUrl}}}" /> {{/if}}{{{Choice}}}</label>
The poll should look correct now.
Grace
Hi Grace,
We're having a similar issue on our site. If there is a photo it displays properly and if not it displays like this. https://theinsider.known.is/
Hi Emily,
I applied the fix on your site.
Wonderful! Looks great!
Choose a location
Forum :