Home › Forums › WoodMart support forum › Product Page Customisation
Product Page Customisation
- This topic has 33 replies, 3 voices, and was last updated 6 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
February 26, 2018 at 12:52 pm #42298
penguinedParticipantPlease check the link.
February 26, 2018 at 3:14 pm #42322
Artem TemosKeymasterHi,
You can change the border with the following CSS code, but unfortunately you can’t resize them to 80×80
.product-image-thumbnail img { border: 2px solid #efefef; }
Regards
February 26, 2018 at 4:06 pm #42341
penguinedParticipantThanks a lot. If I use 1px border then border on the right side is not visible
February 26, 2018 at 6:40 pm #42360
Artem TemosKeymasterSorry, but we can’t change it inside this images carousel. Try to use 2px or keep them without borders.
February 26, 2018 at 9:25 pm #42393
penguinedParticipantThanks. Is it possible to add extra shadow to product summary block?
February 27, 2018 at 7:18 am #42427
Artem TemosKeymasterAs we can see, you have already added that shadow.
February 27, 2018 at 10:39 am #42506
penguinedParticipantIs it possible if I want to show the product summary block shadow only on desktop and tablet?
February 27, 2018 at 11:02 am #42516
Artem TemosKeymasterYou can add your custom CSS code for desktop and tablet devices in Theme Settings -> Custom CSS.
March 1, 2018 at 7:25 pm #43272
penguinedParticipantI found that my product page on iPad is quite different than woodmart demo. On iPad my product page showing the mobile view whereas your demo shows the desktop view. Would you please tell me what is the problem?
March 2, 2018 at 7:43 am #43312
Artem TemosKeymasterHello,
Actually, it is a bug on our demo and it is displayed incorrectly and we fixed it in our last update. We just didn’t push the latest hotfixes to our demo website.
Regards
March 8, 2018 at 9:41 pm #44776
penguinedParticipantIs it possible to move the “add to wishlist” button and place it beside the quantity button?
Thank you.
March 9, 2018 at 7:35 am #44813
Artem TemosKeymasterSorry, but there is no such option in YITH wishlist plugin.
March 9, 2018 at 8:05 am #44831
penguinedParticipantThanks a lot. Is it possible to design the “add to wishlist” as a button and place the button below the “add to cart” button?
March 9, 2018 at 10:29 am #44856
Artem TemosKeymasterAs we said, there is no other option for the wishlist button in our theme.
March 14, 2018 at 9:20 pm #46093
penguinedParticipantHi, I want to remove the border from the brand image in single product page.
March 15, 2018 at 8:00 am #46152
Elise NoromitMemberHello,
Please add this CSS code in order to remove the border:
.product-image-summary .woodmart-product-brands a { -webkit-box-shadow: 0 0 2px rgba(0,0,0,0); box-shadow: 0 0 2px rgba(0,0,0,0); } .product-image-summary .woodmart-product-brands a:hover { -webkit-box-shadow: 0 0 6px rgba(0,0,0,0); box-shadow: 0 0 6px rgba(0,0,0,0); }
Kind Regards
May 11, 2018 at 9:38 pm #57197
penguinedParticipantHey, I am using the official Woocommerce Warranty plugin to manage my warranties.
So, I am getting the warranty info in the sticky add to cart too. How do I remove it from the sticky add to cart. Please check the image for more
May 12, 2018 at 7:12 am #57205
Elise NoromitMemberHello,
First of all, check the settings of the plugin. If there is no option, add this CSS to Theme settings > Custom CSS:
.widget_shopping_cart .variation { display:none; }
Best regards
May 15, 2018 at 9:22 pm #57743
penguinedParticipantHey,
the code you gave me did not remove the warranty information from the sticky add to cart.
Thank you
May 16, 2018 at 7:05 am #57795
Elise NoromitMemberHello,
Please replace provided above code with this one:
.woodmart-sticky-btn-cart .warranty_info{ display:none; }
Best Regards
May 23, 2018 at 9:28 am #58933
penguinedParticipantThanks that works. But the alignment of price, add to cart button and add to wishlist button has changed.
May 23, 2018 at 11:58 am #58952
Elise NoromitMemberHello,
Please check the layout: full width or not. I cannot enter your site it is under maintenance and credentials provided earlier are not workable.
Best Regards
May 23, 2018 at 8:52 pm #59057
penguinedParticipantHi I am giving you the credential
May 24, 2018 at 7:27 am #59110
Elise NoromitMemberHello,
Please add this code to Theme Settings > Custom CSS:
.product-image-summary .single_add_to_cart_button { margin-bottom: 10px; width: 100%; }
Best Regards
May 25, 2018 at 5:20 pm #59623
penguinedParticipantThanks! I am using the maintenance mode provided by Woodmart. I want to exclude one custom page with a simple form from the maintenance mode. How do I do that?
May 25, 2018 at 6:22 pm #59631
Elise NoromitMemberHello,
Please explain what would you like to remove. Please provide screens.
Best Regards
May 25, 2018 at 9:09 pm #59655
penguinedParticipantPlease see the private content
May 26, 2018 at 7:28 am #59695
Elise NoromitMemberHello,
No, it is not possible to set any page as an exception when the maintenance mode is turned on.
Best Regards
May 26, 2018 at 9:11 am #59716
penguinedParticipantThanks. I am currently using images from product variations in the color attribute swatch.
However, to show the images from product variations I also have to select “pa_color” in the Grid swatch attribute to display option from the theme settings. This option enabled the functionality to swatch attribute from the category page.
I do not want to show the attribute swatch functionality on my category page.
May 26, 2018 at 11:51 am #59748
Elise NoromitMemberHello,
There is no option to configure showing on the product page and hiding on shop/category page. You can add this custom CSS to hide the images:
.swatches-on-grid{ display:none; }
The images will be hidden both on shop page and category page.
Best Regards -
AuthorPosts
The topic ‘Product Page Customisation’ is closed to new replies.
- You must be logged in to create new topics. Login / Register