Multiple Portfolios on one page

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1488
    mayorgafirm
    Member

    Hey there,

    I’m looking to set up a couple of portfolio sliders inside a Tab section.

    You can see what I’m trying to do here:
    http://nlb.mayorgafirm.com/facilities.html

    If you look about half way down the page, you’ll see the tabs with the first tab, “Del Sol” working with the portfolio slider perfectly.

    And then the second tab, “Anita’s” the portfolio section doesn’t function at all.

    Could you help me with this?

    #1492
    livemesh
    Keymaster

    Looks like your markup is right since once I resize the window even slightly, both the carousel sliders start functioning right. May need a JS code to just refresh the tab contents when you switch to it. Will get back to you. Thanks

    #1577
    livemesh
    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()});
        });
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.