Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › collapsible sections open
- This topic has 7 replies, 5 voices, and was last updated 4 years, 7 months ago by Sushobhan.
- AuthorPosts
- January 17, 2020 at 11:09 pm #102506Ivan BlackParticipant
Hello,
How do I make the ‘add new product’ form a single page without collapsible sections??
I have experience some issues where the sections don’t open fully. Can I make all collapsible sections open by default?
Thank you
- February 7, 2020 at 12:39 pm #106059WCFM ForumMember
Hi,
Please add this code to your site for the purpose-
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
- February 11, 2020 at 1:14 am #106577ozkancolParticipant
Hi when Collapsible Sections.. variotions not working please help
- February 18, 2020 at 4:00 pm #107627SushobhanKeymaster
Hello,
What do you mean by not working? Can you please show me a snapshot of the problem?
Thanks!- February 18, 2020 at 10:55 pm #107679
- February 20, 2020 at 4:42 pm #108040SushobhanKeymaster
Hello,
Kindly enable “Use as Variation” checkbox option.
Thanks - March 28, 2020 at 11:37 pm #113745sarahParticipant
I need this also and am having the same problem with the variations. I have the appropriate attribute enabled, but using the code above, the variations section does not change and load the appropriate variation fields. Even if I uncheck the attribute and then recheck it, the variations section does not trigger and open correctly.
- March 29, 2020 at 11:56 am #113834SushobhanKeymaster
Hi Sarah,
Can you please share a screen capture video or snapshot of the issue?
Thanks
- AuthorPosts
- You must be logged in to reply to this topic.