Updated to latest version, but didn't work for me. When I clicked on an image it didn't pop up with the fancy effect but just linked to the image url.
I reversed back to version 1.0.2
Updated to latest version, but didn't work for me. When I clicked on an image it didn't pop up with the fancy effect but just linked to the image url.
I reversed back to version 1.0.2
Same here.. Safari tells me there's a syntax parsing error somewhere in this:
<script type="text/javascript">
jQuery(document).ready(function($){
var select = $('
a[href$=".bmp"],
a[href$=".gif"],
a[href$=".jpg"],
a[href$=".jpeg"],
a[href$=".png"],
a[href$=".BMP"],
a[href$=".GIF"],
a[href$=".JPG"],
a[href$=".JPEG"],
a[href$=".PNG"]
');
select.attr('rel', 'fancybox');
select.fancybox();
});
</script>Sorry! My fault! The plugin is fixed in latest version (1.0.5).
New version works for me. Also fixed problem with upper case file extensions.
Thank you very much Kevin!!
Thanks for the quick fix Kevin!
This topic has been closed to new replies.