Having the same issue.
Plugin version 3.0.1
Wordpress version 3.3
site: http://www.paulsammut.com
Hi all I could get more info, when I got to “console” in chrome debug I could see this error message
Uncaught SyntaxError: Unexpected token ,
When I double click in the error it directs me to the line in bold in the code below.
jQuery(“a.fancybox”).fancybox({
‘cyclic’: false,
‘autoScale’: false,
‘padding’: 0,
‘opacity’: false,
‘speedIn’: 0,
‘speedOut’: 0,
‘changeSpeed’: 0,
‘overlayShow’: false,
‘overlayOpacity’: “0.1”,
‘overlayColor’: “”,
‘titleShow’: true,
‘titlePosition’: ‘inside’,
‘enableEscapeButton’: false,
‘showCloseButton’: true,
‘showNavArrows’: true,
‘hideOnOverlayClick’: false,
‘hideOnContentClick’: false,
‘width’: ,
‘height’: ,
‘transitionIn’: “fade”,
‘transitionOut’: “fade”,
‘centerOnScroll’: false
});
Anyone has any idea? I hope it helps …
Hi,
Please reset settings in the options page or make sure there are no empty options. That should fix the problem.
I’m trying to find what is causing this bug on fresh installs but i haven’t yet.
I reset the options and now it’s working. I couldn’t find what was empty.
Thanks! =)
Yup works for me too! Thanks!
Resetting the settings activated Fancybox again, but didnt disable the built-in viewer, so now i have both viewer launching at once when clicking a picture. Any ideas?
All caches have been reset several times.
MuhCow,
If you use another lightbox of popup script you should disable it so that you don’t get both of them at the same time.
Some themes include this by default, hopefully with and option in their settings page to disable it.