Search found 12 matches

by mtg
Wed Nov 11, 2020 8:33 am
Forum: Web-based Outputs
Topic: Relative link to external file in side TOC
Replies: 6
Views: 2151

Re: Relative link to external file in side TOC

Hi, I can give an update. My support case is still open but in the meantime I think I found out why the external TOC links did work in my old project but not in one of my new projects. In my new (very small) project, I placed most of my topics directly within the Content folder. By chance I noticed ...
by mtg
Fri Oct 30, 2020 4:02 am
Forum: Web-based Outputs
Topic: Relative link to external file in side TOC
Replies: 6
Views: 2151

Re: Relative link to external file in side TOC

Some further observations I made: The final links in the TOC/toc_Chunk0.js need to be relative to the folder in which the "Content" folder is placed in the output. For my output with "help/manual/Content/", this means that I have to get back 2 levels higher to navigate to a diffe...
by mtg
Wed Oct 28, 2020 4:22 am
Forum: Web-based Outputs
Topic: Relative link to external file in side TOC
Replies: 6
Views: 2151

Re: Relative link to external file in side TOC

Hi, actually this should be doable. We already use relative links to external files in some of our TOC files. However, I am currently running into the same problem when I added new relative links in the TOC for a new target file. We have multiple Flare projects with HTML5 output and in addition some...
by mtg
Tue Apr 07, 2020 10:49 pm
Forum: Styles, Stylesheets and XML
Topic: Formatting micro-content search results
Replies: 7
Views: 2876

Re: Formatting micro-content search results

Yes, I have already tried with the Skin Editor and checked the documentation. However, the changes are not applied in the output. It seems as if the settings are overridden with the build and if the settings somehow depend/relate to the settings for the body content in the stylesheet?? But that was ...
by mtg
Mon Apr 06, 2020 11:41 pm
Forum: Styles, Stylesheets and XML
Topic: Formatting micro-content search results
Replies: 7
Views: 2876

Re: Formatting micro-content search results

Hi @aharper12,

did you finally manage how to change the layout and style of the micro content? We ran into the same problem and we couldn't find any fix for this. :cry:
by mtg
Fri Mar 15, 2019 3:45 am
Forum: Web-based Outputs
Topic: Javascript on custom toolbar (back-to-top) button
Replies: 12
Views: 5328

Re: Javascript on custom toolbar (back-to-top) button

Hi , sorry for the late answer! I am not sure if this was a little confusing. I assume you think that I added some kind of a link to an external script file? In my solution I simply added the code with the jquery to the <img> tag of my back-to-top button in the master page, but within the text edito...
by mtg
Mon Aug 27, 2018 7:06 am
Forum: Web-based Outputs
Topic: Javascript on custom toolbar (back-to-top) button
Replies: 12
Views: 5328

Re: Javascript on custom toolbar (back-to-top) button

Hi, I used a solution in which I added the code for the back-to-top button including the jquery part only in the master page: I added the following code at the respective place in my master page where I want the button to be displayed: <a href="#"><img src="../Images/Icons/arrow_up_16...
by mtg
Wed Aug 08, 2018 4:30 am
Forum: Flare's General Discussion
Topic: Sticky div element (navigation bar) on bottom of topic
Replies: 0
Views: 1191

Sticky div element (navigation bar) on bottom of topic

Hi, we have added a navigation bar with previous/next/back-to-top icons that is displayed on the bottom of the topics but on top of the footer: <body> ... <MadCap:bodyProxy /> ... <div class="toolbar-bottom"> ... </div> <div class="home-footer"> ... </div> </body> Now I want to m...
by mtg
Mon Jul 30, 2018 10:49 pm
Forum: Web-based Outputs
Topic: Javascript on custom toolbar (back-to-top) button
Replies: 12
Views: 5328

Re: Javascript on custom toolbar (back-to-top) button

I think I just found the code that works with the jquery version of Flare: function scrollBackToTop(){ $("div.body-container").scrollTop(0); }; On a first check this seems to work. However I will test it today in the different browsers and manuals to see if it really works as expected.. :D
by mtg
Mon Jul 30, 2018 4:55 am
Forum: Web-based Outputs
Topic: Javascript on custom toolbar (back-to-top) button
Replies: 12
Views: 5328

Javascript on custom toolbar (back-to-top) button

Hi, I am trying to add a back-to-top button to the bottom of my topics using a custom toolbar button and javascript. I already tried all kind of solutions that have been mentioned in the forum but nothing works in our help. We are using: - HTML5 output - side navigation What I've tried so far: 1. Ad...
by mtg
Mon Jul 23, 2018 5:51 am
Forum: Web-based Outputs
Topic: Browser frame settings in Side Navigation not supported?
Replies: 1
Views: 796

Browser frame settings in Side Navigation not supported?

Hi, since I changed from Tripane to Side Navigation Output, the browser frame settings for the links do not work anymore. There are some links to websites that should open in the same frame so the browser frame settings are set to 'target=_self'. This worked fine in the Tripane version. However, in ...
by mtg
Mon Jul 16, 2018 7:51 am
Forum: Styles, Stylesheets and XML
Topic: Using text instead of images for Previous/Next buttons
Replies: 1
Views: 985

Using text instead of images for Previous/Next buttons

Hello everyone, I have switched to side navigation and added the 'Previous topic' and 'Next topic' buttons on the bottom of my master page. For this, I used the toolbar proxies, on for the previous topic button on the left and one for the next topic button on the right. So far everything works fine,...