test with define(‘WP_DEBUG’, true);
]]>I have an external html page I would like to load using fancyboxify when a user click a link. I’m not an experienced coder with all this and have been going through forum after forum and have found no help. Would you be so kind as to help me out; it would be much appreciated…
thanks,
H
]]>Great simple plug-in – thanks!
Made a small tweak to the code so the grey “title” span element doesn’t show up if there is no title. The code modification in fancyboxify.php is:
Replace:
'titleFormat' : function(title, currentArray, currentIndex, currentOpts){
return '<span id="fancybox-title-over">' + (title.length ? ' ' + title : '') + '</span>';
},
With:
'titleFormat' : function(title, currentArray, currentIndex, currentOpts){
return (title.length ? '<span id="fancybox-title-over"> ' + title + '</span>': '');
},
]]>
whenever i close an image or click next image, the controls of the image disappear but other than that nothing changes. i have to reload the page in order to regain control. any idea?
]]>