HomePage › Forums › Themeforest › Organey – Organic Food WooCommerce WordPress Theme › issue creating custom product page using elementor pro theme generator
Tagged: custom product, Elementor, product, theme generator
- This topic has 5 replies, 2 voices, and was last updated 3 years ago by Supporter.
-
AuthorPosts
-
November 8, 2021 at 11:31 pm #4263jlobosSupport 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?
November 9, 2021 at 11:41 pm #4267Hi you,
Please tell me which page you are talking about, I can’t find it on your website.
November 9, 2021 at 11:57 pm #4269jlobosSupport ExpiredHi supporter,
the issue was found in any single product page,
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!
November 10, 2021 at 12:05 am #4272Hi 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
November 10, 2021 at 12:12 am #4273jlobosSupport ExpiredNovember 10, 2021 at 11:52 pm #4278Yes, Please delete all categories that you do not use.
-
AuthorPosts
You must be logged in to reply to this topic.