Search found 6190 matches

by NorthEast
Mon Sep 25, 2023 12:12 am
Forum: Flare's General Discussion
Topic: Breadcrumbs not showing
Replies: 2
Views: 469

Re: Breadcrumbs not showing

Breadcrumbs only show for topics that are in your main TOC, so I'd first check that the topic(s) are in the TOC that's set as the Primary TOC for that target.
by NorthEast
Thu Sep 14, 2023 12:30 am
Forum: Web-based Outputs
Topic: Fixed topic menu: menu does not always stick (remain fixed)
Replies: 6
Views: 7101

Re: Fixed topic menu: menu does not always stick (remain fixed)

Yes, I have a sticky panel on the right side of my topics. There's a sticky panel on the right in the main Web view, and the panel content is un-stuck and displayed at the top in the responsive tablet/phone views. I use a Side Nav skin. Anyway, this is the template page: <?xml version="1.0"...
by NorthEast
Thu Sep 07, 2023 8:41 am
Forum: Web-based Outputs
Topic: Persistent icons when showing/hiding TOC in side-nav
Replies: 3
Views: 4092

Re: Persistent icons when showing/hiding TOC in side-nav

Icons/images used by skins are actually embedded in the skin file (*.flskn), so you won't find a file in the source project that you can edit. You can add new images to the skin in the Skin editor, you just browse for the local image file and select it, then Flare will embed it in the skin file and ...
by NorthEast
Thu Aug 31, 2023 3:50 am
Forum: Microsoft CHM Help
Topic: All the files necessary in HTML5 output?
Replies: 2
Views: 4952

Re: All the files necessary in HTML5 output?

First, I'd ask why are you bothering to remove the files anyway? It's not like they're particularly large, and uploading them does no harm. I would say *.mclog is the only file that you can safely remove that definitely has no impact on your actual output. The log file is only used if you use the pu...
by NorthEast
Wed Aug 30, 2023 11:14 pm
Forum: Styles, Stylesheets and XML
Topic: Conditions "Popup"
Replies: 4
Views: 6073

Re: Conditions "Popup"

Ok, but it really isn't clear what you mean by a "mini conditions popup", so we're having to guess what you're talking about.

If you need more help, you'll need to give more detail about what you're trying to do, and what doesn't work.
by NorthEast
Wed Aug 30, 2023 12:56 am
Forum: Web-based Outputs
Topic: Showing different content from a single HTML page?
Replies: 4
Views: 1975

Re: Showing different content from a single HTML page?

In short, it's definitely possible, but Flare has nothing built-in that will handle dynamically showing/hiding content in the output. The basic idea is that you mark/tag the content with something like a condition tag, or a class or ID - something that you can actually see in the HTML code in your o...
by NorthEast
Wed Aug 30, 2023 12:24 am
Forum: Styles, Stylesheets and XML
Topic: Conditions "Popup"
Replies: 4
Views: 6073

Re: Conditions "Popup"

