Removal of white space above the Left menu in the HTML output is generated
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 22
- Joined: Fri Aug 04, 2023 11:27 am
Removal of white space above the Left menu in the HTML output is generated
Post by Amit+007appviewx »
Hi Team,
Can you please help us for solving this issue:
Remove the space above the left menu. After clicking on any subsection in the left menu, a blank white space appears above the left menu, as depicted in the attachment.
Can you please help us for solving this issue:
Remove the space above the left menu. After clicking on any subsection in the left menu, a blank white space appears above the left menu, as depicted in the attachment.
Before Clicking on any section.png
After Clicking on any section.png
Image - 1.png
You do not have the required permissions to view the files attached to this post.
-
- Posts: 922
- Joined: Thu May 02, 2019 2:32 pm
Re: Removal of white space above the Left menu in the HTML output is generated
Post by chrispitude »
Hi Amit,
What version of Oxygen/WebHelp are you using?
(Note that there is a separate WebHelp section of the forum, in case you want to post future WebHelp questions there.)
What version of Oxygen/WebHelp are you using?
(Note that there is a separate WebHelp section of the forum, in case you want to post future WebHelp questions there.)
-
- Posts: 22
- Joined: Fri Aug 04, 2023 11:27 am
Re: Removal of white space above the Left menu in the HTML output is generated
Post by Amit+007appviewx »
I am using 25.0 version of Oxygen XML Author.
-
- Posts: 22
- Joined: Fri Aug 04, 2023 11:27 am
Re: Removal of white space above the Left menu in the HTML output is generated
Post by Amit+007appviewx »
Hello Team
Can you please help me with the above issue?
Can you please help me with the above issue?
-
- Posts: 846
- Joined: Mon Dec 05, 2011 6:04 pm
Re: Removal of white space above the Left menu in the HTML output is generated
Hi Amit,
As we are not aware of this kind of issues with the current implementation of WebHelp and judging by the look of the WebHelp output in the screenshots you posted, probably you are using a customization of your own (possibly through a custom publishing template).
Please try using the default DITA Map WebHelp Responsive transformation scenario as-is, without any customization and see if the behavior you reported is still present.
If you did not encounter this when using the default scenario without any changes, then the reason for this issue lays in your own customization, so you should debug it, or reach to the persons that developed the customization to debug this.
Let us know if the issue is still reproducible even when using the default WebHelp scenario clear if any changes.
Regards,
Costin
As we are not aware of this kind of issues with the current implementation of WebHelp and judging by the look of the WebHelp output in the screenshots you posted, probably you are using a customization of your own (possibly through a custom publishing template).
Please try using the default DITA Map WebHelp Responsive transformation scenario as-is, without any customization and see if the behavior you reported is still present.
If you did not encounter this when using the default scenario without any changes, then the reason for this issue lays in your own customization, so you should debug it, or reach to the persons that developed the customization to debug this.
Let us know if the issue is still reproducible even when using the default WebHelp scenario clear if any changes.
Regards,
Costin
Costin Sandoi
oXygen XML Editor and Author Support
oXygen XML Editor and Author Support
-
- Posts: 38
- Joined: Thu Jul 29, 2021 12:02 pm
Re: Removal of white space above the Left menu in the HTML output is generated
Post by InspectorSpacetime »
Hi,
This is probably caused by the fact that your output is customized with CSS. The default WebHelp header and breadcrumb row are hidden with display: none, and the search bar container is smaller than the default one. Because of these, the TOC is positioned in the wrong place on the screen, resulting in the white space.
I think there are two things you could try at first:
Set the webhelp.enable.sticky.publication.toc parameter in your transformation scenario to no. This should stop the TOC from being placed in a fixed position.
If that doesn't work, you could try to re-place the TOC via CSS:
You need to experiment with the correct position, the 75px is just an example.
This is probably caused by the fact that your output is customized with CSS. The default WebHelp header and breadcrumb row are hidden with display: none, and the search bar container is smaller than the default one. Because of these, the TOC is positioned in the wrong place on the screen, resulting in the white space.
I think there are two things you could try at first:
Set the webhelp.enable.sticky.publication.toc parameter in your transformation scenario to no. This should stop the TOC from being placed in a fixed position.
If that doesn't work, you could try to re-place the TOC via CSS:
Code: Select all
#wh_publication_toc_content {
top: 75px !important;
}
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service