Is there is a way to remove plugin from elements using different selector than the one which was used to add them? For example, in mobile version of responsive theme footer menus are collapsed by swCollapsePanel plugin. I need newsletter to not be collapsed, so I have tried to remove plugin from it
but that doesn’t work because state manager searches plugins by original selector, which was ‘.footer–column .column–headline’, but if I will use original selector I will remove collapsing from all footer menus.
One way of solving this is to remove ‘.column–headline’ class, but then I will have to duplicate all styles for that headline, is there another way to remove plugin from that element?
Thanks for the reply, I have already styled it in similar way to be displayed by default, the problem is that it doesn’t look like a part of menu but is still folded by javascript. For now I have blocked that with display: block!important but it would be nice if I could unlink javascript plugin from it.