The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Hi all:
I'm an ID, though really my job is just to prep online courses for an institution. Encountering a weird issue that I've not seen. When associating a blueprint course to a specific semester's section, we're ending up with broken html, specifically around links to internal pages.
This is happening at a particular place in a course's homepage design, and it's happening universally for a number of courses that use that design. But it's not consistent within the design itself: the homepage includes a navigation list to pages within the course. Some of those links are transferring just as they should, but others are not--but the html is the same for all of them.
I'm sure it's a simple thing, but I haven't been able to suss out exactly what's going on. I'll show what the code is supposed to look like, and then what the code ends up being in the sections to see if anyone else sees anything.
Blueprint code:
<li id="kl_nav_item_1" class=""><a href="https://myuniversity.instructure.com/courses/96584/pages/about-your-instructor-2" data-api-endpoint="https://myuniversity.instructure.com/api/v1/courses/96584/pages/about-your-instructor-2" data-api-returntype="Page"><i class="fas fa-user-alt" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i>Contact Instructor</a></li>
Code rendered in section after blueprint applied:
<li id="kl_nav_item_1" class=""><a href="https://myuniversity.instructure.com/courses/91812/pages/mastercourse_13092_551_3e259359c486740962b3..." data-api-endpoint="https://myuniversity.instructure.com/api/v1/courses/91812/pages/mastercourse_13092_551_3e259359c4867..." data-api-returntype="Page"><i class="fas fa-user-alt" aria-hidden="true"><span class="dp-icon-content" style="display: none;"> </span></i>Contact Instructor</a></li>
You can see that everything works correctly, except instead of pointing to the actual page, the section ends up with this:
mastercourse_13092_551_3e259359c486740962b30354ee658ba5
Anyone seen this before?
I am having this same problem. Any change you figured out a fix for this?
@mbweedman HTML/CSS does not play well with Blueprint courses. We have had courses with templates and most broke.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in