Home Forums WoodMart support forum Support removing featured image from product gallery and add read more button

Support removing featured image from product gallery and add read more button

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #557471

    skibinskiy
    Participant

    Hello, I need support please (free or paid) to have an option to remove featured image from the product gallery and add read more button for the category description when it has more than 2 rows.

    please how can I get it done?

    #557644

    Hello,

    Sorry to say but we didn’t seem to understand your concern properly. Could you please elaborate on your concern more with some useful Screenshots so that we can better understand and assist you accordingly of what you actually want.

    Best Regards.

    #557655

    skibinskiy
    Participant

    Sure, I’m adding the screens:

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

    skibinskiy
    Participant

    https://staging.leador.ro/butic/cercei-din-aur-de-18k-cu-radacina-de-safir-natural-briolete-93901/

    I would like to have an option to hide the thumbnail from some product pages, the first image.

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

    Hello,

    01. You can create an HTML block and add it into the category Description. You can add a button for “read more”. https://xtemos.com/docs/woodmart/html-blocks-2/#cat_att_tag
    Please follow this:
    https://xtemos.com/docs-topic/read-more-button-for-text-or-section-row/

    02. Try to use another gallery layout from Theme Settings > Single Product > Gallery > gallery Layout.

    If you want to hide the image, Try to add the following custom css code in Theme Settings > Custom CSS > Global Custom CSS.

    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
        display: none;
    }

    Best Regards.

    #557931

    skibinskiy
    Participant

    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    display: none;
    }

    This code is not working because.

    Can you please log in and check it out because gallery image classes are changed; you mentioned giving some old class names…

    And switching the gallery template is not helpful to solving this issue.

    number 2, The HTML block for read more button can\’t work automatically – we will have to add it to every category we want it to show it. Hope you understand what I mean. Can it be implemented Theme-wise globally for all categories that has, let\’;s say more than 1 paragraph? Thank you.

    #558029

    Hello,

    01. For this you need to add some code customization. Please follow this guide:
    https://wpsites.net/genesis-tutorials/remove-woocommerce-single-thumbnail-images-from-product-details-page/

    02. Sorry to say there is no automatic option in theme settings available for that. This is the possible way which i told you.

    Best Regards.

    #558668

    skibinskiy
    Participant

    Hi Aizaz,

    The code you sent us is removing the image completely and ruins the controls of the “thumbnail gallery|” carousel like below.
    https://ibb.co/njxftPK

    That is not what we have in mind, we just want to simply remove the Featured image from all products in a Single Product template scenario, leave it in archive template for categories, search etc. Just remove it from a Single Product page and show a first Gallery image instead like a screenshot below.

    https://ibb.co/cg4dVXs

    We are out of options here as our time runs out in less than 2 days and this are only customization we were unable to resolve ourselves without help of your support team, so it would be very nice if you could help us out only this once.

    Thanks in advance for all your help

    • This reply was modified 5 months, 1 week ago by skibinskiy.
    • This reply was modified 5 months, 1 week ago by skibinskiy.
    #558848

    Hello,

    01.Sorry, but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy. You need to find a third party plugin to achieve more functionality that best suits you.

    02. Sorry, this is a possible way you can do it without additional customization. You can create an HTML block and add it into the category Description. You can add a button for “read more”. https://xtemos.com/docs/woodmart/html-blocks-2/#cat_att_tag
    Please follow this:
    https://xtemos.com/docs-topic/read-more-button-for-text-or-section-row/

    Best Regards.

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