Search found 6197 matches

by NorthEast
Wed Nov 15, 2023 11:58 pm
Forum: Printed Documentation Targets
Topic: Custom fonts do not display in PDF output
Replies: 16
Views: 19105

Re: Custom fonts do not display in PDF output

If anyone is still struggling with this - I found none of the above solutions to work, but this suggestion in Stack Overflow did work: "The @font-face rule can have “font-family” defined as any name. However, I recommend using the default name seen in Flare. You can find out what name Flare is...
by NorthEast
Tue Nov 14, 2023 11:55 pm
Forum: Flare's General Discussion
Topic: Can you run Madbuild without generating a log file?
Replies: 3
Views: 8948

Re: Can you run Madbuild without generating a log file?

If you just don't want the log file to be put in the output folder, you can change where log files are saved in File > Options > Build > Log Destination.

This works for regular builds, but I haven't checked that it works for madbuild too.
by NorthEast
Tue Nov 14, 2023 6:59 am
Forum: Flare's General Discussion
Topic: Breadcrumbs for multiple TOC's
Replies: 2
Views: 7690

Re: Breadcrumbs for multiple TOC's

How can I get breadcrumbs to show for each TOC? (Not just the primary) I'm afraid you can't do this. Flare's breadcrumbs will only show the item's location in the target's primary TOC. The breadcrumbs proxy doesn't have a setting like the menu proxy, where you can select an associated TOC (to use i...
by NorthEast
Sun Nov 12, 2023 11:19 pm
Forum: Styles, Stylesheets and XML
Topic: FontAwesome in PDF and HTML5 output
Replies: 14
Views: 21947

Re: FontAwesome in PDF and HTML5 output

I'm still using FontAwesome 4.7, and it works fine for me in PDFs using Flare 2023r2.

As Nita mentions, you need to install the TTF file in Windows for all users.

I can't comment on later versions of FA or how you set them up.
by NorthEast
Thu Nov 09, 2023 12:15 am
Forum: Web-based Outputs
Topic: Topic toolbar in Search Results
Replies: 2
Views: 6277

Re: Topic toolbar in Search Results

Yes to both questions. (1) If you haven't created your own custom search results page, you need to do that first. Create a topic and insert a search results proxy. See https://help.madcapsoftware.com/flare2019r2/Content/Flare/Proxies/Creating-Search-Results.htm. * Also make sure your search results ...
by NorthEast
Wed Nov 08, 2023 6:34 am
Forum: Single-Sourcing
Topic: Revision History not linked
Replies: 2
Views: 6849

Re: Revision History not linked

It looks like the file RevHistory.htm is not being included in the output, so Flare is telling you it can't create a link to the file. Apart from conditions, a file can also be "excluded" by the target setting Advanced > Content to include / For example, if you choose Content linked direct...
by NorthEast
Sun Nov 05, 2023 11:20 pm
Forum: Web-based Outputs
Topic: File Path in Search Result
Replies: 9
Views: 10325

Re: File Path in Search Result

I do not have a custom search results page so I guess no proxy is required. Please let me know what I am doing wrong. The search results skin is used to style the search results proxy. So if you don't have a topic in your project with a search results proxy, then you're not actually using the searc...
by NorthEast
Thu Nov 02, 2023 7:03 am
Forum: Flare's General Discussion
Topic: Quotation mark in a variable definition changes
Replies: 1
Views: 6098

Re: Quotation mark in a variable definition changes

The definition that you have set in the variable file can be overridden in a target, or in a snippet. So I'd guess someone changed that without you knowing. To check this: * In your target, check the Variables tab. * If the variable is used in a snippet, open the topic where you have inserted the sn...
by NorthEast
Tue Oct 31, 2023 11:16 pm
Forum: Web-based Outputs
Topic: Topic not found in search results
Replies: 5
Views: 18804

Re: Topic not found in search results

Yep, perhaps give examples of the actual HTML code in and around the h1 tag. Also, what CSS is applied to the h1 - does it use anything special like applying autonumbers (mc-autonumber-) or conditions (mc-conditions)? Lastly, you mention "After building and publishing..." - so just to chec...
by NorthEast
Mon Oct 30, 2023 11:52 pm
Forum: Flare's General Discussion
Topic: Black Screen, Flare Hangs
Replies: 13
Views: 14897

Re: Black Screen, Flare Hangs

I wish MadCap would just spend a year fixing this and the other quite major bugs and performance issues in their software. It would be far more beneficial than some of the new features they've been releasing lately - both 2023 releases are particularly underwhelming. Anyway, I guess if everyone repo...
by NorthEast
Mon Oct 30, 2023 11:43 pm
Forum: Styles, Stylesheets and XML
Topic: Flare interprets tag in preformatted code text
Replies: 6
Views: 8598

Re: Flare interprets tag in preformatted code text

The < and > symbols are reserved characters in XHTML, so you need to use &lt; and &gt; in the code. When you paste in the XML Editor view, Flare converts that for you. I'd agree that the formatting looks over complicated - there's a table, two divs, a pre tag, and code tag. So how are you co...
by NorthEast
Thu Oct 26, 2023 1:03 am
Forum: Flare's General Discussion
Topic: Filenames into a variable?
Replies: 1
Views: 4292

Re: Filenames into a variable?

Yep, if you look st the system variables, there's one for the current page's filename: System > SourceFile
by NorthEast
Thu Oct 26, 2023 12:56 am
Forum: Flare's General Discussion
Topic: Expanding Menu
Replies: 2
Views: 4652

Re: Expanding Menu

If you mean having both the Top Nav menu (drop down menu) and a Side Nav menu (accordion menu) displayed together, then Flare doesn't allow you to do that. As jimgilliam mentions, you can use the Top Nav skin and insert a menu proxy, but that inserts a static menu which is not collapsible. Now, you ...
by NorthEast
Wed Oct 25, 2023 11:14 pm
Forum: Flare's General Discussion
Topic: Flare 2023 r2
Replies: 2
Views: 3626

Re: Flare 2023 r2

You can install 2023 alongside 2021, so presumably you're opening 2021 instead of 2023.

I don't think 2021 is smart enough to hide the update notification.
by NorthEast
Tue Oct 24, 2023 10:45 am
Forum: Styles, Stylesheets and XML
Topic: Heading llevels in PDF output do not reflect TOC level
Replies: 2
Views: 6993

Re: Heading llevels in PDF output do not reflect TOC level

When you select Use TOC depth for heading levels , you also need to set the mc-heading-level on your heading styles. For example: h1 { mc-heading-level: 1; } h2 { mc-heading-level: 2; } h3 { mc-heading-level: 3; } See: https://help.madcapsoftware.com/flare2023/Content/Flare/Proxies/TOCs/Editing-Head...
by NorthEast
Tue Oct 24, 2023 10:37 am
Forum: Flare's General Discussion
Topic: Warnings, Ignored Warnings, and Errors
Replies: 9
Views: 9545

Re: Warnings, Ignored Warnings, and Errors

I know Warnings and Ignored Warnings can be ignored, but the number of Ignored Warnings are counting up and I can't find the reason for that. I would say about me to know how to program HTML, but apparently there is something wrong. Is there any way I could find out what causes these Ignored Warnin...
by NorthEast
Tue Oct 24, 2023 5:46 am
Forum: Web-based Outputs
Topic: Multiple TOC's from homepage
Replies: 5
Views: 7562

Re: Multiple TOC's from homepage

Melodie has already given a solution to the question. First create an individual template/master page for each section, and set the topics in each section to use that template/master page. See: https://help.madcapsoftware.com/flare2023/Content/Flare/Template-Pages/Template-Pages.htm Then in each tem...
by NorthEast
Wed Oct 18, 2023 11:08 pm
Forum: Printed Documentation Targets
Topic: PDF Publish Output Reverting to Previous Versions
Replies: 1
Views: 6360

Re: PDF Publish Output Reverting to Previous Versions

Have you asked the folks that manage your online doc center? Presumably your online doc center is hosted on a web server, so I would check with the folks that manage that server, and ask them why users could be seeing old versions of files. It sounds like it could be due to caching - the cache can b...
by NorthEast
Wed Oct 18, 2023 5:35 am
Forum: Styles, Stylesheets and XML
Topic: Complex selectors work in XML Editor but not built targets. What have I done wrong?
Replies: 5
Views: 9907

Re: Complex selectors work in XML Editor but not built targets. What have I done wrong?

Basically, it doesn't work because you can't use any of the MadCap| styles combined with other tags in complex selectors (at least not in most cases). Not your fault for not knowing, as I don't think I've seen this documented anywhere officially. It works in the editor because the tags in the editor...
by NorthEast
Tue Oct 17, 2023 11:03 pm
Forum: Flare's General Discussion
Topic: Black Screen, Flare Hangs
Replies: 13
Views: 14897

Re: Black Screen, Flare Hangs

I've checked CPU/RAM/disk usage when it happens, and it can occur when the PC is running well within its limits. For me, it's usually a cumulative problem that builds up over time - once it starts happening, it seems to steadily get more frequent in that session. So I'm thinking it's a code issue in...
by NorthEast
Tue Oct 17, 2023 10:43 pm
Forum: Flare's General Discussion
Topic: Side Menu Drop Downs
Replies: 3
Views: 1161

Re: Side Menu Drop Downs

You see the Side Nav menu when you use a HTML5 skin and set the Main Menu Position to Left (or Right).
If you're adding a new skin, there's a default skin called HTML5 - Side Navigation.

The help covers everything: https://help.madcapsoftware.com/flare20 ... /Skins.htm
by NorthEast
Mon Oct 16, 2023 11:52 pm
Forum: Web-based Outputs
Topic: getting the filter value into the Search Heading
Replies: 4
Views: 6010

Re: getting the filter value into the Search Heading

I'm not aware of any {filter} parameter, and there probably isn't one because it's not included in any messages. Quite easy to get the selected filter name though: var selectedFilter = $(".search-filter.selected").attr("title"); Might be better to use that method, as getting the ...
by NorthEast
Mon Oct 16, 2023 10:53 pm
Forum: Web-based Outputs
Topic: Fixed topic menu: menu does not always stick (remain fixed)
Replies: 6
Views: 7118

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

jimgilliam wrote: Mon Oct 16, 2023 4:58 pm @NorthEast, what is the $topicHeading in your example? Is it a reference to using "Headings" in the menu proxy, or a variable or script you're using on the proxy?
When you choose (Headings) for the menu proxy, Flare inserts the bit mc-linked-toc="$topicHeadings".
by NorthEast
Mon Oct 16, 2023 10:47 pm
Forum: Flare's General Discussion
Topic: When your URL/page call contains special characters
Replies: 7
Views: 1106

Re: When your URL/page call contains special characters

Personally, I wouldn't ever choose to use values because they're not readable. Identifiers are readable, which makes a big difference whenever you have to deal with them. For example, it's way easier to check what topic the identifier "companyname_appname_com_bookmark" should link to, than...
by NorthEast
Mon Oct 16, 2023 9:56 am
Forum: Microsoft CHM Help
Topic: Any way to edit the Options menu options and/or the topic's context menu options?
Replies: 7
Views: 6381

Re: Any way to edit the Options menu options and/or the topic's context menu options?

You might have to choose between removing everything, or living with it. As mentioned, you can easily remove the 'Options' menu altogether. As for the context menu, I'm not sure how to customise the options, but I'm fairly sure you should be able to hide the menu, as you can do that on web pages dis...