Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabor

    (@nextendweb_gabor)

    Hi! I’m sorry, but we don’t have this kind of option. You could only make the whole first level opened with the “Always opened” parameter, and those couldn’t be closed. Besides that the “Opened” parameter could have these options: https://www.nextendweb.com/wiki/accordion-menu-documentation/basic-parameters/#opened
    so you can’t handle the items one-by-one, you can only make rules, that will be applied to everything.

    Thread Starter Eader91

    (@eader91)

    No worries, I decided to take to the internet and figure out my own workaround using JQuery. For anyone else who might need to do this sort of thing, here’s the code I used:

    <script type="text/javascript">
    $('.nextend-nav-XXXX').removeClass('closed');
    $('.nextend-nav-XXXX').addClass('opened');
    </script>

    Just replace the XXXX with the number in your designated element’s class name, and this should do the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First Item Open by Default’ is closed to new replies.