Search found 58 matches

by Jbleasdale
Tue May 21, 2019 6:54 am
Forum: Styles, Stylesheets and XML
Topic: Span tags in menu proxies
Replies: 17
Views: 7602

Re: Span tags in menu proxies

Sometimes you do not need to use the XML file to do this kind of thing. If you know the CSS selector (that can be found using the developer tools in the browser), then you can add that to your mainstyles.css or homestyes.css stylesheets which should override whatever has been specified in the skin. ...
by Jbleasdale
Wed Dec 19, 2018 4:21 am
Forum: Styles, Stylesheets and XML
Topic: How to make top-nav-sub-menu display horizontally
Replies: 2
Views: 1410

Re: How to make top-nav-sub-menu display horizontally

Can you post some images of the design or what you have seen previously?

That would help us elaborate further as to the possibilities.
by Jbleasdale
Thu Nov 08, 2018 5:01 am
Forum: Styles, Stylesheets and XML
Topic: Invalid line-height: inherit error
Replies: 9
Views: 4323

Re: Invalid line-height: inherit error

I had this particular issue in my project. In terms of the font awesome side of things, I just commented out the line-height declaration as we were not using it anyway. At the time (and since) I reported it to Madcap. It's valid CSS, so Flare should not complain about it. I never actually got a repl...
by Jbleasdale
Fri Oct 19, 2018 7:17 am
Forum: Styles, Stylesheets and XML
Topic: It's almost 2019, why is nth-of-type not supported?
Replies: 3
Views: 1508

Re: It's almost 2019, why is nth-of-type not supported?

Why? Because their CSS parser is really outdated, that's why.

I was visiting the Madcap team last week and gave them a long list of notes, and this was mentioned multiple times. So I suggest you open your own feature request too. The more people ask, the more likely they will do it. :madcap:
by Jbleasdale
Tue Oct 16, 2018 6:20 am
Forum: Web-based Outputs
Topic: Separator in top navigation menu bar
Replies: 2
Views: 1271

Re: Separator in top navigation menu bar

There's a couple of things you could do here. I have been playing around with skin modifications for a while now, after seeing some cool examples from Flare experts i've had working on my project, it spurred me to mess around more myself. A while back, I had some icons in my top nav menu which have ...
by Jbleasdale
Fri Oct 05, 2018 1:40 am
Forum: Flare's General Discussion
Topic: What are the rules/restrictions when creating drop-downs?
Replies: 3
Views: 1385

Re: What are the rules/restrictions when creating drop-downs

I've seen the same thing, I put it down to the XML window loosing focus and not regaining it correctly when you click in it again. This happens commonly when you work in the XML editor and text editor side by side. But it's probably a combination of other things too. Dave is also right... wind direc...
by Jbleasdale
Wed Sep 26, 2018 7:12 am
Forum: Web-based Outputs
Topic: HTML5 TopNav - help with menu hover color
Replies: 2
Views: 1075

Re: HTML5 TopNav - help with menu hover color

That little carat comes from this bit of CSS. ul.navigation > li.has-children:after { content: ' '; display: block; position: absolute; height: 0; width: 0; border: 8px solid transparent; bottom: 0; left: 50%; margin-left: -8px; border-bottom-color: yellow; } If you want to override it's properties,...
by Jbleasdale
Thu May 24, 2018 2:47 am
Forum: Web-based Outputs
Topic: Home page design inspiration
Replies: 6
Views: 2356

Re: Home page design inspiration

I've found that working closely with the marketing department on this kind of thing much more beneficial than trying to 'guess' what people want. Ours has a massive stock library of images to use for things like this, as well as a marketing manager who loves designing things - so I enjoy working wit...
by Jbleasdale
Mon May 21, 2018 9:40 am
Forum: Web-based Outputs
Topic: How do I mark a top nav menu item as new? Flare v12.0.5991
Replies: 6
Views: 2668

Re: How do I mark a top nav menu item as new? Flare v12.0.59

Even though the mark as new is not supported in Top Nav, you could just make your own style to apply to the menu item.

See my post here.
by Jbleasdale
Mon Apr 30, 2018 8:24 am
Forum: Flare's General Discussion
Topic: On-leave event (delay) for top nav menu items?
Replies: 3
Views: 1414

Re: On-leave event (delay) for top nav menu items?

I think anything you build will conflict with Madcaps own script as that controls the hover events for the Top Nav menu items. However, could be worth giving it a go in Javascript or Jquery. I was prototyping something recently that did something similar but it was a custom item I was controlling ba...
by Jbleasdale
Fri Jan 12, 2018 5:56 am
Forum: Flare's General Discussion
Topic: Creating an in-house Flare User Group
Replies: 3
Views: 1385

Re: Creating an in-house Flare User Group

You probably want to schedule a day or two of in house Training that you host as the expert. Introduce everyone to the structure and show them how to do all the common tasks they are used to doing. Explain everything project specific and everything Flare specific that will be a new workflow for them...
by Jbleasdale
Wed Dec 13, 2017 3:29 am
Forum: Flare's General Discussion
Topic: Top Nav Home Page DIVs
Replies: 2
Views: 1432

Re: Top Nav Home Page DIVs

Not specifically the home page ones.. but I think Scott DeLoach's webinar was pretty amazing for an introduction to working with the responsive layout tools. It certainly got me going in the right direction!

