• Resolved Denis

    (@lector84)


    Hi! I observe such an error. The global tab is assigned to one subcategory, but in fact it applies to all subcategories. For example: there is a category of SNEAKERS. It has subcategories NIKE, PUMA, ADIDAS. I am creating a global tab for PUMA only, but it will be displayed in all three subcategories: NIKE, PUMA and ADIDAS.

    Version 1.2.2

    • This topic was modified 1 month, 2 weeks ago by Denis.
Viewing 1 replies (of 1 total)
  • Plugin Author Web Builder 143

    (@webbuilder143)

    Hi @lector84

    Thank you for pointing out the issue. Please use the code snippet below to overcome the issue for now. Add the below code snippet to the functions.php file of your active child theme (if it exists) or use any of the code snippets plugins available. We will address this in our future updates.

    add_filter( 'wb_cptb_include_child_category_tabs', '__return_false' );

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.