Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

lock Disable Scroll

More
8 years 4 months ago #9439 by Nikos Asimenios
Hello,

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?

Thank you in advance!
Nikos
The topic has been locked.
More
8 years 4 months ago #9451 by Huyen Tran
Replied by Huyen Tran on topic Disable Scroll
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:

Before:
<script>
$(document).ready(function() {
$('#container').fullpage({
anchors: [<?php echo $onepage_string; ?>],
scrollingSpeed: 0,
css3:true,
scrollOverflow: true,
menu: '#menu'
});

});
</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.

Best Regards,
Huyen Tran
The following user(s) said Thank You: Nikos Asimenios
The topic has been locked.
More
8 years 4 months ago #9471 by Nikos Asimenios
Replied by Nikos Asimenios on topic Disable Scroll
Hello Huyentt,

Thank you very much! It works!

Of course I will a review!

Have a great day!

Best,
Nikos
The topic has been locked.
More
8 years 4 months ago #9484 by Huyen Tran
Replied by Huyen Tran on topic Disable Scroll
Hi Nikos.
Thanks your feedback to me again.
You can come back when have other question. But I still don't see your review.

Best Regards,
Huyen Tran
The topic has been locked.
Moderators: Jackie
Time to create page: 0.027 seconds
Powered by Kunena Forum