Home › Forums › WoodMart support forum › Few Tweaks / Issues
Few Tweaks / Issues
- This topic has 8 replies, 2 voices, and was last updated 3 years, 3 months ago by Luke Nielsen.
-
AuthorPosts
-
September 20, 2021 at 1:59 am #319651
henalon123ParticipantHi there, I need help with the following issues :
1. on the shop page, i selected the “Show summary on hover” product style, how can i remove the red marked description when I hover on a product ? I don’t want to remove the description from the product page, just from this hover animation. (attached screenshots in private)
Also how I can move the variation swatches marked in blue to appear under the product image like the second screenshot attached ? because it dont looks good when i hover on the product page and the variation pops up on the main product image.2. when I open quick view on mobile, all the elements are centered except of the product variations, i remember you gave me a css custom code to center the elements on quick view but on mobile its not perfect.
Best regards.
September 20, 2021 at 2:37 pm #319847
Luke NielsenKeymasterHello,
In order to remove the description on the hover, try to use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Custom CSS for mobile”
.wd-hover-base .hover-content { display: none; }
Unfortunately, the structure of the hover for the product image does not allow you to lower the variation swatches under the picture.
2) To center the items on the quick view:
.product-quick-view .label, .product-quick-view .with-swatches { text-align: center; }
Kind Regards
September 28, 2021 at 2:05 am #321545
henalon123ParticipantHi again, i have the following issue here :
1. I need to remove the variation images from the product page but keeping them on the shop page (screenshot included)2. I need to add a quick view icon on mobile view in “quick” product style in the location marked in red (screenshot included)
3. For some reason some variation images added to the side are corrupt, how can i resolve it ?
Best Regards.
September 28, 2021 at 12:30 pm #321692
Luke NielsenKeymasterHello,
In order to remove the variation images, please, try to add this custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”.
.single-product-page .product-images .attribute-label { display: none; }
2. Unfortunately, the structure of the hover for the product image does not allow you to do a quick view icon on mobile view as you want
3. Probably, it is an issue with images, please, try to upload new variation images.
Let us know if there’s anything else we can do for you! You can always reach us at any time.
Kind Regards
September 28, 2021 at 11:32 pm #321816
henalon123ParticipantAnother issue that i have, the title background space is too long, ive attached a screenshot and circled the empty space in red, it shouldnt supposed to be like that, please help.
September 29, 2021 at 11:21 am #321977
Luke NielsenKeymasterHello,
In order to change the page title space, try to change the page title size in Pages -> Shop -> find the “Page title size” field -> enable the “Small” option or “Default”.
https://monosnap.com/file/upEnlxjD3IWnLFd9SJ1lYE6F90hjGe
Kind Regards
October 4, 2021 at 9:02 pm #323039
henalon123ParticipantHi there, I have another 2 issues :
1. The Variations images is too big on the shop page, how i can make it smaller ? i tried to find options for that but with no success (ive attached a screenshot)
2. I want to remove the variations images from the product image in the product page, i remember you sent me a custom css code for that already but its not working for the new variations images ive attached (i added screenshot for that also)
Please help.
October 4, 2021 at 9:39 pm #323040
henalon123ParticipantMaybe i have a solution for this, how can I add “Grid swatch attribute to display” – I want to add 2 attibutes to show in the shop page, a product images and color images, how I can enable this ?
October 5, 2021 at 9:59 am #323131
Luke NielsenKeymaster1. In order to change the size of the variation images, go to Theme Settings -> Custom CSS -> put this code in the “Global Custom CSS” field
.product-grid-item .attribute-label { min-height: 35px; min-width: 35px; }
2. I visited your product page, but I didn’t see variations images in the image like in your screenshot
https://monosnap.com/file/AJnzjXIVJcCTpRuFLfXdUJ0eqDBfGm
Please, enable variations images on the product page, I will check if the special CSS works
3. Unfortunately, only 1 variation attribute can be added in the “Grid sample attribute to display” option.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register