Search found 5 matches

by ogaleswapnil
Wed Sep 09, 2020 4:57 am
Forum: Flare's General Discussion
Topic: Hover maps not working with Flare 2018 r2
Replies: 10
Views: 4034

Re: Hover maps not working with Flare 2018 r2 - SOLVED (sort

I found a workaround that restored my hover map functionality. As someone speculated, the issue is the 3.0.0 update of jQuery. To get around this, I forced my affected master pages to look at version 2.1.2 instead, and then I rebuilt my project. To do so, add this line to your masterpage(s): <scrip...
by ogaleswapnil
Thu Aug 10, 2017 12:24 am
Forum: Source Control
Topic: How do I change my SVN credentials?
Replies: 5
Views: 3983

Re: How do I change my SVN credentials?

This was posted by another user via the Write the Docs slack, maybe it could be helpful for SVN too. Looks like SCM info is stored in the ` <CatapultProject> ` tag in the `.flprj` file itself. Git shows up for me here: Flare with Source Control enabled: <?xml version="1.0" encoding="u...
by ogaleswapnil
Sun Jan 08, 2017 4:28 am
Forum: Flare's General Discussion
Topic: Stop using archaic image maps and start using hover maps!
Replies: 8
Views: 5555

Re: Stop using archaic image maps and start using hover maps

This is brilliant Mike. This just saved me so much time trying to get an image map hyperlink to text within popup. Flare does not allow pointing to snippets directly (for obvious reasons), but your hover maps solution worked a treat. Thanks for posting this.
by ogaleswapnil
Wed Dec 09, 2015 12:52 pm
Forum: Web-based Outputs
Topic: Mouse over changes colour of text
Replies: 6
Views: 2952

Re: Mouse over changes colour of text

Thanks all. The following solution has worked for now, but I will be keeping an eye on Madcap's and Google's resolution to the issue.
nielsf wrote:Thanks for the solution. Adding
CODE: SELECT ALL
@namespace MadCap url('localhost');
by ogaleswapnil
Fri Dec 04, 2015 10:29 am
Forum: Web-based Outputs
Topic: Mouse over changes colour of text
Replies: 6
Views: 2952

Mouse over changes colour of text

I've been publishing an HTML5 output successfully last few months to a client's server without any issues. The output should look exactly the same across the 3 browsers - IE, Chrome and Firefox. In the latest build, the output is behaving erratically in Chrome. When I hover my mouse over the text, i...