Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Avatarjlobos
    Support Expired

    hi :D,

    in the woocommerce list is not showing the empty categories, i realized that if i use the search box i can get to the ghost categories.

    categories-bug-01

    thanks again!

    Avatarjlobos
    Support Expired

    Hi supporter,

    the issue was found in any single product page,

    Large recycled roll top grocery bag

    i just found the solutuion to the issue adding this lines of css to the personalization box.

    .slick-slider {
    box-sizing: border-box!important;
    }
    .elementor-products-grid ul.products.elementor-grid li.product {
    width: auto;
    float: left;
    }
    ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    padding: 20px 15px!important;
    list-style: none;
    position: relative;
    width: 100%;
    }

    now i have a recurrent issue, i have a few ghost categories in my list. (FRESH NUTS, MILLK CREAM, NATURE) how can i delete those from the list?

    look at the end of the side bar:
    https://beeco.voltio.cl/categoria-producto/bolsas/

    Thanks!

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