Thanks, Kyle! Turning off Performance Options fixed it.
Same issue here, galleries on product pages aren’t showing up: Example:
Brutalist
Sorry, I figured it out… looks like I had “Posts” set to “Blog” in the Settings>Reading.
Nice idea! Here’s my new shop— http://www.laborandcurse.com
Cheers!
Ok, I figured it out. I added this to the custom css:
.product-type-standard figure:hover img { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }