Hi,
The customizer theme uses the Twitter Bootstrap version 3.x and this plugin/widget uses version 4.0, so that’s what is probably causing the issue…
I planed on making this plugin/widget compatible with bootstrap 3.x, but I just don’t have time to implement it. I will do it eventually, but I just can make any promises, I hope you understand. Maybe I will find some time in the next couple of weeks…
Take care!
Hi,
could you please try the solution described by mkauf8 user here: https://ww.wp.xz.cn/support/topic/first-tab-always-stays-active
Let me know, if that solves your issue as well.
Take care!
Thread Starter
cris83
(@cris83)
Hi,
thanks a lot. I try to read the post you send me and then i will notice.
Thanks a lot.
Hi,
I just updated the plugin to version 1.2.1, in which I added a filter, that adds the active class to the li instead of a. In order for this change to take effect, update the plugin and please follow the instructions here: https://ww.wp.xz.cn/plugins/tabs-widget-for-page-builder/faq/.
Quick recap -> Use this filter: add_filter( 'pt-tabs/use_older_bootstrap_layout', '__return_true' );
Take care!