gleroy1
Forum Replies Created
-
Forum: Plugins
In reply to: Fancybox iFrame: content not scaling to frame sizeanyone?
Forum: Fixing WordPress
In reply to: Can't get simple jQuery workingI spent days trying to do implement this on my own and was never successful. I was shocked when I installed the Fancybox for WordPress plugin and I was up running in few minutes. Jose is a genius.
Forum: Plugins
In reply to: [Plugin: FancyBox for WordPress] Disable Fancybox on certain pagesOne way to get around this (sorry if this isn’t exactly what you’re looking for) is to just make all images on a given web page ‘unlinkable’.
In other words if you remove the anchor/hyperlink tags from around the images, those images won’t be affected by the fancy box code.
Example:
For all images on a given web page, just change something like this..
< a > href=”http://www.geraldleroy.com/wp-content/uploads/2010/10/movie-depot-lg.jpg” > < img src=”http://www.geraldleroy.com/wp-content/uploads/2010/10/movie-depot-sm.jpg” alt=”” title=”movie-depot-lg” width=”300″ height=”180″ class=”aligncenter size-medium wp-image-185″ / > < / a >
to this..
< img src=”http://www.geraldleroy.com/wp-content/uploads/2010/10/movie-depot-sm.jpg” alt=”” title=”movie-depot-lg” width=”300″ height=”180″ class=”aligncenter size-medium wp-image-185″ / >
Forum: Themes and Templates
In reply to: FancyBox IframeNot sure if this will help your or not. Please try this. I ran into this problem and was able to get the iframe feature to work by changing this…
<a class=”iframe”
to this…
<a class=”iframe fancybox”
Please let me know if this works for you.
Forum: Plugins
In reply to: [Link Library] [Plugin: Link Library] Upgrade to 4.2.8I’m not able to get my iframe image to scale down to the size of the frame window.
Specifically I’m trying to get the bottom-most image to open an iframe.
Inside the frame a website is being pulled in – but it’s not scaling down to the size of the window:
http://www.geraldleroy.com/portfolioCan someone help point me in the right direction?
I’m kind of new at this.
thanks!
Gerald