Expanded tabs ON for mobile and OFF (normal tabs) for desktop results in two different pages to be cached. This didn’t go well with the caching plugin that I was using. Luckily, the same result an be archived using a bit of custom CSS;
@media only screen and (max-width:768px)
{
.woocommerce-tabs .wc-tabs
{
display:none;
}
.woocommerce-tabs .panel
{
width: inherit;
float: inherit;
}
.woocommerce-tabs .woocommerce-Tabs-panel
{
display: block !important;
}
}
]]>
Hi guys, can anyone help me with a trick to have tab heading (title) displayed. This plugin is great for me but not showing tab titles. I have contacted my theme author but no help as they claimed little support they can offer about a third party plugin. And if possible may I know the file location of product tab heading/title for this plugin. Any help is appreciated…
]]>This plugin is helpful, it’s a perfect solution for my product tab but there’s a challenge of titles not showing. How can I fix this?
]]>Hi the plugin worked great. However the codes which were given to show the titles arent working.
]]>I use tabs in my blog archive which are outside of Woocommerce. I noticed with this plugin enabled it duplicated all content in my blog article list as well, which messed things up (in flatsome anyway). I suggest adding this simple additional class .shop-container to narrow to woo. In the function file woocommerce-expand-tabs.php in the plugin directory:
$output =
'<style type="text/css"> ' .
'.shop-container .vertical-tabs .tabs-inner, .shop-container .tabbed-content .panel { ' .
' margin: 15px 0; ' .
' float: none !important; '
]]>
Hi
So recently our tabs content does not show and clicking them doesn’t do anything.
However if we add ?nocache
to end of the url it works.
Looking at the inspector console errors:
Uncaught ReferenceError: ST_WC_FRONT_SWATCH is not defined
at etTheme.autoinit.reinitSwatches.etTheme.reinitSwatches (etheme-scripts.min.js?ver=0.0.1-b-modified-1642152454:1:17676)
at Function.<anonymous> (etheme-scripts.min.js?ver=0.0.1-b-modified-1642152454:1:15825)
at Function.each (jquery.min.js?ver=3.6.0:2:3053)
at Object.etTheme.init (etheme-scripts.min.js?ver=0.0.1-b-modified-1642152454:1:15789)
at HTMLDocument.<anonymous> (etheme-scripts.min.js?ver=0.0.1-b-modified-1642152454:1:15897)
at e (jquery.min.js?ver=3.6.0:2:30038)
at t (jquery.min.js?ver=3.6.0:2:30340)
Is this a problem with our jquery and the caching not loading the file?
We have tried clearing the cache but that hasn’t done anything.
Any ideas on how we could resolve this?
]]>Hello.
The heading tab of YITH WooCommerce Tab Manager are hidden.
]]>hi. thanks for plugin.
I active expand plugin for mobile, now show full of tab content under each other.
how can show a excerpt of tab content with a read more link for show full of tab content?
Used to work, but when i installed the latest version of Themify Ultra the woocommerce product page product image dissapears. When i disable the Expand Tabs plugin, the product image appears again
]]>Hello,
Unfortunately this is not working with WoodMart theme. After activation the tabs are not showing at all. All settings are ok. How do we proceed?
]]>Hi,
Will I be able to remove tabs that come as default?
thanks,
Naveen
]]>Dear developer,
I would like to prevent to load product description.
My question is: Does your plugin hide or prevent to load the description?
I am asking because if we hide, then the codes, pictures will still load, which slow down the site.
Thank you,
Alex
Hi,
how i can use anchor links to jump to specific tabs?
With “normal” tabs, everything is working, but with your enabled plugin, the link jumps everytime to the product description and not to the correct id.
Best regards
Holger
When you use
define(“SCRIPT_DEBUG”,true); // disable .min.js files
in your config.php, all plugins should deliver regular non minified js files. but your plugin ignores it and still loads woocommerce-extend-tabs/wc36/single-product.min.js?ver=1.4
Please fix that. Thank you
It seems it’s not working for me ?? Can you help? I use Digi Theme by Nasa.
]]>Hello, I’m wondering if it is possible to expand certain tabs and keep the others as they are? I want to keep Additional Information as a tab while expanding the Description, Reviews, etc.
Also, the plugin WooCommerce Product Attachment adds a custom tab which I titled “Downloads”. When expanded, it lost the h2 title. This would be one tab I would like to keep so it doesn’t lose its title.
Please let me know if this is possible, thank you!
]]>Hello, I’m not seeing the Tabs Expand section in the WooCommerce admin. Also appears there is no longer the display settings under ‘Products’. Has this moved?
Thanks
The plugin worked as described but it has not removed the tabs ( 2 tabs out of 3). I tried to add the code but then it removes the tabs created by the plugins also. Please suggest.
]]>Hi,
Just reporting, I get two warnings “unreachable code after return statement” from your plugin.
/woocommerce-extends-tabs/wc34/single-product.min.js:1:778
/woocommerce-extends-tabs/wc34/single-product.min.js:1:164
Hi
I am trying to design a new product page and I don’t want to disturb the previous product pages. Is it possible to make this plugin work with only one product ID? Thank you
I have tried adding in the h2 tags to the tabs files but they are still not showing up. I am not sure what else to try. Do you have any suggestions on how to get the titles to show up?
]]>Hi, after update woocommerce to 3.5.4, woocommerce-extend-tabs not working and in product edit page, woocommerce-extend-tabs setting is hidden. what’s the problem? how i can solve that?
]]>Hi there,
Really love your plugin as it’s the solution to a huge problem I was looking to find. However, I am using the Flatsome theme and it doesn’t show the title when I expand all tabs. I read your FAQ about the H2 hidden issue, but is there a way to fix this?
Many thanks.
]]>Dear Developer
I tried to copy the original woocommerce tabs code to the tabs-template.php in order to make the tabs appear again but because i can not read php code i don’t know what i am doing wrong.
It may be important to mention that i have pasted the code inside the tabs-template.php of the “wc34″ directory. Is this correct or do i need to paste it to another tabs-template.php?
What happens when i update the expand tabs plugin? Is the code going to be overwritten? Is there a way to secure the code forever?
Thank you very much for your advice
————BEGIN—-I copy this code——-
if ( ! empty( $tabs ) ) : ?>
<div class=”woocommerce-tabs wc-tabs-wrapper”>
<ul class=”tabs wc-tabs” role=”tablist”>
<?php foreach ( $tabs as $key => $tab ) : ?>
<li class=”<?php echo esc_attr( $key ); ?>_tab” id=”tab-title-<?php echo esc_attr( $key ); ?>” role=”tab” aria-controls=”tab-<?php echo esc_attr( $key ); ?>”>
“><?php echo apply_filters( ‘woocommerce_product_’ . $key . ‘_tab_title’, esc_html( $tab[‘title’] ), $key ); ?>
<?php endforeach; ?>
<?php foreach ( $tabs as $key => $tab ) : ?>
<div class=”woocommerce-Tabs-panel woocommerce-Tabs-panel–<?php echo esc_attr( $key ); ?> panel entry-content wc-tab” id=”tab-<?php echo esc_attr( $key ); ?>” role=”tabpanel” aria-labelledby=”tab-title-<?php echo esc_attr( $key ); ?>”>
<?php if ( isset( $tab[‘callback’] ) ) { call_user_func( $tab[‘callback’], $key, $tab ); } ?>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
————END—-I copy this code——-
————BEGIN—-I replace this code——-
if ( ! empty( $tabs ) ) : ?>
<div class=”woocommerce-tabs wc-tabs-wrapper”>
<?php foreach ( $tabs as $key => $tab ) : ?>
<?php if (!isset($tab[‘callback’])) continue; ?>
<div class=”panel entry-content wc-tab” id=”tab-<?php echo esc_attr( $key ); ?>”>
<?php call_user_func( $tab[‘callback’], $key, $tab ); ?>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
————END—-I replace this code——-
Great plugin, thank you!
I have a feature request. Would it be possible to add an option for adding page jump links to all the tabs. So, before the title of the first tab heading there would be links to all tabs.
Thanks
]]>Hello!
I’m developing a theme and added support to the new WooCommerce Product Gallery. But this plugin is throwing a JavaScript error, and because of that, the gallery zoom doesn’t work the first the image time is hovered. The gallery works fine when I deactivate the plugin.
Everything is updated:
WP 4.9.7
WooCommerce 3.4.3
WooCommerce Expand Tabs 1.7
Here’s the log:
Uncaught TypeError: Cannot read property 'indexOf' of undefined
at _.fn.init._.fn.load (jquery.js:9857)
at HTMLImageElement.<anonymous> (single-product.js?ver=1.4:172)
at Function.each (jquery.js:354)
at _.fn.init.each (jquery.js:189)
at ProductGallery.initFlexslider (single-product.js?ver=1.4:170)
at new ProductGallery (single-product.js?ver=1.4:115)
at _.fn.init.$.fn.wc_product_gallery (single-product.js?ver=1.4:293)
at HTMLDivElement.<anonymous> (single-product.js?ver=1.4:301)
at Function.each (jquery.js:354)
at _.fn.init.each (jquery.js:189)
/wp-content/plugins/woocommerce-extend-tabs/wc30/single-product.js?ver=1.4
]]>Hi i am trying to use the additional information for attributes, but when i active the plugin the tab wont expand anymore, i haven’t found a solution to the error.
Am i doing something wrong?, my theme is wowmalltheme
Awesome plugin! Worked like a charm.
Now id like to remove the additional information. I used CSS prior to hide the tab, but now there are no tabs. Any more tricks up your sleeve?
Mike
]]>Hi There. I am wanting to use this plugin on a site that is currently using the Extra theme (from Elegant Themes) as a parent theme. Extra declares WooCommerce support and because of one of the functions in the support file a fatal error occurs when the Extends Tab plugin is activated.
I have commented out the offending function in the support file for the time being and I am sure I can find a suitable long term work around as this plugin is now performing just as I want it to but I felt you should be aware and maybe keep in mind for future updates. ??
Fatal error: Cannot redeclare woocommerce_output_product_data_tabs() (previously declared in [path to plugin file]/woocommerce-extend-tabs.php:25) in [path to plugin support file] online 195.
Thanks for a much needed plugin!
Sara
Hi Diana, your WooCommerce Expand Tabs looks like a great plugin and is one that I’d really like to use.
NOTE: I’ve installed it and use Jeff Sterup’s Plugin Organizer to control its activation one a product by product basis.
The problem is that WooCommerce Expand Tabs has stripped out my Reviews Tab Data and deactivates the star rating average that should appear beneath the product heading on Woo’s Product Page. Screen Shot
I’m using the Storefront Theme with a Child Theme activated. I also have the following two premium woocommerce plugins installed.
WooCommerce Product Reviews Pro (SkyVerge)
WooCommerce Tab Manager (SkyVerge)
Please Advise
Thanks
PS I currently only have WooCommerce Expand Tabs activated on a draft product page.
]]>