Search found 6 matches

by andrewb
Tue Jan 09, 2024 5:33 pm
Forum: Flare's General Discussion
Topic: Image optimisation software (batch) recommendations?
Replies: 11
Views: 1688

Re: Image optimisation software (batch) recommendations?

My team uses a great tool for PNG files called PNGGauntlet (https://pnggauntlet.com/). It handles batch optimization really well. It will also convert other formats to PNG.
by andrewb
Mon Nov 25, 2019 5:18 am
Forum: Web-based Outputs
Topic: Popup doesn't pop up
Replies: 2
Views: 1432

Re: Popup doesn't pop up

I've detailed a workaround (riffing on some other people's work) at https://forums.madcapsoftware.com/viewtopic.php?f=9&t=20925#p125228 . It involves adding some JavaScript and replacing target="_popup" on the <a> tag with a MadCap class: <a href="../p_subfolder/ref_Topic.htm"...
by andrewb
Mon Aug 19, 2019 3:50 pm
Forum: Flare's General Discussion
Topic: HubSpot
Replies: 1
Views: 5344

Re: HubSpot

Though what you have included is perfectly valid, Flare likes attributes to use the following format:

Code: Select all

async="" defer=""
by andrewb
Wed Jul 10, 2019 10:24 pm
Forum: Styles, Stylesheets and XML
Topic: FontAwesome Icons for Next and Previous Topic Buttons
Replies: 3
Views: 1874

Re: FontAwesome Icons for Next and Previous Topic Buttons

I actually got this working without having to resort to the snippet. I had to make the change because I wanted to move the links to my FontAwesome and LineAwesome stylesheets to my master page so the styles didn't clog up my Styles Pane (as per https://forums.madcapsoftware.com/viewtopic.php?f=6&...
by andrewb
Tue Jun 25, 2019 2:54 pm
Forum: Styles, Stylesheets and XML
Topic: FontAwesome Icons for Next and Previous Topic Buttons
Replies: 3
Views: 1874

Re: FontAwesome Icons for Next and Previous Topic Buttons

I created my own toolbar that I added to a snippet. This snippet is then added to my master page. I'm sure it is possible to use a topic toolbar skin and CSS to do the same, but this seemed like a lot less hassle. Here is the code for the snippet: <?xml version="1.0" encoding="utf-8&q...
by andrewb
Tue Feb 07, 2017 4:46 pm
Forum: Web-based Outputs
Topic: Topic pop-ups and the TopNav skin
Replies: 14
Views: 30093

Re: Topic pop-ups and the TopNav skin

I've found a way to get pop-ups working in a TopNav output using a small Javascript file referenced in the TopNav skin's master page, a variation on jsandora's CSS, and BedfordWriter's <a> tag update. The script works by checking to see if the page is the parent, and if not applies a class to the <b...