Web Builder 143
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] Tabs by product attributes?Hi @isarisar
Thank you for using our plugin. At the moment, assigning tabs to products based on product attributes is not supported. Our plugin currently supports assigning tabs by product categories, tags, and brands.
We plan to include this feature in a future release, so stay tuned!
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.
Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] Tabs not showingHi @jtyekettle
We have not heard back from you for a while, so we assume the issue has been resolved. We are marking this thread as resolved.
Forum: Plugins
In reply to: [Wb Sticky Notes] Warning: Undefined variable $wb_stn_actionHi @antipole
Thanks for pointing out the issue. We have fixed it and released a new version. Please update to the latest version and let us know if the issue is resolved.
Currently, there is no option to add icons to the tabs.
A new version with Brands compatibility is now available. Please update and try it. Let us know if it works for you.
Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] Tabs not showingHi @jtyekettle
It may be a site-specific issue. Please switch to the default theme and try again. Let us know if the issue persists.Forum: Reviews
In reply to: [Custom Product Tabs For WooCommerce] Plugin fonctionnel et plaisant !Thanks for the review ??
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.
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!
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' );
Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] Is this plugin compatible with WPML?Hi @mike86
We have tested this issue on our servers but were unable to replicate it. Here are our settings:
- We switched from the WPML product editor to the WordPress editor.
- We adjusted the following settings:
- Multilingual Content Setup: Set to “Make ‘Products’ appear as translated.”
- Custom Fields: Set
wb_custom_tabs
to “Copy once.”
Once the product is saved, it will copy all tabs from the original language. You can then edit the tabs for the current language.
The above settings are applicable for product-specific tabs. For global tabs, you need to create separate tabs for each language and assign them to the products in that language.
Hope it helps!
Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] Error in global tabsHi @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' );
Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] How I can predefine custom tab?Hi @mllapan
Yes, it’s possible! You can achieve this by using the global tabs option. Follow these steps:
- Navigate to
Products -> Tabs -> Add New
to create a new global tab. - While creating the global tab, assign it to multiple products by selecting the relevant product categories or tags.
- In the tab content, include your ACF shortcode (e.g.,
[your_acf_shortcode]
) to display the ACF meta_key value. - To place this tab in the second position, adjust the tab position option in the tab edit screen. Refer to this help doc for detailed instructions on tab positioning.
This way, the ACF field will automatically be hooked onto the second tab for all selected products, without the need to manually edit each product.
For further customization, you can use the following filter hook
wb_cptb_alter_tab_content
to alter the tab content programmatically before printing.Forum: Plugins
In reply to: [Custom Product Tabs For WooCommerce] editor clear style – color or bolderHi @kaspioia
Apologies for the delayed response. The issue has been resolved in the latest release of the plugin. Kindly update to the newest version and verify.