开发者 |
capuderg
cyman proteusthemes |
---|---|
更新时间 | 2017年11月22日 14:57 |
PHP版本: | 4.0.0 及以上 |
WordPress版本: | 4.9 |
版权: | GPLv3 or later |
If for example the first tab always remains active, than this is an indicator that your theme (or another plugin) is using an older version of Twitter Bootstrap. In this plugin we use the Bootstrap version 4.x, so some HTML is different from the older versions (v3.x, v2.x). You can solve this by adding the bellow code to your theme functions.php file:
add_filter( 'pt-tabs/use_older_bootstrap_layout', '__return_true' );
Also make sure that you have the latest version of this Tabs widget plugin.