Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › I tried to make changes on new product page tabs (Horizontal to vertical)
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by
Sarmistha Chakraborty.
- AuthorPosts
- March 1, 2020 at 9:21 am #109382
- March 2, 2020 at 12:03 pm #109527
Sarmistha Chakraborty
MemberHello,
This is doable but if we incorporate the tabs in horizontal manner then it won’t be represented properly as it will be difficult to fit in all the options in that pattern. And in mobile version it will be broken with long scroll-bar. That’s why we make it vertical. Kindly let us know your thoughts?
Thanks.
- March 2, 2020 at 7:59 pm #109581
wpxpert
ParticipantYes, pls send me. I need to do it. I have 3-4 tabs only.
- March 3, 2020 at 4:29 pm #109718
Sarmistha Chakraborty
MemberOk.
Override the “wcfm-view-products-manage.php” in your
<theme directory>/view/products-manager/wcfm-view-products-manage.php
.
and wrap<?php do_action( 'after_wcfm_products_manage_tabs_content', $product_id, $product_type, $wcfm_is_translated_product, $wcfm_wpml_edit_disable_element ); ?>
with this<div class="wcfm-tabWrap-content">
div.Add below the style to your child theme’s style.css
.wcfm-tabWrap-content { display: flex; } .wcfm-tabWrap .page_collapsible + .wcfm-container { top: 100px; width: 90%; }
Thanks.
- March 9, 2020 at 10:18 pm #110757
wpxpert
ParticipantWorking Fine. one of the tab I add 3 image upload field. once I start adding images Button hiding/cutting in content area. that mean tab area not expanding based on content.
I tried this threat https://wclovers.com/forums/topic/add-product-bottom-page-is-cut-off-when-you-add-more-than-one-picture/
but not working…
- March 10, 2020 at 3:32 pm #110921
Sarmistha Chakraborty
MemberHello,
It will be helpful if you send us a vendor access(with site url). We need to check your site then we can guide you accordingly.
Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.