Hey again!
<div class="yotpo reviews"
data-appkey="7fyD7PQRxGTnYaHmnVQM8CMbnFdkgT3T3op7Kr7T"
data-domain="{{ shop.permanent_domain | escape }}"
data-product-id="{{ product.id }}"
data-product-models="{{ product.id }}"
data-name="{{ product.title | escape }}"
data-url="{{ page.url }}"
data-image-url="{{ product.featured_image | product_img_url: "large" |replace: '?', '%3F' | replace: '&','%26'}}"
data-description="{{ product.description | escape }}"
data-bread-crumbs="{% for tag in product.tags %}{{ tag | escape }};{% endfor %}"></div>
I grabbed this code from the bottom of your product.liquid. No matter where it's moved, it doesn't display anything even though you can see it's supposed to call various elements of the image.
Can you double check in the YOTPO app and see what code you're being asked to copy onto the product.liquid page? I just want to make sure the data-appkey is correct for your store in particular!