Search found 57 matches

by scap
Wed Aug 10, 2022 5:52 am
Forum: Flare's General Discussion
Topic: MadCap Flare Implementing a Forbidden Words List
Replies: 1
Views: 550

Re: MadCap Flare Implementing a Forbidden Words List

I doubt there's any neat way to do this in Flare. We created a non-Flare script to do this, a 'term checker' that we'd run as part of our review process. Which would be "scan the Flare source files for these forbidden words" from your OP. The technical writers could run this script too. Us...
by scap
Mon Jul 25, 2022 8:37 am
Forum: Flare's General Discussion
Topic: Topic jumps / jerks when loading in browser
Replies: 3
Views: 713

Re: Topic jumps / jerks when loading in browser

On further investigation, that only works as long as there are no breadcrumbs.

The problem persists when loading any page with breadcrumbs.
by scap
Mon Jul 25, 2022 8:24 am
Forum: Flare's General Discussion
Topic: Topic jumps / jerks when loading in browser
Replies: 3
Views: 713

Re: Topic jumps / jerks when loading in browser

A fair bit of troubleshooting later I've identified the build-generated Topic.css skin stylesheet in the Output > .. > Skins > Default > Stylesheets folder as the culprit. Specifically, the height-container style therein. .height-container { /* just to contain top margin of element inside */ padding...
by scap
Fri Jul 22, 2022 2:35 pm
Forum: Flare's General Discussion
Topic: Topic jumps / jerks when loading in browser
Replies: 3
Views: 713

Topic jumps / jerks when loading in browser

In a tri-pane output, clicking a topic in the side menu loads the content in the main window, but always with a fast jerking motion when loading.

This happens in every project, even a default Flare project, in every browser.

It looks awful, any idea how to prevent it?
by scap
Fri Jul 22, 2022 7:20 am
Forum: Web-based Outputs
Topic: Add Custom Content to Header
Replies: 32
Views: 962436

Re: Add Custom Content to Header

On a related note, I can only get the title to appear if Target > Advanced > Content to include is set to All content . If set to Content linked directly or indirectly from the target , Flare doesn't pull it in to the built output. It presumably isn't clever enough to scan Skin > Toolbar > Custom Ja...
by scap
Fri Jul 22, 2022 7:14 am
Forum: Web-based Outputs
Topic: Add Custom Content to Header
Replies: 32
Views: 962436

Re: Add Custom Content to Header

Update, I fixed this by adding the following css to the end of skin.css:

Code: Select all

.search-account-container
{
	top: 4px;
}
I don't know if this will break anything else though.
by scap
Fri Jul 22, 2022 3:19 am
Forum: Web-based Outputs
Topic: Add Custom Content to Header
Replies: 32
Views: 962436

Re: Add Custom Content to Header

Thread necro... It worked for tri-pane help, but when the browser width is shrunk to mobile/tablet width, the custom text disappears. I'd be grateful for suggestions on making the custom text behave like the default logo, that is to display across all three views. I've written some instructions on h...