Hi Team,
I know you guys are working hard to make this a great theme! Just wanted to encourage you guys and say keep it up before presenting my question.
Well, I've noticed that once we click to a next unit, it automatically scrolls up. But when we are done with a quiz (that's embedded as list form in the Section) it doesn't scroll up and leaves the user hanging at the bottom of the page.
Please show me a way or a code to get the users up on the page once they are done with the quiz.
Thanks,
Knock knock. Any Vibetheme person available to answer this question?
We have added this fix in next update of Vine course module.
If you still need the quick fix add this js code in WP Admin - WPLMS - Google Analytics code :
<script>$('.in_quiz').on('question_loaded',function(){
$('body,html').animate({
scrollTop:0
},1200);
});</script>
Thanks a lot. I will check if this works.
Hi Admin,
I added the same to the "Google Analytics" section as mentioned, but it isn't working. Please suggest a solution.
Thank,
This has been added in the coming Vibe Course module update. It would be great if you can wait for the update with this fix.
Moving to issue log.