Search found 6190 matches

by NorthEast
Mon Jun 26, 2023 2:52 am
Forum: Flare's General Discussion
Topic: Set default value for hyperlink target frame
Replies: 6
Views: 1105

Re: Set default value for hyperlink target frame

Interesting, I'd never heard of target-name in CSS - it looks like it's just a proposal. Whilst <base> should work, it looks like you need to specify the href as well as the target . This works for me: <base href="https://madcapsoftware.com/" target="_blank" /> You'd have to add ...
by NorthEast
Tue Jun 20, 2023 7:45 am
Forum: Flare's General Discussion
Topic: Set default value for hyperlink target frame
Replies: 6
Views: 1105

Re: Set default value for hyperlink target frame

Sorry, but this doesn't sound right for a number of reasons. This can be achieved by doing modification inside master page or stylesheet Not sure how it can be "master page or stylesheet". They're quite different things, and I can't see how making a change to either is going to change the ...
by NorthEast
Tue Jun 20, 2023 7:10 am
Forum: Flare's General Discussion
Topic: Show meta data in File List
Replies: 2
Views: 507

Re: Show meta data in File List

This can be achieved by modifying the File List configuration which can be accessed from within; Target Editor > Advanced > Output File list Configuration > Edit Configuration You will get the File list configuration editor wherein you will be able to add custom column. Where exactly is this in Fla...
by NorthEast
Wed Jun 07, 2023 11:04 pm
Forum: Web-based Outputs
Topic: Moving from CHM to server-installed HTML help
Replies: 3
Views: 1682

Re: Moving from CHM to server-installed HTML help

Yes, we switched a very long time ago. We have the help installed in different ways - installed in a local server, and installed to the local file system. One product already has server and client components, so the server component app installs the help to the local server, and when you use help in...
by NorthEast
Tue May 30, 2023 11:00 pm
Forum: Styles, Stylesheets and XML
Topic: Overlapping divs
Replies: 3
Views: 1250

Re: Overlapping divs

Psider is correct. By default, it will use overflow: visible which means the background (not text) will not be clipped to the size of the box. Using overflow: hidden or overflow: auto will fix it. I use auto, just in case the div contains content that don't fit inside it, as this will display scroll...
by NorthEast
Mon May 29, 2023 11:01 pm
Forum: Flare's General Discussion
Topic: Filter the Side Nav Menu
Replies: 2
Views: 1036

Re: Filter the Side Nav Menu

Replied to in the Slack group. For anyone else: Your problem is that the Side Nav menu does not load the full menu initially - MadCap's script only loads the items as you open the menu and they become visible. If you inspect the topic's HTML using the browser dev tools (F12), you'll see the child me...
by NorthEast
Wed May 24, 2023 11:29 pm
Forum: Web-based Outputs
Topic: Removing menu items from Top Nav header
Replies: 4
Views: 2138

Re: Removing menu items from Top Nav header

What do you actually want to do? Just it's not that clear from the original post either. If you want to choose how many menu levels to display, then open the skin editor and set the Top Menu Levels to Show (Depth) on the Setup tab. As you mentioned, the setting on the Styles for Menu > Top Navigatio...
by NorthEast
Tue May 16, 2023 6:25 am
Forum: Styles, Stylesheets and XML
Topic: Toc depth - side navigation
Replies: 1
Views: 436

Re: Toc depth - side navigation

You can't add levels in the skin editor, so you have to do this yourself using CSS that customises the output . In my case, I needed to set the indentation for menu items on levels 5-7. So in the example below, this selects the side navigation container (ul.sidenav ...), selects five levels deep in ...
by NorthEast
Mon May 15, 2023 2:35 am
Forum: Flare's General Discussion
Topic: Exclude * except... ?
Replies: 2
Views: 669

Re: Exclude * except... ?

Conditional statements can only be used to include/exclude content that has been marked with a condition. Content that's not marked with a condition tag isn't being 'included' as such (nor can it be excluded) - as it's not marked with a condition, it's left alone and is untouched by the build process.
by NorthEast
Mon May 15, 2023 2:15 am
Forum: Flare's General Discussion
Topic: How do I stop Flare from generating .prop files?
Replies: 11
Views: 2960

Re: How do I stop Flare from generating .prop files?

Props files will be created if you edit an image in MadCap Capture - do you use that? The props file contains the source that's used to create the image - the image data, layers, captions, etc. So don't delete the props file, as you'll lose the image source and won't be able to edit the image in Cap...
by NorthEast
Tue May 09, 2023 11:13 pm
Forum: Web-based Outputs
Topic: Bookmarks to a specific tab not working
Replies: 1
Views: 396

Re: Bookmarks to a specific tab not working

Flare doesn't have tabs built-in, so you're presumably using some custom javascript to display content in the tabs. If it worked before you overhauled your project, then yes it sounds like you've changed something that has stopped the javascript from working - maybe something like a class name or an...
by NorthEast
Wed Apr 19, 2023 8:04 am
Forum: Web-based Outputs
Topic: Hiding topics from side-navigation
Replies: 3
Views: 811

Re: Hiding topics from side-navigation

The menu just displays what's in your TOC, so if you don't include topics in the TOC (or exclude them using conditions), then they won't appear in the menu. The topics will still be included in the output, provided the target setting Content to include isn't set to only include content linked from t...
by NorthEast
Mon Apr 17, 2023 10:34 pm
Forum: Importing
Topic: Thought Process about Importing TOCs
Replies: 2
Views: 5567

Re: Thought Process about Importing TOCs

