Search found 35 matches

by joshua_cline
Tue Oct 08, 2019 6:11 am
Forum: Styles, Stylesheets and XML
Topic: Add search bar to left navigation panel
Replies: 2
Views: 1242

Add search bar to left navigation panel

Hi! Has anyone had success adding the search bar into the left navigation panel? I've had success adding it by using the following script and css: <script type="text/javascript"> $(document).ready(function(){ $('form.search').appendTo('div.sidenav-container'); }); </script> form.search { p...
by joshua_cline
Thu Sep 19, 2019 1:53 pm
Forum: Styles, Stylesheets and XML
Topic: Orientation
Replies: 2
Views: 1048

Re: Orientation

Thank you, Dave! I had no idea I could do that.
by joshua_cline
Wed Sep 18, 2019 8:12 am
Forum: Styles, Stylesheets and XML
Topic: Orientation
Replies: 2
Views: 1048

Orientation

Has anyone had success with @media (orientation: landscape) or @media (orientation: portrait) in Flare? I cannot get this to work. Is there a way to manipulate orientation for media queries in Flare without opening up the stylesheet in text editor?
by joshua_cline
Fri Jul 26, 2019 5:27 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119449

Re: Adding Feedback widget to topics

Nevermind. I figured it out.
by joshua_cline
Fri Jul 26, 2019 5:22 am
Forum: Flare's General Discussion
Topic: Adding Feedback widget to topics
Replies: 64
Views: 119449

Re: Adding Feedback widget to topics

I've added the HTML, javascript, and CSS from Dave's code, however, when I select Yes or No, nothing happens. What did I do wrong? Is there something else I need to add to make this work?

Thank you
by joshua_cline
Tue Jan 22, 2019 8:49 am
Forum: Flare's General Discussion
Topic: Wordpress to MadCap Conversion
Replies: 1
Views: 975

Wordpress to MadCap Conversion

Is anyone aware of any tools that can export Wordpress pages so that we can easily import these into MadCap? We are looking to convert our current help, which is housed on Wordpress, to MadCap.

Thank you
by joshua_cline
Thu Jan 10, 2019 9:33 am
Forum: Web-based Outputs
Topic: Flashing content
Replies: 0
Views: 609

Flashing content

I am new to working with Javascript and adding it to MadCap. I have added javascript to hide content under certain conditions, however, the hidden content flashes whenever I switch to a page. I found this, but it only works in Chrome. Does anyone have another way to stop the flashing content in all ...
by joshua_cline
Fri Nov 16, 2018 12:28 pm
Forum: Web-based Outputs
Topic: Menu Proxy Styling
Replies: 5
Views: 2680

Re: Menu Proxy Styling

Thank you, Dave. This is now working, although I have another problem. list-style-type: decimal works fine for the first level (say H1) but the other headings (H2, H3, etc) each start at "1" rather than what I want "1.1" or "1.2". How can I achieve this? For example: 1 ...
by joshua_cline
Tue Nov 13, 2018 11:39 am
Forum: Web-based Outputs
Topic: Logo in Left Navigation Panel
Replies: 6
Views: 2110

Re: Logo in Left Navigation Panel

Nevermind. I got it to work. Thank you!
by joshua_cline
Tue Nov 13, 2018 11:24 am
Forum: Web-based Outputs
Topic: Logo in Left Navigation Panel
Replies: 6
Views: 2110

Re: Logo in Left Navigation Panel

Thank you, but this did not work for me. Nothing appeared.
by joshua_cline
Thu Nov 08, 2018 8:48 am
Forum: Web-based Outputs
Topic: Logo in Left Navigation Panel
Replies: 6
Views: 2110

Re: Logo in Left Navigation Panel

Also, is there a way to get the search bar proxy into the left nav panel?
by joshua_cline
Thu Nov 08, 2018 7:10 am
Forum: Web-based Outputs
Topic: Logo in Left Navigation Panel
Replies: 6
Views: 2110

Logo in Left Navigation Panel

Hi All,

I'm trying to place a logo in the left navigation panel above the Side Navigation Menu without using the header. Any ideas how I can accomplish this? I want something similar to what Power Reviews has accomplished (got this from MadCap customer showcase).
by joshua_cline
Wed Oct 31, 2018 7:02 am
Forum: Web-based Outputs
Topic: Menu Proxy Styling
Replies: 5
Views: 2680

Re: Menu Proxy Styling

Thanks for the response, but that did not work. It only worked when I styled:
ul.menu, ul.menu ul, ul.menu li
{
list-style-type: decimal;
}

