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

file AUTOMATIC SCROLL

More
8 months 5 days ago #41673 by raffaele
AUTOMATIC SCROLL was created 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.

More
8 months 5 days ago #41675 by Jackie
Replied by Jackie on topic AUTOMATIC SCROLL
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.

More
8 months 5 days ago #41676 by raffaele
Replied by raffaele on topic AUTOMATIC SCROLL
If you WRITE here i add It to file..thanks

Please Log in or Create an account to join the conversation.

More
8 months 5 days ago #41677 by Jackie
Replied by Jackie on topic AUTOMATIC SCROLL
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.

More
8 months 4 days ago #41678 by raffaele
Replied by raffaele on topic AUTOMATIC SCROLL
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.

More
8 months 4 days ago #41679 by raffaele
Replied by raffaele on topic AUTOMATIC SCROLL
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.

More
8 months 3 days ago #41680 by Jackie
Replied by Jackie on topic AUTOMATIC SCROLL
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.

More
8 months 3 days ago #41681 by raffaele
Replied by raffaele on topic AUTOMATIC SCROLL
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.

More
8 months 1 day ago #41682 by Jackie
Replied by Jackie on topic AUTOMATIC SCROLL
Hi.
I have checked your site with Google Chrome, it still can automatically scroll to about section. drive.google.com/file/d/10TY2xakKzh6rF5n...16c/view?usp=sharing
Please recheck it on your browser again.
Thanks.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.037 seconds
Powered by Kunena Forum