Search found 222 matches

by bogdan_cercelaru
Mon Apr 04, 2016 5:07 pm
Forum: General XML Questions
Topic: Changing top and bottom margins for <choicetable>
Replies: 2
Views: 3339

Re: Changing top and bottom margins for <choicetable>

Hello, To customize the elements generated by WebHelp transformation you should find the CSS selector needed to style it. You can use the "Inspect" action in the Chrome browser (or "Inspect element" in Firefox) to do this. For example, for "choisetable" element you shou...
by bogdan_cercelaru
Fri Apr 01, 2016 4:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Extend stop-words-list (for Webhelp search)
Replies: 4
Views: 2917

Re: Extend stop-words-list (for Webhelp search)

Hello,

Unfortunately you cannot change the stop-words-list using the current implementation of the WebHelp.
I have registered your request in our issue tracking system to be analyzed.

Regards,
Bogdan
by bogdan_cercelaru
Fri Apr 01, 2016 4:29 pm
Forum: Feature Request
Topic: Exclude topics from search -> search="no" (DITA -> Webhelp)
Replies: 1
Views: 1954

Re: Exclude topics from search -> search="no" (DITA -> Webhelp)

Hello,

Unfortunately Oxygen WebHelp still does not have implemented the use of "search" attribute.
However, I already registered a feature request and I will update this thread when it will be implemented.

Regards,
Bogdan
by bogdan_cercelaru
Thu Mar 31, 2016 3:13 pm
Forum: Other Issues
Topic: Webhelp file structure
Replies: 1
Views: 1326

Re: Webhelp file structure

Hello,

Unfortunately there is no way to hide the file structure of your DITA topics.

Regards,
Bogdan
by bogdan_cercelaru
Wed Mar 23, 2016 10:25 am
Forum: Common Problems
Topic: Webhelp with feedback: comments not logged
Replies: 1
Views: 1171

Re: Webhelp with feedback: comments not logged

Hello,

Did you received any error when you posted comments that are not visible in the Admin Panel?
Take a look to the php_error.log file and Apache error.log file and see if you find any error regarding the WebHelp system.

Regards,
Bogdan
by bogdan_cercelaru
Tue Mar 22, 2016 6:02 pm
Forum: XSLT and FOP
Topic: Webhelp code highlighting in 17.1 is not backwards compatible
Replies: 3
Views: 2247

Re: Webhelp code highlighting in 17.1 is not backwards compatible

Hello, I cannot reproduce this issue using Oxygen v17.1 build 2016020417 with DITA-OT 1.8 and the following snapshot in a DITA topic: <codeblock outputclass="language-xml"><root> <elem attr1="test" attr2="cucu">First element</elem> <elem attr1="test1" attr2=&q...
by bogdan_cercelaru
Mon Mar 21, 2016 6:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Excluding topics from webhelp output index
Replies: 5
Views: 2091

Re: Excluding topics from webhelp output index

Hello,

Using this method, any excluded topics will be also removed from the search results.

Regards,
Bogdan
by bogdan_cercelaru
Mon Mar 21, 2016 5:44 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Can the booktitle link to webhelp home?
Replies: 7
Views: 3390

Re: Webhelp - Can the booktitle link to webhelp home?

Hello,

Unfortunately we don't have an editor variable for this.
I have registered an issue in our issue tracking system to be analyzed.

Regards,
Bogdan
by bogdan_cercelaru
Mon Mar 21, 2016 5:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Excluding topics from webhelp output index
Replies: 5
Views: 2091

Re: Excluding topics from webhelp output index

Hello,

Please make sure that you have "clean.output" parameter set to "yes".
This will ensure that you do not have any unwanted files (topics) that will be indexed.

Regards,
Bogdan
by bogdan_cercelaru
Fri Mar 11, 2016 6:11 pm
Forum: XSLT and FOP
Topic: Breadcrumbs in Webhelp
Replies: 1
Views: 1809

Re: Breadcrumbs in Webhelp

Hello,

Unfortunately in the current version of Oxygen (version 17.1) you cannot modify the breadcrumb levels that will be visible or add a link to the first page as first entry in breadcrumbs.
Starting with version 18.0 you can control how many levels are displayed in breadcrumbs.

Regards,
Bogdan
by bogdan_cercelaru
Fri Mar 04, 2016 10:29 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp: Chunking breaks CSS paths
Replies: 5
Views: 3270

