Forum Discussion
InstructionalDe
3 years agoCommunity Member
Remove Course Cover Page in Microlearning
The new microlearning feature adds a very large header space (cover page wrapper in CSS) that I'd like to remove. That is, there's a large gap between the title and the arrow and the actual microlea...
JonicaRich-025f
2 years agoCommunity Member
I just went in and looked at the info I provided in a previous comment (which I have updated), and it appears they now have "loadModule" in place of just "load" so it should instead look like this to work:
function __loadEntry() { loadModule(JSON.parse(document.getElementById('__ENTRY__').textContent))
var currentUrl = window.location.href;
window.location.href = currentUrl + '[PASTE HREF HERE]';
}
FriederikeBerg
2 years agoCommunity Member
Hello Jonica,
I tried your solution, but it does not work. Could you please advise?
I'm looking to upload a Mircolearning course as Web content WITHOUT the cover page.
- EricSantos2 years agoStaff
Hello Friederike!
Thanks for reaching out! I just wanted to mention that if Jonica is no longer subscribed to this thread, you are welcome to contact them directly by using the Contact Me link on their profile page.
- JonicaRich-025f2 years agoCommunity Member
Make sure you were looking at my original comment and not the partial response to Tara.
Related Content
- 10 months ago
- 10 months ago