Hey,
thanks for reply. With my zero knowledge about coding :) Without fullscreen slider addon I made it like this:
<script>
jQuery('body').on('click', '#moveTo', function(){
event.preventDefault();
var id = jQuery(this).attr('href');
</script>
Every row has id and menu build up only with custom links. Only problem is when I want to link specific row directly,
http://www.myadres.com/#second_row it's not working. It's only working with links from menu :/ But I will try to manage that :)
Thanks in advance and kind regards
Olek