Re: WebHelp: Chunking breaks CSS paths

Hello,

I've tested using chunk="to-content" for some topics in our sample DITA Map and a custom CSS, but I wasn't able to reproduce the issue that you described.
Please send us an email on support@oxygenxml.com with a sample DITA Map and the corresponding topics.

Regards,
Bogdan
by bogdan_cercelaru
Thu Mar 03, 2016 4:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Place Image Captions Below Images
Replies: 3
Views: 4410

Re: Place Image Captions Below Images

Hello,

To keep the image scale you must set the "scale" attribute on the image in DITA topic.

Regards,
Bogdan
by bogdan_cercelaru
Thu Mar 03, 2016 10:49 am
Forum: Other Issues
Topic: webhelp outputs include content that should be filtered out
Replies: 7
Views: 3496

Re: webhelp outputs include content that should be filtered out

Hello, If you are publishing WebHelp into a folder that contains other HTML files, all these files will be indexed (files that have the same extension as the one set using the "args.outext" parameter) and presented in the search results. The indexer runs on all HTML files from the output f...
by bogdan_cercelaru
Thu Mar 03, 2016 10:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Place Image Captions Below Images
Replies: 3
Views: 4410

Re: Place Image Captions Below Images

Hello, Unfortunately you cannot change the position of the image title without editing the XSL file. As a workaround you can change the position of the image using the following CSS3 rules in a custom CSS file. Please note that this is not supported in older browsers. .fig { display: flex; flex-flow...
by bogdan_cercelaru
Tue Mar 01, 2016 3:17 pm
Forum: Common Problems
Topic: Webhelp how to avoid toc indexing
Replies: 2
Views: 1569

Re: Webhelp how to avoid toc indexing

Hello,

Thank you for reporting this.
I've registered an issue in our issue tracking system to be analyzed and I will let you know when it is resolved.

Regards,
Bogdan
by bogdan_cercelaru
Fri Feb 26, 2016 3:37 pm
Forum: General XML Questions
Topic: Relationship Table Headers
Replies: 5
Views: 3513

Re: Relationship Table Headers

If you want to control this at topic level, you can specify the outputclass attribute on the topic element and change the CSS rule accordingly. So, if you set the 'outputclass="hideRelLinks"' on the topic element, the CSS rule should be: .hideRelLinks div[class ~= "related-links"...
by bogdan_cercelaru
Fri Feb 26, 2016 1:36 pm
Forum: General XML Questions
Topic: Relationship Table Headers
Replies: 5
Views: 3513

Re: Relationship Table Headers

Hello,

To hide the related links (including links) of a topic, child of a parent topic with chunk="to content" you should use the following CSS rule:

Code: Select all

.topic .related-links {
display: none;
}
Regards,
Bogdan
by bogdan_cercelaru
Thu Feb 25, 2016 4:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Add extra text to title
Replies: 14
Views: 7212

Re: Webhelp - Add extra text to title

Hello, No, it is not possible to easily add the product & version number from a DITA Map to the WebHelp title. You still need to modify the code as described above to add those information to the WebHelp output. I've logged this request to our issue tracking system to be analyzed. Regards, Bogdan
by bogdan_cercelaru
Mon Feb 22, 2016 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Frames splitbar in webhelp output behave differently in Chrome and Firefox
Replies: 2
Views: 1683

Re: Frames splitbar in webhelp output behave differently in Chrome and Firefox

Hello,

What version (build number) of Oxygen are you using to generate WebHelp?
Can you try to use the built-in DITA Map WebHelp transformation scenario and let us know if the issue is still present?

Regards,
Bogdan
by bogdan_cercelaru
Wed Feb 17, 2016 4:58 pm
Forum: Other Issues
Topic: Change the font for the Chapter title in the pdf output
Replies: 10
Views: 6908

Re: Change the font for the Chapter title in the pdf output

Hello, If your custom font is installed on your operating system, following the steps described in the user guide, and specifying the custom font should work and the resulted PDF should use your font. Here is the procedure from our usermanual: Author for DITA / Transforming DITA Maps and Topics / Se...
by bogdan_cercelaru
Wed Feb 17, 2016 4:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp - Can the booktitle link to webhelp home?
Replies: 7
Views: 3390

Re: Webhelp - Can the booktitle link to webhelp home?

Hello, You can use the webhelp.logo.image parameter to add a logo image that will link to the target specified by webhelp.logo.image.target.url parameter. webhelp.logo.image (not available for the WebHelp Mobile transformation)- Specifies a path to an image displayed as a logo in the left side of th...
by bogdan_cercelaru
Thu Feb 11, 2016 5:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Footer not displayed in Webhelp output with webhelp.footer.file
Replies: 2
Views: 1730

Re: Footer not displayed in Webhelp output with webhelp.footer.file

Hello, Your logo image does not appear because it doesn't exists where the browser expects it to be. Your HTML fragment will be added in every topic file and the topics will be in various folders. The img element uses a relative path to the "logo.jpg" image but the image is not there. If y...
by bogdan_cercelaru
Tue Feb 09, 2016 10:50 am
Forum: Other Issues
Topic: CSS for Imagemap
Replies: 12
Views: 12448

Re: CSS for Imagemap

Hello Danielle,

Unfortunately, it is not possible to style the area elements of an image map using CSS.
As a workaround you might check out some jQuery plugins: Map Highlight and ImageMapster

Regards,
Bogdan
by bogdan_cercelaru
Mon Feb 08, 2016 5:14 pm
Forum: Common Problems
Topic: Adding a border around all images in webhelp.xsl
Replies: 7
Views: 3101

Re: Adding a border around all images in webhelp.xsl

Hi Christine, For Docbook you should use the following CSS selector .figure img { padding: 0; border: 1px solid black; } I've tested and it worked as expected when added at the end of the Oxygen XML Editor 17\frameworks\docbook\xsl\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\webhep_topic.css ...
by bogdan_cercelaru
Fri Feb 05, 2016 4:50 pm
Forum: Common Problems
Topic: Adding a border around all images in webhelp.xsl
Replies: 7
Views: 3101

Re: Adding a border around all images in webhelp.xsl

Hi Christine,

It should work if you copy/paste the code directly to the end of the Applications\Oxygen XML Editor 17\frameworks\docbook\xsl\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\webhep_topic.css file.

Regards,
Bogdan
by bogdan_cercelaru
Thu Feb 04, 2016 3:18 pm
Forum: Common Problems
Topic: Author 14.2: Hide search tab in webhelp output
Replies: 6
Views: 3029

Re: Author 14.2: Hide search tab in webhelp output

Hello, Move the line document.getElementById('search').style.display = "none"; one line up, right before the closed curly bracket. The showMenu function should look like: function showMenu(displayTab){ ... if ($("#frm").length > 0) { toggleLeft(); } document.getElementById('searc...
by bogdan_cercelaru
Tue Feb 02, 2016 12:56 pm
Forum: Common Problems
Topic: Adding a border around all images in webhelp.xsl
Replies: 7
Views: 3101

Re: Adding a border around all images in webhelp.xsl

Hello Christine, To add border around all images in webhelp output, you should use a custom CSS file with the following CSS: div.fignone img { padding: 0; border: 1px solid black; } You can find information about how to use a custom CSS in our manual: WebHelp System Output / Customizing WebHelp Syst...
by bogdan_cercelaru
Fri Jan 22, 2016 3:45 pm
Forum: Feature Request
Topic: Table reflow
Replies: 1
Views: 1919

Re: Table reflow

Hello, You can apply the responsive table reflow feature of the JQuery framework by adding the necessary attributes to the table element: - data-role="table" - class="ui-responsive" To add this attibute you should modify the "[DITA-OT]/plugins/com.oxygenxml.webhelp/xsl/dita/...
by bogdan_cercelaru
Mon Jan 18, 2016 10:28 am
Forum: Common Problems
Topic: Author 14.2: Hide search tab in webhelp output
Replies: 6
Views: 3029

Re: Author 14.2: Hide search tab in webhelp output

Hello Michael, The showMenu(displayTab) function was moved in the DITA_OT/plugins/com.oxygenxml.webhelp/oxygen-webhelp/resources/js/toc.js file in version 16.1 You can hide the Search tab by adding the following code at the end of this function. document.getElementById('search').style.display = &quo...
by bogdan_cercelaru
Wed Jan 06, 2016 3:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: 'Error: Access is denied' message for WebHelp Search results
Replies: 2
Views: 1777

Re: 'Error: Access is denied' message for WebHelp Search results

Hello,

I just wanted to let you know that this problem has been resolved in the latest maintenance build of Oxygen 17.1, 2015121117 (released on December 17th).

Let us know if you encounter further problems with this new build.

Regards,
Bogdan