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?
webhelp.favicon ignored by Webhelp Responsive
-
- Posts: 221
- Joined: Tue Jul 01, 2014 11:48 am
Re: webhelp.favicon ignored by Webhelp Responsive
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:
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
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>
- ${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
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com