×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Other Extensions
JUX Coming Soon
AUTOMATIC SCROLL
AUTOMATIC SCROLL
Less
More
Posts: 11
Thank you received: 0
1 year 2 months ago #41673
by raffaele
Hi, Is possibile to scroll from home Page to aboutus Page in automatic mode After 30 seconda? Thanks
Please Log in or Create an account to join the conversation.
Less
More
Posts: 775
Thank you received: 72
1 year 2 months ago #41675
by Jackie
Hi.
Thank you for contacting us.
Yes, you need to add the script to scroll automatically to the About Us page section after the 30s.
Please give us your site info, admin and FTP account. We will help you add that script to your site.
Thanks.
Best regards.
Jackie Nguyen.
Please Log in or Create an account to join the conversation.
Less
More
Posts: 11
Thank you received: 0
Less
More
Posts: 775
Thank you received: 72
1 year 2 months ago #41677
by Jackie
Yes, please edit this file: media/plg_juxcomingsoon/soon.php
find the script:
<!--.ProcessOnePage -->
<script>
$(document).ready(function() {
$('#container').fullpage({
anchors: [<?php echo $onepage_string; ?>],
css3:true,
menu: '#menu'
});
});
</script>
and change the script to:
<!--.ProcessOnePage -->
<script>
$(document).ready(function() {
$('#container').fullpage({
anchors: [<?php echo $onepage_string; ?>],
css3:true,
menu: '#menu'
});
// Automatically scroll to aboutpage section after 30s
$(window).on('load', function() {
setTimeout(function() {
$.fn.fullpage.moveTo('aboutPage');
}, 30000); // 30000 milliseconds = 30 seconds
});
});
</script>
Please recheck it.
Thanks.
Best regards.
Jackie Nguyen.
Please Log in or Create an account to join the conversation.
Less
More
Posts: 11
Thank you received: 0
1 year 2 months ago #41678
by raffaele
thanks fot the fast answer.. it dosen't work..any suggestions?thanks again. It dosen't scroll
Please Log in or Create an account to join the conversation.
Less
More
Posts: 11
Thank you received: 0
1 year 2 months ago #41679
by raffaele
update..it works on mobile phone like android (google)..in web broswer it dosen't work..
Please Log in or Create an account to join the conversation.
Less
More
Posts: 775
Thank you received: 72
1 year 2 months ago #41680
by Jackie
Hi.
You can reduce the time to 5 or 10 seconds to check.
I have checked it on our local site and it still works fine.
Please give us your site URL, I need to check it on your site.
Thanks.
Best regards.
Jackie Nguyen.
Please Log in or Create an account to join the conversation.
Less
More
Posts: 11
Thank you received: 0
1 year 2 months ago #41681
by raffaele
Done in 6 seconds.
1minutesilence.com
Google on Android is ok
Google on desktop no..
Thanks again
Please Log in or Create an account to join the conversation.
Less
More
Posts: 775
Thank you received: 72
Forum
JUX Member Forum - Restricted to Members Only
JUX Other Extensions
JUX Coming Soon
AUTOMATIC SCROLL
Time to create page: 0.039 seconds