Hi
Yes, the changed file will also included in the new version, and I found it’s a bug, I will update the theme again.
About the anchor issue, please edit js/jquery.samsara.js file, find the following codes at line 218
Change
/*Smooth Scroll to section*/
$.localScroll({
target:'#container',
duration:1000,
queue:true,
hash:true,
easing:'easeInOutExpo',
offset: {left: 0, top: -70}
});
To
/*Smooth Scroll to section*/
$.localScroll({
target:'body',
duration:1000,
queue:true,
hash:true,
easing:'easeInOutExpo',
offset: {left: 0, top: -70}
});
Thanks for your feedback, I will include these changes in the next version.