Search found 59 matches

by kerimucci
Tue Jan 16, 2024 4:29 am
Forum: Importing
Topic: Detecting changes and automating HTML imports
Replies: 0
Views: 735

Detecting changes and automating HTML imports

My team currently spends a lot of time manually importing HTML files that our engineering team auto-generates for us. Each time we have a software release, we: Download the new version of the source files from an Amazon S3 bucket folder Import the files Split the files (using the Kaizen Plugin) Upda...
by kerimucci
Thu Nov 09, 2023 8:53 am
Forum: Flare's General Discussion
Topic: Easily hide/show content at global level
Replies: 3
Views: 4926

Re: Easily hide/show content at global level

Thank you.

I am actually considering creating a new variable set for this, where I have one variable per feature. This would allow us to quickly delete "preview" from the definition, but then we'd need to do a find and replace for all instances where we inserted it.
by kerimucci
Wed Nov 01, 2023 7:00 am
Forum: Flare's General Discussion
Topic: Easily hide/show content at global level
Replies: 3
Views: 4926

Easily hide/show content at global level

My team needs to append the word "preview" to certain section headings throughout our project and then quickly remove it when a feature we are writing about is made available to all customers. I am not sure how easily this can be done. The only way I can think of this working is by: Creati...
by kerimucci
Tue Jun 07, 2022 6:48 am
Forum: Web-based Outputs
Topic: Topic navigation issues due to multiple TOCs
Replies: 5
Views: 2768

Re: Topic navigation issues due to multiple TOCs

Thanks so much, Dave. That setting saved me a lot of time!
by kerimucci
Mon Jun 06, 2022 2:28 am
Forum: Web-based Outputs
Topic: Topic navigation issues due to multiple TOCs
Replies: 5
Views: 2768

Re: Topic navigation issues due to multiple TOCs

Thank you for confirming. That makes sense and I can easily do that. I assumed that by dragging the topic into another TOC, that it would be treated as part of that TOC (which would allow me to avoid creating separate topics containing a snippet).
by kerimucci
Tue May 31, 2022 5:59 am
Forum: Web-based Outputs
Topic: Topic navigation issues due to multiple TOCs
Replies: 5
Views: 2768

Topic navigation issues due to multiple TOCs

Apologies if I am missing something obvious, but I currently have a master HTML target for my documentation portal which has a TOC that contains various other TOCs for different guides I produce. Some of the guides share a few of the same topics, but in each TOC, I have dragged the relevant topic to...
by kerimucci
Thu Apr 07, 2022 6:53 am
Forum: Styles, Stylesheets and XML
Topic: Custom web fonts not showing on all machines
Replies: 3
Views: 1438

Re: Custom web fonts not showing on all machines

Thanks for both of your replies. I ended up reverting the filenames, but it turned out that the issue was that my font-face definitions weren't correct. I had a src before each font file and separated each font file with a semicolon, whereas I should have only have one src and separated them with a ...
by kerimucci
Wed Apr 06, 2022 7:09 am
Forum: Styles, Stylesheets and XML
Topic: Custom web fonts not showing on all machines
Replies: 3
Views: 1438

Custom web fonts not showing on all machines

Hoping someone can help, as there are various related topics on here, but I couldn't find one that solves my issue. I recently rebranded our documentation portal and found that it does not always display one of our custom web fonts. It seems to only be an issue on Linux and macOS. I am using Windows...
by kerimucci
Tue Jul 20, 2021 2:52 am
Forum: Web-based Outputs
Topic: Can't scroll to bottom of top nav menu item list
Replies: 2
Views: 1504

Re: Can't scroll to bottom of top nav menu item list

Support told me this is a bug. Can you submit a bug report to them as well? Maybe this will get fixed sooner if so.
by kerimucci
Mon Mar 22, 2021 3:09 pm
Forum: Styles, Stylesheets and XML
Topic: Use variable as a definition for another variable
Replies: 2
Views: 1005

Re: Use variable as a definition for another variable

Thank you so much! Worked like a charm.
by kerimucci
Thu Mar 18, 2021 5:43 am
Forum: Styles, Stylesheets and XML
Topic: Use variable as a definition for another variable
Replies: 2
Views: 1005

Use variable as a definition for another variable

I have a product version variable for each of the products that I write about, and I also have a general title version variable that is used on my PDF cover pages. The general title version variable exists because I have one topic for my cover page that is used across multiple targets, changing base...
by kerimucci
Mon Dec 07, 2020 9:41 am
Forum: Web-based Outputs
Topic: Top Navigation Missing in Production Environment
Replies: 3
Views: 1525

Re: Top Navigation Missing in Production Environment

It doesn't appear that this has been fixed as planned. Can someone confirm?
by kerimucci
Mon Dec 07, 2020 9:27 am
Forum: Flare's General Discussion
Topic: Case sensitivity issue from a linux server?
Replies: 5
Views: 2850

