daughtersofjacobgen Posted June 5, 2020 Share 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> Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment