• Resolved Kramarz

    (@kramarz)


    Following code gets added after the fields:

    <div class="woocommerce-tabs wc-tabs-wrapper">
    		<ul class="tabs wc-tabs" role="tablist">
    							<li class="wccpf_fields_tab_tab active" id="tab-title-wccpf_fields_tab" role="tab" aria-controls="tab-wccpf_fields_tab">
    					<a href="#tab-wccpf_fields_tab">
    											</a>
    				</li>
    					</ul>
    					<div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--wccpf_fields_tab panel entry-content wc-tab" id="tab-wccpf_fields_tab" role="tabpanel" aria-labelledby="tab-title-wccpf_fields_tab" style="">
    							</div>

    and displayed in front end, what looks like an empty tab?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Sark

    (@sarkware)

    Thank you for reporting, I got the issue, will release the update shortly.
    Untill then pls use the CSS to hide the tab item.

    li.wccpf_fields_tab_tab {
       display: none !important;
    }
    • This reply was modified 4 years ago by Sark.
    • This reply was modified 4 years ago by Sark.
    Plugin Contributor Sark

    (@sarkware)

    @kramarz Its been fixed with the latest release, pls update and let me know.

    Thread Starter Kramarz

    (@kramarz)

    Fixed. Thanks 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘New version display issue’ is closed to new replies.