Forum Discussion
InstructionalDe
2 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
Community 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
12 months 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.
- EricSantos11 months 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-025f11 months agoCommunity Member
Make sure you were looking at my original comment and not the partial response to Tara.