HomePage Forums Themeforest Organey – Organic Food WooCommerce WordPress Theme issue creating custom product page using elementor pro theme generator

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4263
    Avatarjlobos
    Support Expired

    the client want a specific layout so we go into the theme generator to create a custom product page.
    but the problem is that the upsell grid and the related product grid show incorrectly no matter what setting i choose.

    https://beeco.voltio.cl/wp-content/uploads/2021/11/custom_product_page_error_01.jpg

    when using the default product layout the problem its gone.

    im missing some custom css for this grids to work properly?

    #4267

    Hi you,

    Please tell me which page you are talking about, I can’t find it on your website.

    #4269
    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!

    #4272

    Hi again,

    If these are the categories you are not using, please go to https://beeco.voltio.cl/wp-admin/edit-tags.php?taxonomy=product_cat&post_type=product to delete these categories.

    Or if you just want to hide it, there is hidden in widget with categories without products: https://ibb.co/rssYqxv

    #4273
    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!

    #4278

    Yes, Please delete all categories that you do not use.

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

You must be logged in to reply to this topic.