Awesome, thank you so much!
Question 1 :
I've tried to mix the hero-9 with the menu from the one-page personal-template. It's working well BUT there's a little problem with the scroll-down-angle.
In this example here the angle is visible.
But as soon i'm adding content to the <section id="content">...</section> like in this example it's not working / visible.
Do you know what the problem is ?
Question 2 ( not that important ):
I'd like to add a fade-effect to that slider as well.
To use the i.e. the autoplay-function, to what element do i have to add "your" settings like data-speed="600" data-loop="true" data-autoplay="2000" mentioned in the documentation ? Because in your documentation / templates there's always ( as far as i saw ) a section with a id=slider, which isn't existing in this template -> is this element required to use "your" code ?
So i used <div class="swiper-slide slide-1" data-swiper-autoplay="6000"></div> for each swiper-slide div-element, like it's shown on the swiperJS documentation - the code from your documentation data-autoplay="2000" ( without swiper ) doesn't work -> is this because of the not existing id=slider parent-element ?