Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Clique
  • #84697
    greengrassbrian
    Member
    Post count: 28

    I have setup an accordian page here, but by default it opens the first panel and I’m afraid a user won’t know to minimize it.

    http://www.brazenanimation.com/jobs/

    Is there a way to have all panels closed by default?

    Thanks!
    Brian

    #85044
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Brian,

    You’d need to edit /js/functions.js.php and replace lines 748-751:

    $j('.accordion').accordion({
                collapsible: true,
                autoHeight: false
            });

    with:

    $j('.accordion').accordion({
                collapsible: true,
                autoHeight: false,
                active: false
            });
    

    – Ed

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register