Search found 14 matches

by jenn85
Fri Oct 15, 2021 8:47 am
Forum: Flare's General Discussion
Topic: Micro-content in filtered HTML5 search results
Replies: 2
Views: 1683

Re: Micro-content in filtered HTML5 search results

Bumping this for visibility, as I am having the same issue. Is this a bug, or a feature?
by jenn85
Tue Nov 17, 2020 11:28 am
Forum: Flare's General Discussion
Topic: Google Tag Manager Code - Flare Error
Replies: 11
Views: 16121

Re: Google Tag Manager Code - Flare Error

Hi - I am now trying use script from tag manager and trying to follow this thread. But it seems to be referencing only part of what I have been told to do. Has anybody had to use both of these bits of code? My marketing department told me to put code generated by google tag manager into two places....
by jenn85
Thu Oct 08, 2020 6:53 am
Forum: Styles, Stylesheets and XML
Topic: Nested Lists and paragraphs
Replies: 12
Views: 4248

Re: Nested Lists and paragraphs

Found the solution! Here's the code: ol, li { list-style-position: outside; /* Prevent content from wrapping beneath bullets or other list item markers */ margin: 0; padding: 0; /* Clear default padding and margin from lists and list items */ } ol { counter-reset: item; /* Reset the counter with eac...
by jenn85
Fri Sep 18, 2020 6:17 am
Forum: Styles, Stylesheets and XML
Topic: Nested Lists and paragraphs
Replies: 12
Views: 4248

Re: Nested Lists and paragraphs

There are limitations on formatting ordered and unordered lists (ul and ol). One workaround is to use autonumber. You can use it to create a numbered element, formatted how you like. You can format whatever follows however you like, and then apply you autonumber to the next numbered element. Autonu...
by jenn85
Fri Sep 04, 2020 9:05 am
Forum: Styles, Stylesheets and XML
Topic: Nested Lists and paragraphs
Replies: 12
Views: 4248

Re: Nested Lists and paragraphs

I suspect, then, that the issue is in your stylesheet. For the base p selector, do you have a margin-left set? If yes, you will need to override that when paragraphs are nested within <li>s. You'll need a complex selector something like this, which says "When a p is nested inside an li, give i...
by jenn85
Fri Sep 04, 2020 6:50 am
Forum: Styles, Stylesheets and XML
Topic: Nested Lists and paragraphs
Replies: 12
Views: 4248

Re: Nested Lists and paragraphs

You can absolutely have multiple paragraphs, divs, and even tables nested inside list items. Doing so is a best practice. To quote myself from another recent discussion ( https://forums.madcapsoftware.com/viewtopic.php?f=10&t=32535 ): Agree with the suggestion that you nest paragraphs and other...
by jenn85
Fri Sep 04, 2020 5:23 am
Forum: Styles, Stylesheets and XML
Topic: Nested Lists and paragraphs
Replies: 12
Views: 4248

Re: Nested Lists and paragraphs

SteveS wrote:Have you tried putting the content inside the list item tag, rather than after?
I don't think that will work if I'm trying to have divs or multiple paragraphs.
by jenn85
Thu Sep 03, 2020 11:01 am
Forum: Styles, Stylesheets and XML
Topic: Nested Lists and paragraphs
Replies: 12
Views: 4248

Nested Lists and paragraphs

I've modified list settings to create background for the numbers using css and it works beautifully--except when I need to make the list item into a paragraph item because I have either a div, bullets, or image below it. In this case, the spacing is off (see attachment). Does anyone know what paragr...
by jenn85
Wed Sep 02, 2020 12:02 pm
Forum: Web-based Outputs
Topic: Toolbar Button- Modifying width and Removing Dropdown
Replies: 7
Views: 2296

Re: Toolbar Button- Modifying width and Removing Dropdown

I figured out the problem by calling MadCap help. For those of us who need to specify the width of the content in your master style sheet, the tooltip may have inherited the width property from it. Create a tooltip selector under p and set the width to auto to hack this. (I wanted to post the soluti...
by jenn85
Wed Sep 02, 2020 5:45 am
Forum: Web-based Outputs
Topic: Toolbar Button- Modifying width and Removing Dropdown
Replies: 7
Views: 2296

Re: Toolbar Button- Modifying width and Removing Dropdown

Look at the Collapse All setting under Toolbar button and the Toolbar button setting for your skin. Which version of flare and which skin are you using? I can't see this problem in our help file and we are using tripane html 5 skin. I'm in MadCap Flare 2020 and it's a Top Navigation html 5 skin.
by jenn85
Wed Sep 02, 2020 5:33 am
Forum: Web-based Outputs
Topic: Toolbar Button- Modifying width and Removing Dropdown
Replies: 7
Views: 2296

Re: Toolbar Button- Modifying width and Removing Dropdown

Hello, in skin editor for your topic toolbar skin, Styles, enable Highlight, click on the button you want to modify, that highlights the appropriate section below Toolbar Button. You should find Size with Width and Height. Both can be enlarged or decreased. Thank you! I didn't know about the Highli...
by jenn85
Tue Sep 01, 2020 5:54 am
Forum: Web-based Outputs
Topic: Toolbar Button- Modifying width and Removing Dropdown
Replies: 7
Views: 2296

Re: Toolbar Button- Modifying width and Removing Dropdown

Hello, I assume you can do all you've asked for if you add a component toolbar skin to your project and to your target. Yes, I have done that. The problem still exists--I cannot find where in the skin component to decrease the size of the toolbar button drop-down, nor have I found where to specify ...
by jenn85
Mon Aug 31, 2020 1:09 pm
Forum: Web-based Outputs
Topic: Toolbar Button- Modifying width and Removing Dropdown
Replies: 7
Views: 2296

Toolbar Button- Modifying width and Removing Dropdown

My toolbar is very simple--just need "expand all" and "collapse all." I've looked through the help documentation but couldn't find the answer to two questions: How do I get rid of that long tooltip that opens when I hover over Expand (or Collapse) all? See attached image. I can't...
by jenn85
Fri Apr 10, 2020 8:00 am
Forum: Importing
Topic: Importing Items for Top Navigation (Global Project Linking)
Replies: 0
Views: 1328

Importing Items for Top Navigation (Global Project Linking)

I'm working on a project in which I want the top navigation menu to remain static. As far as I understand, the way to do that is import files from the parent project into the child project, and then set those files as the Master TOC. That has worked just fine, but now I'm having issues with the drop...