If you're using a project import (global project linking), then the parent project would have to import all the files required to build the topics from each target, not just the TOC file. So I presume you're thinking of using Auto-include linked files to get these files? This would get the topic htm...
by NorthEast
Mon Apr 03, 2023 11:51 pm
Forum: Flare's General Discussion
Topic: Using Joyride with Flare?
Replies: 1
Views: 473

Re: Using Joyride with Flare?

Sounds like you're initialising Foundation before Foundation has been loaded. Note that if you're using a HTML5 target and skin, then the Flare output will already include a portion of Foundation (6.2.3). That means you don't need to add the Foundation script or initialise Foundation yourself. Howev...
by NorthEast
Wed Mar 29, 2023 11:46 pm
Forum: Flare's General Discussion
Topic: Filter Navigation Menu
Replies: 2
Views: 648

Re: Filter Navigation Menu

There's nothing built in to Flare that will do that, so you'd have to add it yourself. Now, say you added a script that could filter the menu (there are loads of examples of how to filter HTML), the next problem is that it might not work very well with the Side Nav menu. The whole Side Nav menu is n...
by NorthEast
Tue Mar 28, 2023 3:59 am
Forum: Web-based Outputs
Topic: Get rid of the Copy button in code snippets
Replies: 3
Views: 988

Re: Get rid of the Copy button in code snippets

You can use CSS to hide the button:

Code: Select all

MadCap|codeSnippetCopyButton
{
	display: none;
}
by NorthEast
Mon Mar 27, 2023 1:54 am
Forum: Central's General Discussion
Topic: Loading Multiple Projects in Central
Replies: 2
Views: 4891

Re: Loading Multiple Projects in Central

I don't use Central, but to display content from separate projects in the same topic, then you'd have to import the content so that it's all in your current project. First, in each child project, you'd need to put the shared content into snippets. Then in your parent project, you would use a project...
by NorthEast
Thu Mar 16, 2023 1:43 am
Forum: Source Control
Topic: Global Project Linking across different repos
Replies: 2
Views: 6505

Re: Global Project Linking across different repos

I'm using TFS rather than Azure DevOps, but you'll get the same problems with project imports (GPL) whatever source control you use. Most of the problems we had were down to two reasons: (1) When you set up a project import (GPL) in Flare, you can only set it up to import files from somewhere in the...
by NorthEast
Mon Mar 13, 2023 9:32 am
Forum: Web-based Outputs
Topic: "Update your browser" prompt - Internet Explorer
Replies: 5
Views: 1117

Re: "Update your browser" prompt - Internet Explorer

In our HTML output we provide links to YouTube videos. Clicking a link prompts you to select a specific browser (message: "Please update your browser. Your browser isn't supported anymore..."). Naturally we would like the video to open in the preferred browser. If you're producing a HTML5...
by NorthEast
Mon Mar 13, 2023 1:45 am
Forum: Styles, Stylesheets and XML
Topic: Using the Calc CSS Property on a Button
Replies: 1
Views: 688

Re: Using the Calc CSS Property on a Button

The calculation part should work fine, assuming you've defined --offset in the stylesheet.

But the <a> tag is displayed inline (by default), so a margin setting wouldn't work on an inline element anyway.
You could try display: inline-block;
by NorthEast
Mon Feb 27, 2023 6:34 am
Forum: Web-based Outputs
Topic: HTML5 search not highlighting all terms
Replies: 5
Views: 1036

Re: HTML5 search not highlighting all terms

Yep, we have problems too, usually because folks expect it to work like Google, and don't realise the MadCap search only shows results that include all keywords.
Although we give tips on how to use the search, our analytics data shows very people actually use the boolean operators.
by NorthEast
Thu Feb 23, 2023 12:07 pm
Forum: Web-based Outputs
Topic: HTML5 search not highlighting all terms
Replies: 5
Views: 1036

Re: HTML5 search not highlighting all terms

I think it's a Flare bug, as I get inconsistent search highlighting. For example, if I do the following boloean 'or' searches: A or B : works, both A and B are highlighted. A|B (no spaces): doesn't work at all, neither A or B is highlighted A | B (with spaces): highlights A only, but not B (The 3 se...
by NorthEast
Wed Feb 15, 2023 6:59 am
Forum: Web-based Outputs
Topic: HTML5: text in browser tab of output [RESOLVED]
Replies: 6
Views: 3900

Re: HTML5: text in browser tab of output [RESOLVED]

Hello all, It's 2022 and I have just switched to HTML5 Side Navigation output from Webhelp output. I am having this problem still i.e. unable to set the text to a fixed string in the browser tab. It changes with the content and I want it to remain as the product name. I cannot find any option to se...
by NorthEast
Tue Feb 14, 2023 8:39 am
Forum: Web-based Outputs
Topic: Getting HTML5 side nav to open without browser controls
Replies: 5
Views: 1890

Re: Getting HTML5 side nav to open without browser controls

That should be fairly easy. Just ask your developer to open the help in a Windows form that contains a WebBrowser Control . You can set properties for the WebBrowser Control to choose what functionality is/isn't available. The embedded browser control will use the Edge browser engine that's built-in...
by NorthEast
Tue Feb 14, 2023 8:03 am
Forum: Web-based Outputs
Topic: Getting HTML5 side nav to open without browser controls
Replies: 5
Views: 1890

Re: Getting HTML5 side nav to open without browser controls

A lot depends on how your users will open your help site. If it's opened from an app, then you need to write code in your app that controls how the help site is opened and displayed. But if the user goes directly to your help site in their browser, then you have no real control over their browser wi...