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?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #149752

    TarequeYousuf
    Participant

    Hi 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 you

    #149778

    Hello,

    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.

    #149837

    TarequeYousuf
    Participant

    Hi,
    I gave the login access bellow at the private area.
    Please check and let me know.
    Thanks

    #149934

    Hello,

    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.

    #149971

    TarequeYousuf
    Participant

    Hi,
    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 you

    Attachments:
    You must be logged in to view attached files.
    #149983

    Most 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.

    #150397

    TarequeYousuf
    Participant

    Thank you so much for the help.

    #150400

    Hello,

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘I don't want to show feature image on a specific product. How do I do that?’ is closed to new replies.