• Resolved tim10000

    (@tim10000)


    This plugin is great, thank you for building and maintaining it.

    When “Open panel on” is set to “Click,” is it possible to disable clicking to close panels? In other words, I’d like the accordion to always show one panel open (the same way it does if “Open panel on” is set to “Hover” and “Close panels on mouse out” is set to False). To do that, I think we’d just need to disable the functionality of clicking on an open panel to close it. I’d gladly upgrade to custom coding if there is a simple solution that requires it. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bqworks

    (@bqworks)

    Hi. There isn’t a setting for this, but, if you don’t need to close the panels at all for your use of the accordion, you could override the internal “closePanels” method with custom JS:

    AccordionSlider.prototype.closePanels = function() {
    return;
    }

    Best,
    David

    Thread Starter tim10000

    (@tim10000)

    Works brilliantly, thank you so much!

    Plugin Author bqworks

    (@bqworks)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disable click to close’ is closed to new replies.