Copy link to clipboard
Copied
RH11 | WebHelp
I apply breadcrumbs through the WebHelp Settings screen when I compile. This method applies them to every topic. However, it don't want to display them on my home page. Does anyone know if it's possible to remove breadcrumbs from an individual page after compilation?
Thanks
Jonathan
Sure there is! But it may not be the most user friendly of solutions 😉
It may be a better idea to use master pages with a breadcrumb placeholder. Then simply assign another master page (without bread crumb placeholder) to the start page.
If you want to remove the auto inserted breadcrumbs, open the file and look for the 3 lines starting with:
document.write("<p style
AddMasterBreadCrumbs("
document.write("
Simply remove these 3 lines or comment them out. (By placing // in front of them.)
The exact con
...Copy link to clipboard
Copied
Sure there is! But it may not be the most user friendly of solutions 😉
It may be a better idea to use master pages with a breadcrumb placeholder. Then simply assign another master page (without bread crumb placeholder) to the start page.
If you want to remove the auto inserted breadcrumbs, open the file and look for the 3 lines starting with:
document.write("<p style
AddMasterBreadCrumbs("
document.write("
Simply remove these 3 lines or comment them out. (By placing // in front of them.)
The exact content on these lines depend on the page you're on and the styling you've provided.
Kind regards,
Willam
Copy link to clipboard
Copied
Thanks Willam, both your suggestions work perfectly.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now