Replies: 1
We created this site and nav using this plugin… made it easy to do same-page links to static sections.
Unfortunately, “Add anchor links to static front page sections into your menus.” no longer works.
Archived version of the page shows the JS still:
<script type="text/javascript">
jQuery("#panel1 .panel-content").attr('id', 'about2');
jQuery("#panel2 .panel-content").attr('id', 'blog');
jQuery("#panel3 .panel-content").attr('id', 'contact');
jQuery("#panel4 .panel-content").attr('id', 'donate');
</script>
But that code is now missing.
Please fix! 😀