maplesnmore
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Zettle POS for WooCommerce] Variation pics not showing up in appIs this ticket still active?
Forum: Plugins
In reply to: [PayPal Zettle POS for WooCommerce] Variation pics not showing up in appKrystian,
The Glazed Mame Bonsai Pots have 1 product image with 11 gallery images. I also have Akadama Shohin Bonsai Soil product that is in question. https://maplesnmore.com/shop/bonsai/bonsai-soil/akadama-shohin-bonsai-soil/The Akadama product only has 1 product image and 2 gallery images. I have also checked the 2 products from the Zettle app and the variation pics do not show up on either product. If the Zettle pic limit is 10, the Akadama should be displaying the variation pics with it only have 3 total pics. I would submit the screenshots but I do not see any way to upload the screenshots.
I would also like a notification when this will be fixed
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge sizeWorked great. I had to add some code to make it work. The badge wasn’t lined up with the corner. Here is the code I used.
.home ul.products li.product img {
width: 100%;
}
.yith-wcbm-css-badge-5625 {
width: 80px;
height: 80px;
}.yith-wcbm-css-badge-5625 div.yith-wcbm-css-s2 {
bottom: 1px;
}.yith-wcbm-css-badge-5625 div.yith-wcbm-css-text {
font-size: 13px;
left: 1px;
top: 18px;
}