phoebephoebe Posted January 17, 2023 Share Posted January 17, 2023 (edited) Added a Mini Cart plugin via code injection but now the link to the first two products on my page don't work correctly. When I click Carter's Cookbook 1 and Carters Cookbook 2, it just pulls up the cart. Any ideas how to fix? https://www.myers.market/shop Edited January 17, 2023 by phoebephoebe Adding URL Link to comment
creedon Posted January 17, 2023 Share Posted January 17, 2023 The cart code is not causing the issue with product list pages. It is the following custom code. .products.collection-content-wrapper .grid-meta-wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100% !important; text-align: center !important; opacity: 1; transition: all .5s } .products.collection-content-wrapper .grid-meta-wrapper .grid-main-meta { width: 100%; opacity: 0 } .products.collection-content-wrapper .grid-item:hover .grid-main-meta { opacity: 1 } This code moves the text to the middle causing it to escentially cover or make a hole in the anchor tag, making that area not clickable. I don't have a solution at this time. tuanphan and phoebephoebe 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment