Search found 38 matches

by djohnson
Mon Mar 22, 2021 3:03 pm
Forum: Web-based Outputs
Topic: Speed when publishing to Zendesk
Replies: 3
Views: 1759

Re: Speed when publishing to Zendesk

Thanks for your feedback, Steve. I'm afraid that's going to be how it is. Even though the content is relatively small, I think that the actual process of integrating the content into Zendesk takes some manipulation on the Zendesk side of the connection, and so it will take about the same amount of t...
by djohnson
Thu Mar 18, 2021 2:22 pm
Forum: Web-based Outputs
Topic: Speed when publishing to Zendesk
Replies: 3
Views: 1759

Speed when publishing to Zendesk

I am trying the Zendesk output in Flare 2020r3. I must say that I like the process; so much better than working with Zendesk's editor. The one thing I am not keen on is the publish speed: it takes about 26 minutes to publish one page or ten pages, where the build only takes a few seconds. (I did not...
by djohnson
Thu Jan 23, 2020 10:15 am
Forum: Web-based Outputs
Topic: Favicon Skin Editor is Blank
Replies: 3
Views: 2260

Re: Favicon Skin Editor is Blank

I did a rebrand a couple of months ago, including my Favicon skin, and it was working fine. Today I went to double-check that I had the correct icon, and the blank skin editor appeared. The XML looks correct (there is graphic data and components set to be in place). I created a new Favicon skin, and...
by djohnson
Fri Mar 01, 2019 5:21 pm
Forum: Styles, Stylesheets and XML
Topic: Change Typeface in Imported SVG Images
Replies: 1
Views: 1053

Re: Change Typeface in Imported SVG Images

I'm going to disappoint you (or create your greatest challenge)... Note that I am offering this up because I am myself starting to use SVGs in earnest, and have hit some stumbling blocks as well. I am not an expert on SVG by any means, and I am lazy enough to have given up any in-depth research on m...
by djohnson
Mon Jul 30, 2018 12:49 pm
Forum: Styles, Stylesheets and XML
Topic: Using online CSS file with https protocol yields warning
Replies: 1
Views: 1167

Using online CSS file with https protocol yields warning

