Search found 16 matches

by DAV
Tue Jul 27, 2021 10:20 am
Forum: Styles, Stylesheets and XML
Topic: Black frame in selected search bar
Replies: 2
Views: 1655

Re: Black frame in selected search bar

Hi Nita! Thank you for your answer! I read other discussions and realized the question. Also I understood how I can change the style and tested it with example here: https://developer.mozilla.org/en-US/docs/Web/CSS/outline search_bar_2.png I suppose I can add this: .search-field:focus { outline: 4px...
by DAV
Fri Jul 23, 2021 6:34 am
Forum: Styles, Stylesheets and XML
Topic: Black frame in selected search bar
Replies: 2
Views: 1655

Black frame in selected search bar

Hi everyone!

Could you tell me how I can remove this black frame from the search bar?
search_bar.png
You can see it in the Google Chrome here:
https://help.madcapsoftware.com/flare20 ... n/Home.htm
I think that's not cool, especially search button.

Thank you!
by DAV
Tue Oct 27, 2015 12:30 am
Forum: Web-based Outputs
Topic: Search problem in new Firefox
Replies: 3
Views: 1109

Re: Search problem in new Firefox

I tested Flare 11 and didn't find this problem. So, I think, it's problem with Flare 9 and older.
by DAV
Thu Oct 08, 2015 8:15 am
Forum: Web-based Outputs
Topic: Search problem in new Firefox
Replies: 3
Views: 1109

Re: Search problem in new Firefox

I found on my PC Flare 8, built documentation and tested it. The same situation.
Also I chaned font for search string in the Skin. Also the same problem.
I just don't know what can I do. Maybe I need to update to Flare 11. But I'd like to know it exactly...
by DAV
Wed Oct 07, 2015 9:12 am
Forum: Web-based Outputs
Topic: How do I count all the links in my project?
Replies: 23
Views: 5270

Re: How do I count all the links in my project?

Flare is a Windows application. I run Linux at home. Not sure that I can run Windows-reliant apps (perhaps using Wine or some other emulator) but your method implies that I'm running Linux on my Windows machine. No, you should just to install Cygwin (Linux command line emulator for Windows). I have...
by DAV
Wed Oct 07, 2015 8:07 am
Forum: Web-based Outputs
Topic: How do I count all the links in my project?
Replies: 23
Views: 5270

Re: How do I count all the links in my project?

Hello!
If you have Linux command line you can execute this command:

Code: Select all

find . -name "*.htm" -exec grep -o "href" '{}' \; | wc -l
Result number should be devided by 2.
If you don't have Linux you can use Cygwin on Windows.
by DAV
Wed Oct 07, 2015 7:15 am
Forum: Web-based Outputs
Topic: Search problem in new Firefox
Replies: 3
Views: 1109

Search problem in new Firefox

Hi everyone! I have MadCap Flare 9 and Web-based documentation. After update Firefox from 39 to 41 version I'v got a problem with search on Russian language (what you can see on screenshot). After I type russian word and press Enter, russian word changes and I get nothing. With English language and ...
by DAV
Sun Jan 25, 2015 4:29 am
Forum: Tips and Tricks
Topic: Problem with Link Viewer tool in Flare 9
Replies: 2
Views: 1932

Re: Problem with Link Viewer tool in Flare 9

Hmm, the problem is not permanent. Now I see all files. :?
by DAV
Sun Jan 25, 2015 4:19 am
Forum: Tips and Tricks
Topic: Problem with Link Viewer tool in Flare 9
Replies: 2
Views: 1932

Problem with Link Viewer tool in Flare 9

Hi! I have problem with Link Viewer tool in Flare 9. If I do a link MadCap:xref with some class, and go through the link, I will not see file in Linked from column. For example: MadCap:xref href="..." class="list" If I remove a class, I will see a file in Linked from column. How ...
by DAV
Wed Oct 29, 2014 6:28 am
Forum: Web-based Outputs
Topic: How I can exclude topics from HTML5 output
Replies: 4
Views: 2001

Re: How I can exclude topics from HTML5 output

I have solved the problem.The problem was with glossary. Glossary pulled a lot of files which I didnt need.I've created an empty glossary and it worked.
by DAV
Wed Oct 29, 2014 5:32 am
Forum: Web-based Outputs
Topic: How I can exclude topics from HTML5 output
Replies: 4
Views: 2001

Re: How I can exclude topics from HTML5 output

I have in my Build Progress log some strings: Loading Master TOC... Processing Master TOC... May be problem is here... In my targets in filed "Master TOC" I chose TOC that isn't master TOC (It doesn't have master mark in Project Organizer). But I tried change master TOC in Project Organize...
by DAV
Thu Oct 02, 2014 11:39 pm
Forum: Web-based Outputs
Topic: How I can exclude topics from HTML5 output
Replies: 4
Views: 2001

Re: How I can exclude topics from HTML5 output

Nita Beck wrote:Maybe this is an obvious question, but are you sure that you have associated the correct TOC with the HTML5 target?
Yes, I'm sure, because as a result I see exactly the TOC which I need. But in search results I can see a lot of topics which I don't need ( those the TOC doesn't contain).
by DAV
Thu Oct 02, 2014 3:04 am
Forum: Web-based Outputs
Topic: How I can exclude topics from HTML5 output
Replies: 4
Views: 2001

How I can exclude topics from HTML5 output

Hello! I created TOC with 5 topics. Thise 5 topics don't have links to any other topics. I ticked option "Exclude content not linked directly from the target". Then I generate HTML5 output, I see generation a lot of topics what I don't have in TOC. However, I get them in search results. I ...
by DAV
Wed Nov 06, 2013 3:53 am
Forum: Single-Sourcing
Topic: Need Auto-Update for TOC Entries in Help output
Replies: 12
Views: 10041

Re: Need Auto-Update for TOC Entries in Help output

Hello!

Have it done yet?

Thanks,
Alexander
by DAV
Mon Jun 18, 2012 12:05 am
Forum: Printed Documentation Targets
Topic: Using page-break-before
Replies: 3
Views: 1419

Re: Using page-break-before

I don't know why, but I don't have value "never" in menu, only "always", "auto", "avoid", "inherit", "left" and "right". If I tried to write in text editor: page-break-before: never; I have error: CSS: Invalid page-break-before: n...
by DAV
Thu Jun 14, 2012 1:17 am
Forum: Printed Documentation Targets
Topic: Using page-break-before
Replies: 3
Views: 1419

Using page-break-before

Hello! I tried to use "page-break-before" for "div", "ul" and "ol" tags. I set "page-break-before" to "avoid", but it's not work. I see many tags "div", "ul" and "ol" at the beginning page. What I can do with i...