https://www.madcapsoftware.com/webinars ... l5-design/
by Jbleasdale
Thu Nov 16, 2017 6:33 pm
Forum: Web-based Outputs
Topic: Way to add a border to the top nav menu when displayed
Replies: 2
Views: 1191

Re: Way to add a border to the top nav menu when displayed

ul.sub-menu is the selector for all of those sub menus. You can put that in your stylesheet and use the usual border styles.
by Jbleasdale
Tue Nov 14, 2017 10:10 am
Forum: Styles, Stylesheets and XML
Topic: Unwanted change to top nav after editing styles
Replies: 5
Views: 2279

Re: Unwanted change to top nav after editing styles

The body sounds like it could be the culprit. Can you post the code so we can see?
by Jbleasdale
Tue Nov 14, 2017 10:07 am
Forum: Web-based Outputs
Topic: Third-party search engines
Replies: 7
Views: 5126

Re: Third-party search engines

Thanks for the info. I've also discovered that Google search won't let you remove ads (for commercial use) and there's a limit to the number of searches per month, which makes it incompatible with our requirements. Be interested to hear your findings with the third-party searches. Will they integra...
by Jbleasdale
Tue Nov 14, 2017 6:29 am
Forum: Styles, Stylesheets and XML
Topic: Unwanted change to top nav after editing styles
Replies: 5
Views: 2279

Re: Unwanted change to top nav after editing styles

There's a few divs that make up that nav bar after the compile, and if you didn't touch the skin - its possible you altered the style for one of those (maybe you had pre-existing CSS styling part of one of them?)

Can you provide a list of the styles you changed so we can see how they may relate?
by Jbleasdale
Tue Nov 14, 2017 6:24 am
Forum: Web-based Outputs
Topic: Third-party search engines
Replies: 7
Views: 5126

Re: Third-party search engines

Funny this should come up. I have a call with Cludo tomorrow about potentially implementing them in our Flare project. There no reason a third party solution couldn't work, I think a lot of people just don't bother looking into it. https://www.cludo.com/en/ I was also pointed towards Coveo, but that...
by Jbleasdale
Sun Nov 12, 2017 1:14 pm
Forum: Web-based Outputs
Topic: Change color of selected topnav menu item
Replies: 7
Views: 3048

Re: Change color of selected topnav menu item

I've been exploring some similar things for a future project. If you are talking about the top nav menu items, the best thing to do is use jquery to search for elements that have attributes instead of IDs (as you can't add ID's from Flare). Each Top Nav item has an mc-data-id which is totally unique...
by Jbleasdale
Mon Oct 23, 2017 10:12 am
Forum: Web-based Outputs
Topic: Tablet and mobile formatting
Replies: 2
Views: 1253

Re: Tablet and mobile formatting

Ahhh tables... :roll: I have had similar issues. My main way of dealing with the few tables that have yet to be eradicated from my topics are carefully making sure the column sizes are set to responsive values like percent rather than fixed values like pixels. That helps greatly. I found it best to ...
by Jbleasdale
Fri Oct 20, 2017 3:48 am
Forum: Flare's General Discussion
Topic: Guidelines for replacing a help system
Replies: 7
Views: 2490

Re: Guidelines for replacing a help system

I went through this recently. We did a total company website redesign at the same time as well. The marketing team set up a lot of static re-directs to keep as many of the links alive as possible. But forwarding the links from the old system to the new Flare site was not doable as the old system did...
by Jbleasdale
Fri Oct 13, 2017 6:35 am
Forum: Flare's General Discussion
Topic: Format menu items based on conditions
Replies: 15
Views: 6615

Re: Format menu items based on conditions

Glad to hear its working (kind of).

The book I was referring to was the TOC book (a collection of topics). Not the whole project.

The styling issue is likely because there is some CSS that overrides the TOC style when the item is selected. The dev tools should tell you that.
by Jbleasdale
Fri Oct 13, 2017 3:57 am
Forum: Flare's General Discussion
Topic: Format menu items based on conditions
Replies: 15
Views: 6615

Re: Format menu items based on conditions

Yes I am.

I remember adding the styles was easy, but I did take a little bit of time to get them to apply properly.

Looking at your code, I think you are trying to add the style to a whole book, whereas mine is an individual topic in the TOC... Thats the only difference I can think of.
by Jbleasdale
Fri Oct 13, 2017 3:41 am
Forum: Flare's General Discussion
Topic: Format menu items based on conditions
Replies: 15
Views: 6615

Re: Format menu items based on conditions

Did you apply the styleclass to the TOC item in Flare?
by Jbleasdale
Thu Oct 05, 2017 7:57 am
Forum: Flare's General Discussion
Topic: TOC - Page Title
Replies: 3
Views: 1633

Re: TOC - Page Title

Mine comes from Print Only Topics > TOC.htm

In that file is a P style that says 'Contents' (with a p.TOCHeading styleclass) and then the TOC Proxy below that. I think mine originally said TOC but I changed it to Contents.
by Jbleasdale
Wed Oct 04, 2017 2:27 am
Forum: Flare's General Discussion
Topic: How to publish "new and changed" pages list?
Replies: 2
Views: 1435

Re: How to publish "new and changed" pages list?

Flare does have a 'Mark as new' feature. But you can only use it fully in TriPane I think (I stand to be corrected). I've done something similar, I have denoted some beta features in our TOC and they get a special Beta style header including in the Top Nav menus. Its not totally automated, but it wo...