Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Multiple Portfolios on one page › Reply To: Multiple Portfolios on one page
September 10, 2013 at 11:45 am
#1577

Keymaster
Sorry for the delay – this one required some research and thought. Here it is the solution for the problem being faced by you.
Pls paste the following into the js/main.js file. I will have this change in the upcoming update so that you do not have to repeat it.
$("ul.tabs a").click(function () { $('.carouselslider-container .flexslider').each(function () { $(this).data('flexslider').setup()}); });