In version 1.0 of Galleria, a bug exists that will cause the reviews to overlap the footer.
This happens if you are using Shopify's free product reviews application, have it enabled in your theme settings, and have at least one review for a product.
It might display like this:
To fix this, please follow these steps:
- Login to your Shopify dashboard
- Go to Online Store > Themes > Galleria
- Click the Actions button and then Edit Code
- Navigate to the Assets folder and open the file called theme.js.liquid
-
Scroll to the very bottom of the file and add this code at the very end:
var SPRCallbacks = {}; SPRCallbacks.onReviewsLoad = function() {$.fn.matchHeight._update();}
- Save the file and the issue should disappear
Comments
0 comments
Please sign in to leave a comment.