I would like to open a page in Fancybox. The link is placed in a text widget in the sidebar but "rel=fancybox" does not work. Is there something I am missing here?
I would like to open a page in Fancybox. The link is placed in a text widget in the sidebar but "rel=fancybox" does not work. Is there something I am missing here?
Its also not working for me. This should be customizable from the plugin options only.
I am also not getting this to work. I tried adding a custom function under the "Extra Calls" tab like this:
jQuery(".openf").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
And then adding the class to links like this: <a class="openf"....
But clicking on the links has no effect. It is ignored.
Please show how to do this.....
I have already got it working. I used Easy Fancybox plugin then using FancyBox itself.
Please see the post.
http://wordpress.org/support/topic/close-button-not-working-in-easy-fancybox?replies=4
slimandslam, that was a solution. Thanks!
You must log in to post.