Re: Case sensitivity issue from a linux server?

Today, I enabled the Use lowercase filenames option. I already had the Do not use content folder in outpt option selected and everything was working fine. Ever since enabling the lowercase option, I cannot get my help to open up. It appears there are some scripts that are still referencing the upper...
by kerimucci
Tue Dec 01, 2020 2:07 am
Forum: Flare's General Discussion
Topic: Top Navigation Search highlighting
Replies: 11
Views: 5755

Re: Top Navigation Search highlighting

Thanks for confirming, guys.
by kerimucci
Fri Nov 27, 2020 7:59 am
Forum: Flare's General Discussion
Topic: Top Navigation Search highlighting
Replies: 11
Views: 5755

Re: Top Navigation Search highlighting

Ah, OK. Maybe I am looking for something else. I now see that my properties are being applied once I click a result and go to a topic page. This is good, but I was looking for something that will highlight the search term within the search results page. Right now the matched words just display bold,...
by kerimucci
Fri Nov 27, 2020 6:48 am
Forum: Flare's General Discussion
Topic: Top Navigation Search highlighting
Replies: 11
Views: 5755

Re: Top Navigation Search highlighting

Thanks, I defined span.SearchHighlight, and 1-10, and am getting the same result unfortunately.
by kerimucci
Thu Nov 26, 2020 3:45 pm
Forum: Flare's General Discussion
Topic: Top Navigation Search highlighting
Replies: 11
Views: 5755

Re: Top Navigation Search highlighting

I am using the Top Nav skin to produce HTML5 output. I have added a span.SearchHighlight class to my CSS, where the font color is set to purple to make matched keywords stand out in the abstracts (as opposed to a background color). However, my output is still showing the keywords in black text. I ha...
by kerimucci
Fri Nov 13, 2020 3:40 am
Forum: Styles, Stylesheets and XML
Topic: Issues with pre and code styles
Replies: 2
Views: 1066

Re: Issues with pre and code styles

OK, so in case anyone else runs into this, I resolved the pre issue by adding overflow-x:auto; to my CSS. This adds a horizontal scroll bar when the text is wider than the available space.

Still haven't resolved the command issue.
commandbreak.png
by kerimucci
Thu Nov 12, 2020 5:14 am
Forum: Styles, Stylesheets and XML
Topic: Issues with pre and code styles
Replies: 2
Views: 1066

Issues with pre and code styles

In my HTML5 output, I am having the following issues: The text for my pre style is spanning outside of its div and across the right side of the page below my left-hand side menu. However, the background color is being respected and only uses up 75% of the page width. I have set a max-width: 100% tha...
by kerimucci
Wed Nov 11, 2020 2:03 pm
Forum: Web-based Outputs
Topic: Can't scroll to bottom of top nav menu item list
Replies: 2
Views: 1504

Can't scroll to bottom of top nav menu item list

As stated above, when I view my HTML output on my laptop, I can't view the full menu list. I have one menu that has a long list of topics and it is getting cut off, and there is no way to scroll down any further. I can't decrease the menu levels shown in my output, as I need the items there for cust...
by kerimucci
Mon Nov 09, 2020 2:18 am
Forum: Web-based Outputs
Topic: Turn off search input outline
Replies: 2
Views: 1040

Re: Turn off search input outline

Thanks so much. I added this to my CSS to remove the border. It wasn't displaying nicely in my output so I prefer not to see it!

Code: Select all

:focus
{
	outline: none;
}
by kerimucci
Thu Nov 05, 2020 11:39 am
Forum: Web-based Outputs
Topic: Turn off search input outline
Replies: 2
Views: 1040

Turn off search input outline

Does anyone know how to disable this black outline that appears when you click the search bar?
by kerimucci
Wed Nov 04, 2020 5:57 am
Forum: Web-based Outputs
Topic: Top Nav Output: Tables & images "wrapping" with side menus
Replies: 6
Views: 1999

Re: Top Nav Output: Tables & images "wrapping" with side men

Hello.

Is there a way to fix this issue even when columns are set to a certain width? I am seeing this as well, but all of my tables have columns with a set width, so setting the tables to a max-width of 100% doesn't have an effect. :cry:
by kerimucci
Tue Oct 27, 2020 3:40 am
Forum: Web-based Outputs
Topic: How to change expander icon in top nav menu
Replies: 14
Views: 6241

Re: How to change expander icon in top nav menu

Thanks so much, DaveMags. Adjusting the padding within the skin worked fine. :)
by kerimucci
Fri Oct 23, 2020 3:01 pm
Forum: Web-based Outputs
Topic: How to change expander icon in top nav menu
Replies: 14
Views: 6241

Re: How to change expander icon in top nav menu

Hi guys. I've added the above code to my CSS to change my top nav icon. It worked, but I am now having issues getting the correct padding on the left side of the icon. I have tried setting this for the same style, but the menu option name and icon are still smushed. Is there somewhere else I should ...