Featured products shortcode - by 20comunicacion

This topic has 12 replies, 3 voices, and was last updated 6 years, 2 months ago ago by Olga Barlow

  • Avatar: 20comunicacion
    20comunicacion
    Participant
    February 19, 2018 at 16:22

    Private

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 19, 2018 at 16:30

    Hello,

    Customizer > Woocommerce > Product Catalog > Products per row.

    Regards

    Avatar: 20comunicacion
    20comunicacion
    Participant
    February 19, 2018 at 16:35

    Thanks, but how about the size?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 19, 2018 at 16:53

    Hello,

    Update theme to version 4.19, this bug with Products VC element columns was fixed.

    Regards

    Avatar: 20comunicacion
    20comunicacion
    Participant
    February 19, 2018 at 17:01

    Hello. I have updated to 4.19, but still I see the products with different heights…

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 19, 2018 at 17:14

    Hello,

    Because you used featured images with different sizes. If you want to make them one size on grid use crop option https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/

    Regards

    Avatar: 20comunicacion
    20comunicacion
    Participant
    February 19, 2018 at 17:40

    Thanks, but this settings are for shop page, not for shortcode settings…

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 20, 2018 at 10:11

    Hello,

    These settings work for all products.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: 20comunicacion
    20comunicacion
    Participant
    February 20, 2018 at 10:15

    Hello. Not in my case. Private screenshot. In featured item shortcode, doesn’t apply that settings…

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 20, 2018 at 12:02

    Hello,

    It’s because some product images are smaller than the width that you set in WC options, for example your_domain/wp-content/uploads/lo-ado.jpg it is 210x240px or your_domain/wp-content/uploads/lomo-cer.jpg 275x183px

    So, add the following code if you use such a small featured images

    .content-product .product-content-image img {
        min-width: 1px;
        width: auto;
        max-height: 183px;
    }

    Or use images no less than 300×300 for your products. Then you won’t need that code.

    Regards

    Avatar: 20comunicacion
    20comunicacion
    Participant
    February 20, 2018 at 12:06

    Thanks, but I would like to show the images cropped, more than resized, to cover all the space. Is possible?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 20, 2018 at 15:40

    Hello,

    Yes, use featured images for your products no less than 300×300px, actually, I would suggest you even no less than 600x600px to have a good image on single product page, because at present it’s so small http://prntscr.com/ihd3hb

    Regards

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.