daughtersofjacobgen Posted June 5, 2020 Posted June 5, 2020 Site URL: https://www.daughtersofjacobgen.com/products The markdown code seems to be triggering the problem. It makes the accordion blocks work, but messes up the navigation button highlighting only. When you click on a button it goes to the right page, it just highlights the button above the one where you click. Furthermore, the problem starts farther up the list each day I try it. Pardon the website, it is seriously under construction. Here is the code: <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','help'); $(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle(); $(".markdown-block .sqs-block-content h3").click(function() {$(this).nextUntil("h3").slideToggle();}); }); </script>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.