Home › Forums › WoodMart support forum › I don't want to show feature image on a specific product. How do I do that?
I don't want to show feature image on a specific product. How do I do that?
- This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 12, 2019 at 8:42 am #149752
TarequeYousufParticipantHi there,
I have two issues here.1. I don’t want to show the feature image on this product page: https://kndora.com/product/custom/
and I want the product tab to be centered aligned on the page after removing the featured image. How do I do this with your theme?2. When you go to the Arabic version of the same product: https://kndora.com/ar/product/custom-ar/ , The cart button does not appear after you select the variations.
Please help.
Thank youOctober 12, 2019 at 11:19 am #149778
Aizaz Imtiaz AwanKeymasterHello,
1) I’m not able to check your page that you shared “https://kndora.com/product/custom/” because your site is in under construction mode.Kindly share a screenshot of your problem by pointing out the section for better understanding.
2) As you said when you select Arabic version of product then the cart button does not appear after you select the variations.
It seems some of your third party plugins conflict. Kindly deactivate your third party plugins and check back your site.
If the issue is still there then share your correct login details so I can access your site and help you out. Because your prior login details not working anymore
Best Regards.
October 12, 2019 at 7:06 pm #149837
TarequeYousufParticipantHi,
I gave the login access bellow at the private area.
Please check and let me know.
ThanksOctober 14, 2019 at 6:59 am #149934
Aizaz Imtiaz AwanKeymasterHello,
1) I have test your site, as you want to remove the featured image of that product and after removing the featured image you want to display the product tab or box in the center of the screen. Currently there is no such option in the theme to do this. But you can try the below CSS code in Custom CSS settings of that product as in the screenshot: https://jmp.sh/iI9C54j
.product-images-inner{ display:none; } .entry-summary{ margin-left: -200px; }
Result: https://jmp.sh/ETG8u8x
For the Arabic version of product you need to use the right margin except for using the left.
.product-images-inner{ display:none; } .entry-summary{ margin-right: -200px; }
But after applying this code, That specific product might not be responsive anymore.
2) As in the Arabic version of theme. The add to cart button did not shown. It seems that it is not the theme issue. As you are using the “Polylang” and “Polylang for WooCommerce” plugin and it seems these two plugins or any other third party plugin is the cause of this issue.
You can also check with some standard theme like twenty-nineteen. So you need to contact the plugin support team or WooCommerce support team. As we provide our dedicated support and this is beyond our limitations and support policy.
Best Regards.
October 14, 2019 at 9:18 am #149971
TarequeYousufParticipantHi,
Thank you for the CSS help there.
Just one more thing I need help with.
As you removed the featured images from the products page, I want the page to be 80% width or more so the custom images show 4/5 images in a raw.Help will be much appreciated.
Thank youAttachments:
You must be logged in to view attached files.October 14, 2019 at 10:56 am #149983
Aizaz Imtiaz AwanKeymasterMost Welcome,
As you want to increase the width of that box which contains product details. You can try the below CSS code in Custom CSS settings of that product page:
.product-summary-shadow .summary-inner { width:900px; }
I used 900px width just to set an example for you but you can increase or decrease it as per your choice.
Best Regards.
October 16, 2019 at 9:32 am #150397
TarequeYousufParticipantThank you so much for the help.
October 16, 2019 at 9:50 am #150400
Aizaz Imtiaz AwanKeymasterHello,
I’m so happy to hear you are pleased with the Theme and Support. XTemos strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘I don't want to show feature image on a specific product. How do I do that?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register