Hi there, I just wondered if there was a way of limiting this plugin to work only on posts with a certain category? Perhaps inserting the following somewhere within the code?
if (in_category( 'press' )
I am using a modified child theme to WooThemes Saving Grace. I am having issues with the loading of the lightbox. Strange things seam to happen. Possibly a javascipt conflict? Any help would be greatly appreciated
]]>Hi,
I’m running into a problem where this plugin works perfect in a single-post view, but doesn’t kick in when there’s a page with a list of posts; found here: https://www.ohmaygod.com
Any tweaks I need to make?
Thanks in advance!
]]>What is the method used to create a gallery with this plugin?
Is there a simple call that does it?
Norm
]]>after i activated the plugin the settings page link in the dashboard sidebar is not appearing
]]>fancybox is now hosted at https://fancybox.net/ and as of now the current release is 1.3.4
numerous things have changed within it, and it is a strongly needed upgrade for this plugin’s internals
I’ve done such myself here (because I needed said functionality) and it does work, with some tweaking.
]]>I’ve made an inline content box, but when I add options like ‘scrolling: ‘yes’, etc.. it won’t work the options are being ignored any help?
]]>Great plugin. Works really well and easy to implement.
One small issue I had was caused by a CSS rule that set the div overflow property to hidden. (This is part of a resetting CSS file to help with cross-browser compatibility.)
To fix it, I added the following CSS to my theme’s stylesheet:
#fancy_outer div {
overflow: visible !important;
}
]]>