Hi,
i partially solved the problem. Go to your index.php file and find all
href="<?php the_permalink() ?>"
and change
<?php the_permalink() ?>
into # or any oder link eg. https://www.yoursite.com. It will looklike this:
href="#"
It won’t make slider unclickable, but # will make you stay on homepage.
Good luck