Accordion settings open
-
I try to use the answer from here: https://ww.wp.xz.cn/support/topic/how-to-keep-accordions-open-2/
I have added the code
(function($) {
$(function() {
$( ‘.fl-accordion-button’ ).trigger( ‘click’ );
});
})(jQuery);But how can I make this step “disable both the Collapse Inactive and Expand First Item settings on your Accordion module”? From wordpress I when to Qode Options > Elements > Accordion but I can see available changes only for text and color.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Accordion settings open’ is closed to new replies.