Do you mean the floating tags that appear above the current item? To switch those on, use Show Tags (eye icon) > Show Caret Tag Neighbourhood . (Help: https://help.madcapsoftware.com/flare2023/Content/Flare/Interface/Editors/XML-Editor/Caret-Tag-Neighborhood.htm) So you could use that to select the ...
by NorthEast
Wed Aug 16, 2023 11:47 pm
Forum: Flare's General Discussion
Topic: System.IO.IOException
Replies: 6
Views: 2548

Re: System.IO.IOException

To start with, I'd suggest doing some of the steps for cleaning a project: 1) Close the project. 2) Delete the Analyzer folder, to clear the Analyzer database. This will be regenerated by Flare the next time you open the project. 3) Delete the Output folder, as this clears temporary build files. 4) ...
by NorthEast
Wed Aug 16, 2023 6:07 am
Forum: Printed Documentation Targets
Topic: TOC page numbering appears grey in PDF output
Replies: 1
Views: 4730

Re: TOC page numbering appears grey in PDF output

From this I conclude that the work of defining the layout and colour, as rendered in the PDF table of contents, is done in the documentname.fltoc file. The *.fltoc files aren't used to set visual appearance or styling - they only contain the information that you can set in the TOC editor itself, su...
by NorthEast
Wed Aug 16, 2023 2:35 am
Forum: Flare's General Discussion
Topic: F10 Not Working on Keyboard to Add Index Entries
Replies: 2
Views: 756

Re: F10 Not Working on Keyboard to Add Index Entries

You can usually toggle the function keys on keyboards - usually the key has a padlock symbol.
On my laptop, it's on fn + Esc.
My desktop keyboard has a specific key just for this.
by NorthEast
Wed Aug 09, 2023 11:40 pm
Forum: Styles, Stylesheets and XML
Topic: Body class being ignored in HTML5 output
Replies: 6
Views: 6545

Re: Body class being ignored in HTML5 output

Any ideas? Really don't want to go the route of multiple master pages. You could set the background image by setting the CSS class on the html tag instead. For example, set class "imageA" in topic Properties > Topic Style class (or whichever way you prefer), and in your CSS have: html.ima...
by NorthEast
Wed Aug 09, 2023 5:45 am
Forum: Flare's General Discussion
Topic: No skin on landing page
Replies: 4
Views: 835

Re: No skin on landing page

You don't need to find it. That <nav class="sidenav-wrapper"> tag only exists in the built output files, so you won't see it anywhere in your project. In the output, that <nav> tag contains the side nav menu. So the solution is to add some CSS (for your landing page topic only) that will h...
by NorthEast
Wed Aug 09, 2023 3:57 am
Forum: Flare's General Discussion
Topic: No skin on landing page
Replies: 4
Views: 835

Re: No skin on landing page

Although you say "no skin", if you still want to display the header logo and search bar, then they're part of the skin. So if you want the skin header but not the Side Navigation menu, then you could hide that on the landing page. To do that, see this post: Hide Side Menus from a Topic (la...
by NorthEast
Wed Aug 02, 2023 5:39 am
Forum: Flare's General Discussion
Topic: Callout changing underlying image
Replies: 2
Views: 767

Re: Callout changing underlying image

On the Capture Edit ribbon, you can use Replace to replace the image with a file you've already saved, or use Recapture to take a new screenshot.
by NorthEast
Mon Jul 31, 2023 12:40 am
Forum: Flare's General Discussion
Topic: Unused images report showing linked images
Replies: 2
Views: 690

Re: Unused images report showing linked images

I'd suggest deleting the Analyzer database - that's what Flare uses for its analysis/reports, and it sometimes gets corrupted. To do that, close Flare, find your project files in Windows Explorer, and delete the Analyzer folder. When you next open that project, Flare will rebuild the Analyzer databa...
by NorthEast
Thu Jul 20, 2023 12:39 am
Forum: Web-based Outputs
Topic: CSP and CSP-report-only Headers in Flare Output
Replies: 3
Views: 1174

Re: CSP and CSP-report-only Headers in Flare Output

To be honest, I'd expect your security folks to advise you on how to fix this. How you do that depends on your server. Our server uses IIS, so I was able to add CSP stuff by uploading a single web.config file. I could've probably used meta tags to do the same thing, but fixing it at the server level...
by NorthEast
Thu Jul 20, 2023 12:14 am
Forum: Web-based Outputs
Topic: Responsive Output Settings - breakpoints question
Replies: 3
Views: 653

Re: Responsive Output Settings - breakpoints question

Not sure if "Use device width media queries" will help. Also, device-width in CSS is on the ' deprecated ' list so is probably best avoided. A 13.3 inch screen is small - it's the size of a large tablet or small laptop. So what you're seeing is kind of what I'd expect, and I'd guess this u...
by NorthEast
Mon Jul 17, 2023 12:17 am
Forum: Web-based Outputs
Topic: Getting HTML5 side nav to open without browser controls
Replies: 5
Views: 1889

Re: Getting HTML5 side nav to open without browser controls

No idea Jim, my experience was with a Windows app.
by NorthEast
Wed Jul 12, 2023 11:19 pm
Forum: Tips and Tricks
Topic: Let's not lose our corporate memory!
Replies: 12
Views: 26023

Re: Let's not lose our corporate memory!

I think it's a problem that we have two competing Flare communities (which Slack has already won), but neither really ticks all the boxes for what you want in a community self-support site. I think Slack would have been a great choice, if only you could search and refer to previous answers to questi...
by NorthEast
Wed Jul 12, 2023 10:50 pm
Forum: Tips and Tricks
Topic: Vertically and Horizontally Centering Div Content
Replies: 1
Views: 4616

Re: Vertically and Horizontally Centering Div Content

Yeah, flex is a really good and easy way to display content - Flare uses it in its skins. This is a handy visual guide to flex: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ Usually you'd use set flex CSS properties in on both the container ( display:flex ), and also on the stuff inside th...
by NorthEast
Wed Jul 12, 2023 8:06 am
Forum: Tips and Tricks
Topic: Let's not lose our corporate memory!
Replies: 12
Views: 26023

Re: Let's not lose our corporate memory!

They're hidden after 90 days because it's not a paid subscription It says $7.25 per person per month - and there's 2000 members! But yeah, the lack of any history on Slack is massively irritating. It's got a pretty interface, but is a step backwards as you can't build a body of knowledge that people...
by NorthEast
Tue Jul 11, 2023 12:18 am
Forum: Styles, Stylesheets and XML
Topic: Adding clickable links to Header area (solved!)
Replies: 22
Views: 14086

Re: Adding clickable links to Header area (solved!)

The links are probably not clickable because the link for the logo is being displayed in front of them.

You can move the links in front by setting the z-index in your CSS (assuming links are in #header-links, as in the example):

Code: Select all

#header-links { z-index: 10; }
by NorthEast
Thu Jul 06, 2023 7:06 am
Forum: Styles, Stylesheets and XML
Topic: Image Bookmark
Replies: 5
Views: 1003

Re: Image Bookmark

You are getting an empty xref because there is no text in the paragraph that contains the bookmark.
If you want to use a xref, then you need to have some text in that paragraph.

If you don't want text in that paragraph, then use a normal hyperlink instead of a xref.
by NorthEast
Thu Jul 06, 2023 6:57 am
Forum: Single-Sourcing
Topic: Best practice for applying condition tags to topics?
Replies: 4
Views: 6737

Re: Best practice for applying condition tags to topics?

A condition tag set on a topic means you can set the target conditions to exclude that topic from the output altogether. If the topic is excluded, then it wouldn't be included in any output TOC either (so you don't need to use a condition to exclude the TOC item too). A condition tag set on TOC item...
by NorthEast
Tue Jun 27, 2023 11:51 pm
Forum: Printed Documentation Targets
Topic: Mini TOC with more levels than TOC Proxy?
Replies: 6
Views: 7225

Re: Mini TOC with more levels than TOC Proxy?

I created the class "GenTOCTable3" as a child of h3. The article says to add the GenTOCTable3 class to the table tag, not your h3 tag (or any heading tag). So that's why your h3 is disappearing. So you'd have this in your stylesheet: table.GenTOCTable3 { display: none; } Note that the ste...