Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2277
Robert Kavgić
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

Attachments:
You must be logged in to view attached files.