Home › Forums › Legacy Support › Support queries › Styling issues › add a ‘cotinue to next quiz/element’-bar
- This topic has 44 replies, 2 voices, and was last updated 3 years ago by Veronica.
-
AuthorPosts
-
October 10, 2021 at 12:15 pm #372472MeesterGijsSpectatorHi, it worked in a way. It now is only visible in the course. But only with elements (where I embed PDF or vimeo video). Not with quizzes. See here: https://imgur.com/a/691ubv7 When it does show it adds a sentence to the old yellow bar at the bottom that I deleted with custom css. See here: https://imgur.com/a/G8275Lr So my question: How can we add the yellow bar to all elements/quizzes of a course? And how can we delete the string of text in the bottom yellow bar? Thanks!October 11, 2021 at 12:22 pm #372516VeronicaModeratorhi yes right this is an issue https://trello.com/c/p5L3Yo6xOctober 11, 2021 at 12:44 pm #372530MeesterGijsSpectatorI see that you're working on this. Please inform me after finishing.. I'll let you. Also, I get this now. Which i deleted with custom css. I also saw a quizclock/timer, I don't want that as well. I also deleted that with css. I think this is now coming back because of the changes that you're making. Also, the yellow bar would only show the word: VOLGENDE after completing a quiz. Now the word is already there.. Also something that has changed while your working on the site. Just saying... Good luck! GijsOctober 11, 2021 at 1:16 pm #372548MeesterGijsSpectatorAnd the PDFs in the course element SLIDES are no longer loading: https://imgur.com/a/gpVC6OGOctober 11, 2021 at 5:13 pm #372557MeesterGijsSpectatorFor now I deleted the code. It's 7 PM here and I won't be working on my website anymore. If you find solutions to the issues I stated then please add the code and make the much needed changes. Thanks! This code in WPLMS Google Footer: <script> jQuery('.unit_content').on('unit_traverse',function(){ jQuery('.unit_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>'); }); </script>October 12, 2021 at 11:43 am #372603VeronicaModeratorThis reply has been marked as private.October 13, 2021 at 6:51 pm #372728MeesterGijsSpectatorThis reply has been marked as private.October 14, 2021 at 6:38 am #372750VeronicaModeratorThis reply has been marked as private.October 14, 2021 at 2:22 pm #372822MeesterGijsSpectatorCorrect. That's great. But the code would show me an extra yellow bar above the course elements. But I don't see the yellow bar. How come. Even after disabling React Quizzes in LMS Settings.October 16, 2021 at 1:03 pm #372896VeronicaModeratorcheck on your production site i think it is working https://imgur.com/a/2LxFIsNOctober 17, 2021 at 12:04 pm #372947MeesterGijsSpectatorIt's not. I guess it's not possible. Check the video: http://somup.com/cr6ble3Tcy One question remains. Can I get the yellow to move up a but so that it sticks to the quizzes, embedded videos/pdfs? ThanksOctober 18, 2021 at 11:20 am #372976VeronicaModeratorThis reply has been marked as private.October 18, 2021 at 2:21 pm #373013MeesterGijsSpectatorI see. Great, Veronica! I love this way of support. No effect on my website, I see proof, get the code and get to change it myself when I have the time to check for side effects. Great! Is it possible to also have this extra yellow bar on all the quiz pages? Not just the embedded video's en PDFs? And if that's possible, we can delete the bottom one (I think). How can I delete that one? Please tell me and I will do it myself.October 19, 2021 at 11:38 am #373091VeronicaModeratortry this script
<script> jQuery('.unit_content').on('unit_traverse',function(){ if(jQuery('.quiz_title').length){jQuery('.quiz_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>'); }else{jQuery('.unit_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>'); } }); </script>
October 19, 2021 at 2:37 pm #373110MeesterGijsSpectatorThe code is perfect! Next... How can I delete the bottom yellow bar? Gijs -
AuthorPosts
- The topic ‘add a ‘cotinue to next quiz/element’-bar’ is closed to new replies.