• Resolved horecapascarella

    (@horecapascarella)


    Good evening I wanted to know if there is a way to set up featured products or showcases that I want to highlight.
    It would be even better to highlight the photo of the product with a color around it to mark it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @horecapascarella,

    If you’re looking to feature products in it’s own area, you can use the [insert-products] shortcode for this. This shortcode is explained in the second half of our tutorial video here: https://www.youtube.com/watch?v=oJqVQQ-Y1TY&list=PLEndQUuhlvSoTRGeY6nWXbxbhmgepTyLi&index=11

    Unfortunately there’s no current option in the plugin to feature products within the main catalog.

    Thread Starter horecapascarella

    (@horecapascarella)

    Good morning,
    and if I use the UPCP Product List widget?
    I select the IDs of all the articles that interest me and create a list, but the problem is that the images come out very small, how can I get them out in the same size that the catalog shows them?

    Hi @horecapascarella,

    You should be able to use custom CSS to solve this issue. Without knowing the URL to your site, it would be difficult to know the exact CSS to add. As a starting point, you can add the following CSS to the WordPress Customizer (i.e. where you edit your theme).

    .upcp-insert-product.upcp-minimal-product-listing {
        height:  250px !important;
        width:  250px !important;
    }
    
    .upcp-minimal-img-div {
        width: 180px !important;
        height: 180px !important;
    }
    
    img.upcp-minimal-img {
        height: auto !important;
        width: auto !important;
        margin-top: 22px !important;
        margin-bottom: auto !important;
    
    }
    

    If you are unable to get the correct image size, please provide the URL to your site and we can take a look.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Featured products’ is closed to new replies.