Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › Product Vendors › add product tabs
- This topic has 2 replies, 3 voices, and was last updated 4 years, 9 months ago by WCFM Forum.
Viewing 2 reply threads
- AuthorPosts
- January 30, 2020 at 2:52 pm #104650ozkancolParticipant
Hi,
When we add product under some tabs >> Shipping >>inventory >>seo
Can we do always open not clicable ? - January 30, 2020 at 11:31 pm #104740Ramamurthy KrishnanKeymaster
Hi,
This will require bulk custom development work. Please contact us here for the purpose: https://wclovers.com/woocommerce-multivendor-customization/
We’ll get back to you.
Thanks,
- February 6, 2020 at 12:14 pm #105696WCFM ForumMember
Hi,
Can we do always open not clicable ?
– Sorry, it’s not very clear to me. Do you want to keep product manager all tabs by default open?
If so, then please add this code to your site –
add_action( 'after_wcfm_products_manage', function() { ?> <style> .wcfm-tabWrap .page_collapsible, .wcfm-tabWrap .page_collapsible + .wcfm-container { width: 98% !important; position: relative !important; } .wcfm-tabWrap { height: auto !important; } </style> <script> jQuery( document ).ready( function( $ ) { setTimeout(function() { $('.wcfm-tabWrap .page_collapsible').off('click'); $('.wcfm-tabWrap').find('.wcfm-container').removeClass('collapse-close').addClass('collapse-open').show(); }, 2000 ); }); </script> <?php });
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
Viewing 2 reply threads
- You must be logged in to reply to this topic.