hi guys
sorry for the late response, family affairs kept me busy.
I tested the plugins.linkscroll.js and unfortunately it does still not work :(
as I assume that it is yet not integrated in the plugins.js nor in the plugins.min.js I went for the 'AJAX Lazy Loading' js as described in http://docs.semicolonweb.com/docs/getting-started/javascript/ and tested it with data-offset="0" data-offset-lg="300" in order to see the difference clearly ... no chance.
I will make a detailed sample these days and send you the url. might take a bit of time, as said, some family affairs keep me busy.
just a quick info on top
<a href="#" data-easing="easeOutExpo" data-scrollto="#content" data-offset="0" data-offset-lg="300"><img src="images/logo.jpg" alt="Logo" data-animate="zoomIn" data-delay="2950" /></a>
this is the code snippet I tested it with, and it did not work.
while checking it against this code, it also does not work anymore and scrolled always to 300
<div class="d-none d-lg-block">
<a href="#" data-easing="easeOutExpo" data-scrollto="#content" data-offset="300"><img src="images/logo.jpg" alt="Logo" data-animate="zoomIn" data-delay="2950" /></a>
</div>
<div class="d-lg-none">
<a href="#" data-easing="easeOutExpo" data-scrollto="#content" data-offset="0"><img src="images/logo.jpg" alt="Logo" data-animate="zoomIn" data-delay="2950" /></a>
</div>
then i placed back the orginal plugins.linkscroll.js and the code above hideing the one or the other works.
if I had only that one scrollto on one particular link, I could live with it, but unfortunately I have many more anchors I would like to use the plugins.linkscroll.js with.
but gimme some time pls and I will setup a dedicated sample so you cold then verify if the problem is on my site.
rgds
guido