moycs777 / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Captions constantly repeating with hover effect #325

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. adding: 
<script type="text/javascript">
            //Makes hover work instead of click on gallery
$('a.thumb').mouseenter(function(e)
{ 
    $(this).click();
});

$('a.thumb img').click(function(e)
{  e.stopImmediatePropagation();
}); 
</script>

To make it hover when mouse is over.

What is the expected output? What do you see instead?

What I am trying to achieve is to make captions also change
with hover without repeating.

What I see instead is a constant repetition of each caption after each
other when changing of image with the hover efect.

What version of the product are you using? On what operating system?

Gallerific 2.0

Any Help would be really appreciated
Thank you

Original issue reported on code.google.com by lferrer1...@gmail.com on 11 Jul 2013 at 5:17