webhelp.favicon ignored by Webhelp Responsive

Oxygen general issues.
DaveC
Posts: 18
Joined: Wed Aug 10, 2011 10:46 pm

webhelp.favicon ignored by Webhelp Responsive

Post by DaveC »

In oXygen 18, the webhelp.favicon parameter works for normal Webhelp, but appears to be ignored by the Responsive Webhelp.

Webhelp includes these two lines in the <head> of the index.html, but are not included in the Responsive Webhelp.
<link rel="shortcut icon" href="favicon.png"><!----></link>
<link rel="icon" href="favicon.png"><!----></link>

I am not sure if there is something that has to be done differently if you are using a template?
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: webhelp.favicon ignored by Webhelp Responsive

Post by bogdan_cercelaru »

Hello,

Thank you for reporting this.
I have registered this issue in our internal issue tracking system to be addressed.
In the meanwhile, you could edit the template files and add these lines in the <head> section:

Code: Select all

<link rel="shortcut icon" href="/favicon.png"><!----></link>
<link rel="icon" href="/favicon.png"><!----></link>
The template files that should be edited are:
- ${DITA_OT_DIR}/plugins/com.oxygenxml.webhelp/templates/dita/bootstrap/wt_index.html
- ${DITA_OT_DIR}/plugins/com.oxygenxml.webhelp/templates/dita/bootstrap/wt_search.html
- ${DITA_OT_DIR}/plugins/com.oxygenxml.webhelp/templates/dita/bootstrap/wt_terms.html
- ${DITA_OT_DIR}/plugins/com.oxygenxml.webhelp/templates/dita/bootstrap/wt_topic.html

Please note that the favicon.png file should be in the root directory of your Web server.

Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply