352Media/flexMenu

flexMenu with Bootstrap v4 Tabs

dijitalgezgin opened this issue · 1 comments

Hello,

I use flexMenu with Bootstrap v4 tabs but have a problem. Tabs are opening but they aren't closing. I added extra jQuery code;

$(document).on('click', 'li.flexMenu-viewMore', function(){ $('li.flexMenu-viewMore li a.active').removeClass('active show'); $(this).addClass('active show'); });

Live demo: http://demo.gloriathemes.com/wp/eventchamp/

Kind regards.

Thanks for getting in touch!

What you described seems to be the intended behavior of Bootstrap's tabs. Their example code shows tabs that open when you click them but do not close when you click them a second time.

I'm going to close this issue because as far as I can tell, flexMenu isn't causing this behavior. Sorry I can't be more helpful here!