Today I bought your plugin and it's wonderful.
I have a question, I would like to disable the scroll to show the login page and I would like to access on the login only when I press the icon on the left.
Is it possible?
Dear Nikos
Thank you for using product our,
You can disable the scroll the below:
go to ....media/plg_juxcomingsoon/soon.php line 627 and add line code the below:
});
</script>
Edit :
<script>
$(document).ready(function() {
$('#container').fullpage({
anchors: [<?php echo $onepage_string; ?>],
scrollingSpeed: 0,
css3:true,
scrollOverflow: true,
menu: '#menu'
});
$.fn.fullpage.setMouseWheelScrolling(false);
$.fn.fullpage.setAllowScrolling(false);
});
</script>
If you enjoy it, please kindly write us a review and vote 100 point for each section for our extension on JED:
extensions.joomla.org/extension/jux-coming-soon
This means a lot to us and we'd be very thankful for your review. Thank you so much in advance.