You are viewing limited content. For full access, please sign in.

Question

Question

Weblink Display Bread Crumb

asked on March 11, 2021

Have selected "No" for Display Breadcrumb on the Document Viewer tab in Weblink Designer and the breadcrumb is still showing in the browse window.  How can the breadcrumb be turned off without having to switch the browse.aspx to the browse9.aspx and editing it to not show the breadcrumb. 

Is this an issue within Weblink that it is not using a setting within weblink designer?

0 0

Replies

replied on March 12, 2021 Show version history

Hi Steven,

While we investigate this question, would a CSS fix be OK for your use case, or do you require a solution that doesn't send the info to the browser at all?  A CSS fix would just hide the breadcrumb entries, but users can still see the elements if they examine the page's HTML in their browser dev tools - or they can examine the data returned by the server - so this is not a security fix.

If such a solution would suffice, you can add this to your WebLinkStyles.css:

.breadcrumbEntry > ul > li:not(:last-of-type) {
    display: none;
}
1 0
replied on March 12, 2021

Hi Melanie, 

Would like to have the weblink site do what the setting is set for in the designer. 

When this setting does work, will using the browser dev tools still show the elements that you mention?

0 0
replied on March 16, 2021

Melanie...Have added that to the file you mentioned and the bread crumb still shows.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.