But this ends up adding decimals to the other menu proxies, which I do not want.
by joshua_cline
Tue Oct 30, 2018 11:01 am
Forum: Web-based Outputs
Topic: Menu Proxy Styling
Replies: 5
Views: 2680

Menu Proxy Styling

Hello. I am attempting to add an ordered list to a menu proxy. This menu is located inside of a topic and serves as a clickable TOC for the topic. See the screenshots below. How do I add an ordered list to this menu?
by joshua_cline
Tue Oct 09, 2018 6:51 am
Forum: Source Control
Topic: Flare - Gerrit - Git Problems
Replies: 3
Views: 3214

Re: Flare - Gerrit - Git Problems

Also, when you make a change in a topic (Project) and commit, then the objects and index update in the .git folder, but when you make a change to a topic and then ctrl-z (e.g., delete a period and add it back in), and try to commit, Flare does not recognize that change. And, therefore no commit. Any...
by joshua_cline
Tue Oct 09, 2018 6:36 am
Forum: Source Control
Topic: Flare - Gerrit - Git Problems
Replies: 3
Views: 3214

Flare - Gerrit - Git Problems

Has anyone successfully integrated Flare and Git when the company uses Gerrit Code Review as the UI for Git? We are new to Flare and want to use Git for our source control. Our company uses Gerrit Code Review as the UI for Git, and they have it set up so that developers cannot check in code without ...
by joshua_cline
Mon Aug 27, 2018 1:02 pm
Forum: Web-based Outputs
Topic: Javascript on custom toolbar (back-to-top) button
Replies: 12
Views: 5320

Re: Javascript on custom toolbar (back-to-top) button

That worked! Thank you so much :D
by joshua_cline
Fri Aug 24, 2018 6:32 am
Forum: Web-based Outputs
Topic: Javascript on custom toolbar (back-to-top) button
Replies: 12
Views: 5320

Re: Javascript on custom toolbar (back-to-top) button

Hi. I am new to flare and I am trying to add a back-to-top button. Can you offer a little more clarity on how you accomplished this? I've looked at other posts in the forum and nothing that I've tried seems to work. Thank you for any help you can offer.
by joshua_cline
Tue Aug 21, 2018 5:19 am
Forum: Web-based Outputs
Topic: Image as a link to a topic
Replies: 4
Views: 1931

Re: Image as a link to a topic

That is great! Thank you so much!
by joshua_cline
Mon Aug 20, 2018 1:16 pm
Forum: Web-based Outputs
Topic: Image as a link to a topic
Replies: 4
Views: 1931

Image as a link to a topic

Hi all. I am new to flare and CSS in general. I am trying to make an image on my home page link to another topic rather than the text below the image. How can I accomplish this? See the attachment. Thank you
by joshua_cline
Mon Aug 20, 2018 8:41 am
Forum: Web-based Outputs
Topic: Font size change in Side Nav
Replies: 0
Views: 569

Font size change in Side Nav

Hi. I am new to Flare and I am trying to figure out why the font size changes in the side Navigation Panel whenever I click on a specific topic. For example, if I click on a topic called "Example", the entire Navigation Panel changes font-size. However, it does not do this when I click on ...
by joshua_cline
Tue Jul 17, 2018 11:21 am
Forum: Styles, Stylesheets and XML
Topic: Cross-references not appearing
Replies: 8
Views: 3113

Re: Cross-references not appearing

Okay. Thank you for all your help.
by joshua_cline
Tue Jul 17, 2018 11:10 am
Forum: Styles, Stylesheets and XML
Topic: Cross-references not appearing
Replies: 8
Views: 3113

Re: Cross-references not appearing

Yea the second example is from the test.htm and the first is from Test Cross Reference.htm. I didn't make a copy and it is doing the same thing to other topics and cross-references in the project. Thanks for your help!
by joshua_cline
Tue Jul 17, 2018 7:41 am
Forum: Styles, Stylesheets and XML
Topic: Cross-references not appearing
Replies: 8
Views: 3113

Re: Cross-references not appearing

<?xml version="1.0" encoding="utf-8"?> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> <head> </head> <body> <h1>Test</h1> <p>Delete this text and replace it with your own content.</p> </body> </html>
by joshua_cline
Tue Jul 17, 2018 6:43 am
Forum: Styles, Stylesheets and XML
Topic: Cross-references not appearing
Replies: 8
Views: 3113

Re: Cross-references not appearing

Thank you for your response. It is still referring to the wrong title even after updating the cross-references. Here's what I have in the text editor: <?xml version="1.0" encoding="utf-8"?> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> <head> </...