Some problems found and solved
-
Hello.
I found that some people experiencing some troubles to work with this plugin Version 3.0.13 and wordpress along with other themes and scripts.
There are some conflicts with the latest Jquery.One small bug I found in fancybox.php line 462 to 468. Is missing this:}.
Find the line jQuery(this).attr(‘title’,title);
and underneath replace lines 462 to 468 with:
})
}Another bug found in jquery.fancybox.js. Find the line:
g.get(0).style.removeAttribute(“filter”), e.get(0).style.removeAttribute(“filter”)and replace it with this line:
$(‘#fancybox-g’).css(‘filter’, 0), $(‘#fancybox-e’).css(‘filter’, 0)That’s all
Thank you.
- The topic ‘Some problems found and solved’ is closed to new replies.