Hi.

This is similar to the question about styling the popups, but a bit different.

I noticed that if I inject a book page, the popup shows the book content without any theming. I actually really like this behaviour.

The problem is if I click on a link to another book page (in the same book), it shows the themed version of that page.

For example, if my book has pages Text Editor and Adding Attachments, and I add the Text Editor page as an injected help page, clicking on a link to Adding Attachments from the pop-up will show the themed version of the page.

What would be great is if any linked pages would also show as unthemed, so if I'm navigating through a book that was linked through Help Inject, all of the pages would be unthemed (or themed per Help Inject).

Hope that makes sense! ;)

Thanks. This module is great!

Julianna

Comments

ianchan’s picture

subscribe

wxman’s picture

I noticed the same thing for ours. What I ended up doing was adding:

.advanced-help-link span {
  display: none;
}

to my CSS. It just made the links to the other pages go away. It would be great if the links to the books other pages would stay in the popup form.