paulineg Posted December 21, 2020 Posted December 21, 2020 Site URL: https://millimetrearchitecture.com/legal-stuff hi All, I install a code block : <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script> $(document).ready(function(){ $('.markdown-block .sqs-block-content h3').css('cursor','pointer'); $(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle(); $(".markdown-block .sqs-block-content h3").click(function() {$(this).nextUntil("h3").slideToggle();}); }); </script> and mark down to insert an accordion menu: it works perfectly on my page when I am editing it but on the live page it shows all open. Does some knows what is the problem?
tuanphan Posted December 22, 2020 Posted December 22, 2020 Hi. I see it worked here. Sometimes you need to disable ajax loading to make code work properly (Home >Design > Site Styles). Also you can try this Accordion plugin. Easy to install/customize without using code sytanx like as above. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.