A Shopify store owner using the Vitals app on the Dawn theme is experiencing misplaced product reviews that appear in an unexpected location on their site.
Initial Solution Attempt:
A community member provided JavaScript code to reposition the review section
Instructions included adding code to the theme.liquid file, just above the closing tag
The code targets pages containing ‘index’ in the template
Current Status:
The initial code solution did not resolve the issue
Further troubleshooting revealed the problem is linked to the multicolumn section
When product page links are added to images in the multicolumn section, reviews move to an incorrect position
Removing the product page link from the first multicolumn image causes reviews to shift to the top of the page
Root Cause Identified:
The issue appears connected to how product page links within the multicolumn section interact with the review placement, though a final solution has not yet been implemented. The discussion remains ongoing as they work to fix the positioning while maintaining the desired page links.
Summarized with AI on November 10.
AI used: claude-sonnet-4-5-20250929.
I use the Vitals app for many different types of features on my websites, including reviews. However, the reviews are stuck in a weird spot and I don’t know how to move them. Does anyone know how to fix this? Thank you very much for your help!
Thats really a weird place for the review section to appear. Fixing this will require access to the theme. However i have written a JS to reposition the section. Do try it once and see if that fixes the issue.
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code just above tag
{% if template contains 'index' %}
{% endif %}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
However the reviews have went down to another section. This is not linked to the code but because I linked the image in the multicollumn to the product page (Thus the reviews of the product). This is maybe the root of the issue. Thank you for your help!
I tested: If I remove the link to the product page from the first image in the multicollumn the product reviews will go to the next image also linked with the product page (See image below)