Search found 8 matches

by PoojaTiwari
Fri Jan 24, 2020 6:04 am
Forum: Flare's General Discussion
Topic: JavaScript that is Responsive to Browser Window Size
Replies: 6
Views: 3649

Re: JavaScript that is Responsive to Browser Window Size

Hi Dave, I have checked your solution. its working fine in the content body area. I am trying something like this. $(window).scroll(function(){ if ($(this).scrollTop() > 50) { $('.title-bar.tab-bar').addClass('fixed'); } else { $('.title-bar.tab-bar').removeClass('fixed'); } }); But I am trying to a...
by PoojaTiwari
Fri Jan 24, 2020 5:43 am
Forum: Flare's General Discussion
Topic: IT'S BAAAACK: What's wrong with my fade in/out code?
Replies: 12
Views: 6503

Re: IT'S BAAAACK: What's wrong with my fade in/out code?

Hey, I am facing similar issue in my project. I want to add a class on .tab-bar for header on scroll. I am using Side Navigation Structure. the function is : $(window).scroll(function(){ if ($(this).scrollTop() > 50) { $('.title-bar.tab-bar').addClass('fixed'); } else { $('.title-bar.tab-bar').remov...
by PoojaTiwari
Sat Nov 23, 2019 11:17 am
Forum: Flare's General Discussion
Topic: Xref conflicts with heading tags
Replies: 2
Views: 1136

Re: Xref conflicts with heading tags

devjoe wrote:Try making a fake heading style, a p class with the formatting of your headings, to apply to those Content and Version headings, so the real body heading is the first one on the page.
Yes, I am using same method. But my client want fix this.
by PoojaTiwari
Fri Nov 22, 2019 12:21 pm
Forum: Flare's General Discussion
Topic: Xref conflicts with heading tags
Replies: 2
Views: 1136

Xref conflicts with heading tags

Hi, I am facing an issue in madcap to create cross reference. I have three column layout for inner masterpage. I have added bodyproxy in middle of container. I have placed menuproxy under a div that is just before body proxy container. In left side menu div I have added a version dropdown with headi...
by PoojaTiwari
Sun Nov 10, 2019 11:58 pm
Forum: Source Control
Topic: Madcap Connect for Zendesk issue in login
Replies: 1
Views: 2263

Re: Madcap Connect for Zendesk issue in login

this is fixed now. Its not plugin issue. This is happening due to firewall security settings.
by PoojaTiwari
Thu Nov 07, 2019 1:42 am
Forum: Flare's General Discussion
Topic: Accessibility issue of focusing icons in HTML5 Output.
Replies: 1
Views: 1076

Re: Accessibility issue of focusing icons in HTML5 Output.

Hi, I am not sure but try to figure out the issue. here is the things you need to check first. 1. Make sure Search icon is button or anchor link. 2. make sure toolbar button are not disabled. focus will work on clickable elements. for more info see this https://stackoverflow.com/questions/1599660/wh...
by PoojaTiwari
Thu Nov 07, 2019 1:37 am
Forum: Web-based Outputs
Topic: HTML5 output – "flicker" when including breadcrumbs
Replies: 4
Views: 1603

Re: HTML5 output – "flicker" when including breadcrumbs

Hi Fiona, I have checked the issue that you are facing on "help.dyalog.com". I guess you are using breadcrumb proxy in the topic file. So when the topics visited this generated again and show flicker. Try breadcrumbs proxy on the masterpage before body proxy. I hope flicker on page will fi...
by PoojaTiwari
Thu Nov 07, 2019 1:00 am
Forum: Source Control
Topic: Madcap Connect for Zendesk issue in login
Replies: 1
Views: 2263

Madcap Connect for Zendesk issue in login

Hi, I am trying to use madcap connect for zendesk plugin. I have flare licence for 2019 but I am using connect plugin on trial mode to check the requirements. I am facing below issues. Have any body aware about it or can share any solution? 1. I have download articles from zendesk as html files. Imp...