Hi Armin,
I'm building a website with your theme right now. Instead of FullPageJS I intentionally used scrollify JS to jump from section to section. This generates hashes, which I use for navigation reasons.
The problem is, when I leave the main page with the sections and navigation logic in order to go to some project, I can't go back in history. I have to disable the hash functionality of the plugin to make history.pushState() work properly. How can I solve this problem? The navigation within the projets works properly.
A minor problem is, that the main page can't be opened smoothly with this code pattern:
eg.: data-id="25" data-title="Studio" data-type="page".
I need a full refresh of the page. Does it have to do with the video background or something?