Hi @iankusht
I worked on a new WordPress instance and the version of your plugin was already 2.2.4.
On the same page, in the main menu, a click on an anchor link went to the good section but just after refrehed the page.
The code I mentionned in my post resolved the problem then for this plugin version.
Best regards
Hi @iankusht
If it could help to resolve this topic, in the /inc/js/frontend.js file, if you instert between the lines 685 and 686 the code :
return false;
it seems to resolve the problem without side effects (but the developper team should maybe verify that point).