I see it working correctly on this page for example: https://moncoursenligne.be/poser-une-question-sur-un-cours/
Can you paste in a URL to a page where it is not working correctly please? Thank you.
Hello, thx for your answe…
??? It’s me who doesn’t understand… The bar is not activated on this page, so you wouldn’t even be able to see it…? I only activated the bar on the lessons… You have to be connected to the site and consult a lesson to see the problem… I made a video capture to show you
https://we.tl/t-9r30XrEQeL
Thanks for the video, yes I do see what you’re saying now. It doesn’t quite complete the progress at the very bottom of the page. It happens because of how WTR calculates the bottom of the content. It wants the end of the content to be at least 2/3 down the page rather than against the very bottom of the page, since this is generally how people read content. When a site has a very short footer and the content of the site goes almost to the bottom of the page, that can cause this to happen.
Here is a suggestion to get it to work without having to modify how the WTR plugin code works. Add this code snippet to your theme custom CSS. If you don’t know where that is let me know and I can explain further:
body .tutor-course-spotlight-wrapper .tutor-course-spotlight-tab {
padding-bottom:250px;
}
Hello, thank you for your answer. This fixes the problem, indeed… Even if I preferred to end the footer just after the end of the content… However, another problem arises as a result. I wanted to make the bar appear green when the content was completely read as allowed by the plugin settings but the bar appears green for 1 second and immediately raps red… To stay red… Isn’t it possible that it stays green when the content is completely read?
see the problem in video : https://we.tl/t-i3zXGnzHwK
Thx in advance for your answer.
The best,
Reynaldo
I played around with it a bit more and I think I came up with a slightly different solution. Instead of the code I posted above, try this instead:
body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer {
margin-top:400px;
}
Hello, Nope… Always the same. it stays red after 1 sec…
Oh I’m sorry, I thought my updated code fixed it. Did you try the updated code I provided instead of the original code?
hum… By insisting (going up/down several times) it finally turns green anyway… Thank you for your help…