Search found 12 matches

by JvdB
Wed Jan 26, 2022 3:31 am
Forum: Flare's General Discussion
Topic: Presenting external-facing vs internal-facing information
Replies: 2
Views: 1548

Re: Presenting external-facing vs internal-facing informatio

Thanks Dave, the copy URL suggestion is a good one.
by JvdB
Tue Jan 25, 2022 5:11 am
Forum: Flare's General Discussion
Topic: Presenting external-facing vs internal-facing information
Replies: 2
Views: 1548

Presenting external-facing vs internal-facing information

Hi all We have a dilemma and are hoping for some wisdom. Currently we publish our online help to docs.company.com, which is hosted on AWS and available to the world. We cover customer facing products (both hardware and software) - things like APIs and the customer's management software that they use...
by JvdB
Thu May 20, 2021 3:14 am
Forum: Web-based Outputs
Topic: Add two logos to top-navigation
Replies: 4
Views: 1965

Re: Add two logos to top-navigation

Is there any way to make that menu appear more on the left towards the logo/ tweak it to appear differently from the other TOC items? (More like a logo?)
by JvdB
Thu May 20, 2021 3:12 am
Forum: Web-based Outputs
Topic: Add two logos to top-navigation
Replies: 4
Views: 1965

Re: Add two logos to top-navigation

So simple Dave! Thank you!
by JvdB
Thu May 20, 2021 2:01 am
Forum: Web-based Outputs
Topic: Add two logos to top-navigation
Replies: 4
Views: 1965

Add two logos to top-navigation

Hi everyone Marketing are insisting that the logo on our online help points back to the main site homepage, of which our help is a subsidiary site. We use HTML5 top navigation output. How do I display two logos within the skin - one that points to their site, and one that points to the docs site? Li...
by JvdB
Thu May 20, 2021 1:41 am
Forum: Web-based Outputs
Topic: Add Search Bar to Home Page in Tri-Pane?
Replies: 11
Views: 5954

Re: Add Search Bar to Home Page in Tri-Pane?

bump! Surely someone out there has experience with this? :?:
by JvdB
Mon May 17, 2021 3:58 am
Forum: Flare's General Discussion
Topic: email link with body of email
Replies: 3
Views: 2134

Re: email link with body of email

Thanks, I was hoping that there was some non-js way of doing this, since I have zero js experience. You have to ensure there are absolutely no spaces in your <a href> code - use %20 instead for spaces, and %0D for new lines. This coding worked for me: <a href="mailto:support@yourcompany.com?su...
by JvdB
Fri May 14, 2021 1:39 am
Forum: Web-based Outputs
Topic: Add Search Bar to Home Page in Tri-Pane?
Replies: 11
Views: 5954

Re: Add Search Bar to Home Page in Tri-Pane?

ou can use a third-party search engine, e.g. Google Custom Search, but the GUI will be whatever is provided/possible with that. Does anyone know how I would go about using/embedding a 3rd party search engine into a Flare project? I am particularly interested in Apache Solr (mostly because it's open...
by JvdB
Sun Sep 27, 2020 3:30 pm
Forum: Web-based Outputs
Topic: Open PDF button in HTML5 output?
Replies: 3
Views: 1839

Re: Open PDF button in HTML5 output?

hi Dave

I'm hoping you're going to see this! :)

Is there any way to put that stylised link alongside the Print/Expand All/ Navigate Next / Navigate Previous buttons that you can insert above the side navigation, so that it appears as another button?

Thanks
Jen
by JvdB
Sun Sep 27, 2020 1:42 pm
Forum: Web-based Outputs
Topic: Top Nav Output: Tables & images "wrapping" with side menus
Replies: 6
Views: 2012

Re: Top Nav Output: Tables & images "wrapping" with side men

Actually maybe I do? What happens if you make sure there's no width on the table (either inline or in the style), and you set a max-width: 100% on the images in the table? I'm having exactly the same problem. I want the table width to dynamically adjust to the right-side menu, only it doesn't - the...
by JvdB
Mon Jul 06, 2020 2:11 am
Forum: Web-based Outputs
Topic: Footer Width
Replies: 22
Views: 14133

Re: Footer Width

Creating a full width (100% ) container inside a fixed width container I'm not part of the Slack Community either, so I can't see the solution. You can use CSS units vw (viewport width). IE9 and above has support for vw & vh css units. I found this helpful: https://coderwall.com/p/hkgamw/creati...
by JvdB
Tue Mar 31, 2020 3:59 am
Forum: Printed Documentation Targets
Topic: Excluding the front matter pages from the printed TOC
Replies: 3
Views: 2181

Re: Excluding the front matter pages from the printed TOC

Thank you! Exactly the solution I was looking for.