Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Vertical Tab combinded with horizontal tab › Reply To: Vertical Tab combinded with horizontal tab
February 26, 2015 at 5:35 pm
#2277
Participant
Hello,
To fix this problem, please open js/include.js file in any text editor (Notepad++ would be preferable).
Go to about line 87 where it says:
var showById = $($this.find('a').attr('href'));
and add the following code BELOW the found one:
$(showById).find('.tab-content-wrap div').first().show();
I have attached a screenshot of a modified code so you can see how should it look like after modification.
Robert