I am one of those sticklers; if I see a warning when I edit or build my output I want to know why, and fix it. Recently I had my hosting switched over to use secure https protocol instead of http (multiple reasons but the straw that did the breaking was that builds on MadCap Central--that uses https...
by djohnson
Tue Jul 24, 2018 4:02 pm
Forum: Tips and Tricks
Topic: Script for users to sort tables in help outputs
Replies: 11
Views: 10716

Re: Script for users to sort tables in help outputs

This worked beautifully for me, with this NOTE:

I generally code my tables by hand, and I omit the THEAD, TBODY, etc.

These scripts expect them, so I added them in (along with a comment in the HTML and the CSS so I would know why next time.)

Thanks, Dave, for this post and the follow-up.
by djohnson
Mon Apr 16, 2018 2:29 pm
Forum: Tips and Tricks
Topic: SVG logo in header of HTML5 output!
Replies: 5
Views: 7372

Re: SVG logo in header of HTML5 output!

My logo just wasn't displaying in the header. I couldn't figure out for the life of me what I was doing wrong. I was using SVGs elsewhere in my project, and my logo SVG displayed just fine in a browser. Using the Inspect tool I was able to replace the call for my header logo to use another SVG in th...
by djohnson
Tue May 16, 2017 3:09 pm
Forum: Flare's General Discussion
Topic: Another Font Awesome Question
Replies: 3
Views: 1880

Re: Another Font Awesome Question

In general, yes you can apply multiple classes to any tag; in the example, both "fa" and "fa-commenting" are separately-defined classes. So you could write <i class="fa fa-commenting my-color-class" aria-hidden="true"></i> This will apply three tags: fa, fa-co...
by djohnson
Tue Apr 18, 2017 9:09 am
Forum: Printed Documentation Targets
Topic: Japanese Index labels don't match 1st char of entries
Replies: 1
Views: 1209

Re: Japanese Index labels don't match 1st char of entries

I should have posted this some time ago...

My Japanese localizer told me that the content should be sorted by the first character of the string, so I used the "Sort As" Index Link for these entries. Something to keep an eye on in the future.
by djohnson
Mon Apr 17, 2017 8:28 pm
Forum: Web-based Outputs
Topic: TopNav index topics out of order
Replies: 0
Views: 762

TopNav index topics out of order

I am including an index page in my TopNav output. I have created a separate topic, added the IndexProxy, added the appropriate CSS to display the Index, and styled things to my desire. The only problem is that the linked topics appear in an order that I don't want and don't seem to have control over...
by djohnson
Fri Mar 24, 2017 11:37 am
Forum: Web-based Outputs
Topic: Localizing the "Select Language" tooltip
Replies: 1
Views: 1219

Re: Localizing the "Select Language" tooltip

In order to report this as a bug, I created a small set of projects (English & Spanish) to demonstrate the problem...and found (gasp!) that in the new project it was working as it should (the Advanced > Language Skin localization was being used). Somewhere along the line I managed to muck up whe...
by djohnson
Tue Mar 21, 2017 12:12 pm
Forum: Web-based Outputs
Topic: Localizing the "Select Language" tooltip
Replies: 1
Views: 1219

Localizing the "Select Language" tooltip

I am using the Select Language button on the topic toolbar to allow the user to change languages. I have added a Language Skin to my project (in the Advanced folder), and my edits to the Print and Search Submit buttons work just fine. Unfortunately, the text for the Select Language tooltip is in Eng...
by djohnson
Fri Mar 17, 2017 4:04 pm
Forum: Styles, Stylesheets and XML
Topic: Style TopNav submenus so item text doesn't disappear
Replies: 2
Views: 2158

Re: Style TopNav submenus so item text doesn't disappear

As usual, by asking the question I have forced my brain into gear and found "a" or "the" solution. I was coloring my hovered link text this way: ul.navigation ul > li:hover { background-color: #156459; } /* This provides the background color for the list item */ ul.navigation ul ...
by djohnson
Fri Mar 17, 2017 3:42 pm
Forum: Styles, Stylesheets and XML
Topic: Style TopNav submenus so item text doesn't disappear
Replies: 2
Views: 2158

Style TopNav submenus so item text doesn't disappear

A picture being worth a thousand words: nested-topnav-menu.png I'd like the "parent" menu items to always be visible, either by making the intermediate green hover bars go away, or by keeping the yellow color for the text of the no-longer-hovered-yet-still-colored-like-it-is menu item. I a...
by djohnson
Fri Mar 10, 2017 2:58 pm
Forum: Web-based Outputs
Topic: Any value in indexes for WebHelp or HTML5 outputs?
Replies: 10
Views: 5073

Re: Any value in indexes for WebHelp or HTML5 outputs?

I also wanted to include an "index for index's sake" in my online output and spent some time digging into its guts to get a half-decent format. I added a separate page to my project with an index proxy; I have style="mc-index-headings: true;" because I like the individual letter ...
by djohnson
Mon Mar 06, 2017 11:02 am
Forum: Web-based Outputs
Topic: Flare default Side Menu on Home Page
Replies: 8
Views: 5844

Re: Flare default Side Menu on Home Page

While looking for something else, I ran across this (over a year past the original post date), and I thought I'd share my solution. Instead of creating a new MasterPage, I added a new class on html (html.nosidemenu). My definition looks like this: html.nosidemenu ul.menu._Skins_SideMenu.mc-component...
by djohnson
Fri Dec 02, 2016 9:20 am
Forum: Web-based Outputs
Topic: font-family not working for me in Microsoft Edge
Replies: 5
Views: 4084

Re: font-family not working for me in Microsoft Edge

RESOLVED! I figured this must be an issue between Edge and an installed font but I couldn't figure out what or why. When I opened the Fonts control panel, Arial looked just fine, and it previewed fine in other browsers, just not Edge. Some more Internet sniffing found this article: https://answers.m...
by djohnson
Fri Dec 02, 2016 1:42 am
Forum: Web-based Outputs
Topic: font-family not working for me in Microsoft Edge
Replies: 5
Views: 4084

Re: font-family not working for me in Microsoft Edge

Sorry, I wasn't clear. The test project and sample code are right out of the box (a basic template), no @font-face involved. I did try just Arial in the font stack, with the same results. In the morning I will try just sans-serif and see where that gets me. Now my thinking is that Edge must need cer...
by djohnson
Fri Dec 02, 2016 12:16 am
Forum: Web-based Outputs
Topic: font-family not working for me in Microsoft Edge
Replies: 5
Views: 4084

font-family not working for me in Microsoft Edge

While this issue has been bothering me for some time (ever since Windows 10 came out!) I haven't had a chance to do any real investigation until recently. Microsoft Edge has never displayed fonts in my Flare help systems correctly; it seems to always display Times New Roman. I have seen similar beha...
by djohnson
Mon Nov 21, 2016 4:16 pm
Forum: Web-based Outputs
Topic: Make mobile menu (hamburger) always visible
Replies: 2
Views: 1623

Re: Make mobile menu (hamburger) always visible

Thanks, Chris; you made me realize that I actually could modify the hamburger and the menu "bar" in CSS. Like those bad guys in Raiders, I was digging in the wrong place! What I ended up doing was use Chrome to inspect the code & styles of a "normal" help system as I reduced ...
by djohnson
Mon Nov 21, 2016 1:03 pm
Forum: Web-based Outputs
Topic: Make mobile menu (hamburger) always visible
Replies: 2
Views: 1623

Make mobile menu (hamburger) always visible

I am attempting to circumvent the ongoing issue I am having with extra-long menus in the top nav skin. In most of my projects I have 4 or 5 menus, which usually work fine in English, but when localized to German, French, or Spanish, I will invariably have something that word-wraps the menu at smalle...
by djohnson
Thu Jun 16, 2016 11:50 am
Forum: Printed Documentation Targets
Topic: Japanese Index labels don't match 1st char of entries
Replies: 1
Views: 1209

Japanese Index labels don't match 1st char of entries

In my Japanese PDF documentation, the index entries for Japanese terms are listed under a different character than their initial character. I have passed this issue back to my Japanese localizer to see if this is expected or if the label characters are a different form of the initial characters, but...
by djohnson
Thu Jun 16, 2016 11:36 am
Forum: Printed Documentation Targets
Topic: PDF index entries are boxed
Replies: 0
Views: 855

PDF index entries are boxed

Often when I generate PDF output, my index ends up with boxed entries (see image). boxed_index_entries.png In addition, the section label ("D" in the example) should be bold. When I rebuild, the index looks correct. (It sometimes takes more than one rebuild.) I am convinced this is due to ...
by djohnson
Tue Jun 07, 2016 2:34 pm
Forum: Web-based Outputs
Topic: Unchecked "Generate resized... images", but it still does it
Replies: 14
Views: 8376

Re: Unchecked "Generate resized... images", but it still doe

Not fixed in 12.0.5991.25330. I just ran into this, too: I have a large image that I want the browser to scale, and have it be no larger than half the width/height of the original, so I can simulate HiDPI or "Retina" graphics. I don't have to have this, but I like the hi-res image (and it ...
by djohnson
Wed May 25, 2016 8:55 am
Forum: Flare's General Discussion
Topic: Advice on design issues-opinions solicited!
Replies: 2
Views: 1679

Advice on design issues-opinions solicited!

After spending months redesigning our multiple help systems to use TopNav in Flare 11 (and now Flare 12), and asking for and not receiving assistance from our design department, I received a summons to a meeting to discuss changes to the work I'd spent months building and tweaking a template for. Th...