• Resolved amyskea

    (@amyskea)


    Hi tabs were working correctly and now are not.

    link is to a product that is SEED POTATOES, but is showing the tabs for POTATOES TO EAT. I have checked setting and all is correct. The tabs show up on all products, not just the products with the category.

    This was working recently, no new plugins or anything different

    Thank you
    Amy

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Web Builder 143

    (@webbuilder143)

    Hi @amyskea
    Sorry for the inconvenience caused. Please add the below code snippet to the functions.php file of your active child theme (if exists) or use any of the code snippets plugins available. We anticipate that this could address your problem.

    add_filter( 'wb_cptb_include_parent_category_tabs', '__return_false' );
    Thread Starter amyskea

    (@amyskea)

    Hi
    Thank you, this works.

    As this is the only function of the app, I would suggest that this is included in an update.

    I am not sure what is different as it had been working fine. I am also not sure when it stopped working as we have a seasonal product and I was adding a new product and was checking that everything looked ok.

    Thank you for your help

    Plugin Author Web Builder 143

    (@webbuilder143)

    Happy to hear that your problem has been resolved. We will include this in the upcoming update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tabs are not going to correct category – they were working’ is closed to new replies.