Publishing Engine: shortdesc appearing in TOC

Oxygen general issues.
ms2art2
Posts: 18
Joined: Tue Jan 14, 2020 6:44 pm

Publishing Engine: shortdesc appearing in TOC

Post by ms2art2 »

When I build WebHelp Responsive with the Publishing Engine v24, the shortdesc for each topic appears under its TOC entry. Is this expected behavior, and is there any way to control it?
image.png
image.png (45.33 KiB) Viewed 926 times
beniamin_savu
Posts: 31
Joined: Fri Jan 22, 2021 11:05 am

Re: Publishing Engine: shortdesc appearing in TOC

Post by beniamin_savu »

Hi,

In version 24 some of the CSS rules have been updated. One of the rules that were updated is the one regarding the rendering of the tooltip in the publication toc. To make the tooltip render correctly, please add the following CSS rule at the end of your CSS file from your publishing template:

Code: Select all

.wh_publication_toc .topicref .wh-tooltip {
    display: none;
}
We also suggest to convert your publishing template from version 23 to version 24 using the procedure that can be found using the following link: https://www.oxygenxml.com/doc/versions/ ... ver24.html

Best regards,
Beniamin Savu
Oxygen WebHelp Team
http://www.oxygenxml.com
Post Reply