This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

update problem

Resolved 12 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Hello, i’ve a problem, I did an update and all my products on my home page and page produts are in vertical line and before three rows of three products .

Sory for my bad English!

Thank you

URL: http://grosculclothing.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

12
  1. Andrew Misplon Staff

    Sorry about that. English perfect. We’ll look into this issue ASAP. For now, please try the following under Appearance > Custom CSS:

    /* WooCommerce Product Widget */
    .entry-content ul.product_list_widget {
    list-style: none;
    margin-left: 0;
    }  
    .product_list_widget li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 35px;
    padding: 0 5%;
    width: 33.33%;
    }
    .product_list_widget li a span {
    display: block;
    }

    If you’d like you can make small adjustments there.

  2. sdesign

    Thank you so much but I tried and it does not work, you can see the result at http://grosculclothing.com/
    thank you

  3. Andrew Misplon Staff

    Try changing the percentage from 33.33 to 27%.

  4. sdesign

    Ok is better but there is padding 25% and my images are too small. I’m so sorry but I would like to retrieve as it was before…

  5. Andrew Misplon Staff

    I’m unfortunately not quite sure what happened here. I’ve reported the bug for review.

    Please edit the widget in question. On the right is a Layout tab. If there is a padding value there of 25, please remove it. It should resolve the problem.

  6. Artifictions

    Same problem here. Fix above helps, but does not entirely resolve. How to revert this to the way it looked before the 2.4.2 update? I was quite pleased with the design until the update last week, but am now dissatisfied. Is it impossible to make this widget behave the way it did before?

    • Andrew Misplon Staff

      Apologies for the hassle. We resolved a series of WooCommerce issues in the update. This problem was an un-intended consequence.

      The original CSS for this widget was:

      /* The WooCommerce Widgets */
      .widget .product_list_widget {
        margin: 0;
        list-style: none;
        margin-right: -10px;
        zoom: 1;
      }
      .widget .product_list_widget:before {
        content: '';
        display: block;
      }
      .widget .product_list_widget:after {
        content: '';
        display: table;
        clear: both;
      }
      .widget .product_list_widget li {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        width: 33%;
        padding-right: 10px;
        float: left;
        text-align: center;
        margin-bottom: 10px;
      }
      .widget .product_list_widget li img {
        width: 100%;
        height: auto;
      }
      .widget .product_list_widget li a {
        text-decoration: none;
        color: #444444;
        font-weight: 500;
        line-height: 1.1em;
      }
      .widget .product_list_widget li span.amount {
        display: block;
      }

      Hope that helps.

  7. Andrew Misplon Staff

    Thanks again everyone. I’ve assigned this bug to myself. I’ll make sure everything is sorted again for this widget in the next Vantage update. Apologies for the hassles causes.

  8. Artifictions

    That has effectively solved the problem for me, thank you Andrew.

    • Andrew Misplon Staff

      Super, thanks for your understanding. Glad we were able to help.

  9. sdesign

    Great!!! Thank you Andrew for your good job!

  10. Andrew Misplon Staff

    Thanks for your support @sdesign, glad we could hotfix.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread