• Resolved golfball-uhu

    (@golfball-uhu)


    Hi,

    I′m thinking bout using your plugin for the future.

    At the moment I have a design struggle. Your plugin does not use the usual design for tabs in my shop. You can see that in the product:

    https://testshop.golfball-uhu.de/produkt/kaede-max-distance-golfbaelle-12stueck-13/

    I created a Test-Tab.

    Within my shop all tabs use:

    .woocommerce-tabs .entry-content

    +

    body .woocommerce-tabs .entry-content h2

    But you plugin uses only:

    .woocommerce-tabs .entry-content

    and then the additional stuff seems to be integrated somehow per CSS or whatever.

    I was able to adjust padding-top + a border top….but ′m missing the “h2 content”.

    How can I adjust your plugin to my shop design?

    Best Regards

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

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

    (@webbuilder143)

    Hi @golfball-uhu

    Thank you for reaching out to our support team. By default, our tabs do not display headings. However, you can enable this option by adding the code snippet below to the functions.php file of your active child theme (if it exists) or by using any of the available code snippets plugins. We also plan to include this feature in a future update.

    add_filter( 'wb_cptb_hide_heading_in_tab_content', '__return_false' );

    Thread Starter golfball-uhu

    (@golfball-uhu)

    Hi @webbuilder143,

    your code works…thx.

    Final question: did you ever think about assigning “brands” to your custom tabs? That would be a great help regarding assigning the new GPSR info to products.

    At the moment it′s tags and categories.

    Best Regards

    Plugin Author Web Builder 143

    (@webbuilder143)

    Hi @golfball-uhu ,

    Thanks for the suggestion! We will consider adding your suggestion in our future updates. Currently, WooCommerce does not offer brands functionality in its core. This feature is only accessible via a premium plugin at the moment. However, it is planned to be available in WooCommerce’s upcoming version 9.4. After they introduce it, we will add it to our updates. For more details, you can check out WooCommerce’s announcement here.

    If you enjoy using our plugin, please consider leaving us a review here. Your feedback is greatly appreciated!

    Thread Starter golfball-uhu

    (@golfball-uhu)

    Sounds promissing,

    but I′m not using the plugin “WooCommerce Brands”.

    I′m using “product – features – brand”…and the plugin “Perfect Brands for WooCommerce”.

    Will it work anyway?

    Regards

    Plugin Author Web Builder 143

    (@webbuilder143)

    We will try to add compatibility with the major WooCommerce brands plugins along with the core brands functionality. You can expect our upcoming version by next month.

    Plugin Author Web Builder 143

    (@webbuilder143)

    @golfball-uhu

    A new version with Brands compatibility is now available. Please update and try it. Let us know if it works for you.

    Thread Starter golfball-uhu

    (@golfball-uhu)

    I tried it..works perfectly :-). Thy sooo much.

    One last fancy question:

    Is it possible to assign “icons” to the tabs?

    Regards

    Plugin Author Web Builder 143

    (@webbuilder143)

    Currently, there is no option to add icons to the tabs.

    Thread Starter golfball-uhu

    (@golfball-uhu)

    ok….I was able per copy&paste to get icons into headline of global tabs…..for example here:

    https://testshop.golfball-uhu.de/produkt/damen-black-tencel-long-sleeve/

    Unfortunately it is not possible on the single product level.

    Can you make that possible?

    Regards

    Thread Starter golfball-uhu

    (@golfball-uhu)

    Did you see my question?

    Plugin Author Web Builder 143

    (@webbuilder143)

    Sorry for the late reply. Currently, implementing this feature in the plugin requires some effort. However, we are adding this to our development backlog and will implement this in our future updates.

    Thread Starter golfball-uhu

    (@golfball-uhu)

    ok…thx ??

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