
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JQuery hover caption plugin.</title>
	<atom:link href="http://coryschires.com/jquery-hover-caption-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://coryschires.com/jquery-hover-caption-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:08:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3645</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Mon, 12 Dec 2011 18:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3645</guid>
		<description>@Rob

**Adding the scripts**
The JS scripts (step 1) go in the &lt;head&gt; element on your page. You need to include those before (i.e. above) invoking the script (step 2). 

**Invoking the plugin**
Call the plugin in your &lt;head&gt; element as well. Make sure the function call is inside a document ready block (like in step 2 above). Also make sure to change the selector (i.e. &#039;img&#039; in the example above) to whatever hook makes sense for your site.

**Add the CSS**
Should be easy. Just make sure it&#039;s in there somewhere.

**Adding Custom Captions**
Just add a normal &quot;title&quot; attribute to your image. The plugin will do there rest. Use CSS to style as needed.

Hope this helps,
Cory</description>
		<content:encoded><![CDATA[<p>@Rob</p>
<p>**Adding the scripts**<br />
The JS scripts (step 1) go in the <head> element on your page. You need to include those before (i.e. above) invoking the script (step 2). </p>
<p>**Invoking the plugin**<br />
Call the plugin in your </head><head> element as well. Make sure the function call is inside a document ready block (like in step 2 above). Also make sure to change the selector (i.e. &#8216;img&#8217; in the example above) to whatever hook makes sense for your site.</p>
<p>**Add the CSS**<br />
Should be easy. Just make sure it&#8217;s in there somewhere.</p>
<p>**Adding Custom Captions**<br />
Just add a normal &#8220;title&#8221; attribute to your image. The plugin will do there rest. Use CSS to style as needed.</p>
<p>Hope this helps,<br />
Cory</head></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3644</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 12 Dec 2011 14:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3644</guid>
		<description>Hi Cory.

Thanks for this article.

I&#039;m busy trying to add captions to the images on this page of a wordpress site:

http://onedogchicken.com/productions/

I can&#039;t precisely make sense of where to paste your code.

Essentially I need to pull up the title attributes to create captions on hover.

Any help/suggestions would be greatly appreciated!

Rob.</description>
		<content:encoded><![CDATA[<p>Hi Cory.</p>
<p>Thanks for this article.</p>
<p>I&#8217;m busy trying to add captions to the images on this page of a wordpress site:</p>
<p><a href="http://onedogchicken.com/productions/" rel="nofollow">http://onedogchicken.com/productions/</a></p>
<p>I can&#8217;t precisely make sense of where to paste your code.</p>
<p>Essentially I need to pull up the title attributes to create captions on hover.</p>
<p>Any help/suggestions would be greatly appreciated!</p>
<p>Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3251</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Tue, 16 Aug 2011 14:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3251</guid>
		<description>@Romy

Here&#039;s the steps in more detail.

1. Add an image somewhere inside your `body` element using a ordinary `img` tag

2. In `header.php`, add the javascripts listed in step 1 from the article. Keep in mind that the jQuery library must be listed first, above any other scripts. That&#039;s because the other scripts rely on jQuery and the page is evaluated from top to bottom. I haven&#039;t done WP development in a while, but I think they could go pretty much anywhere inside header.php. Try moving them around and refreshing the page if you have problems. Also make sure the paths to each script are correct. You can ensure that the scripts are properly loaded by checking the DOM in firebug.

3. Invoke the plugin by adding the snippet from step 2 of the article. This also goes in header.php. Make sure it&#039;s below all the other scripts.

4. Add the CSS. This should be easy.

5. Reload the page and it should work.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Romy</p>
<p>Here&#8217;s the steps in more detail.</p>
<p>1. Add an image somewhere inside your `body` element using a ordinary `img` tag</p>
<p>2. In `header.php`, add the javascripts listed in step 1 from the article. Keep in mind that the jQuery library must be listed first, above any other scripts. That&#8217;s because the other scripts rely on jQuery and the page is evaluated from top to bottom. I haven&#8217;t done WP development in a while, but I think they could go pretty much anywhere inside header.php. Try moving them around and refreshing the page if you have problems. Also make sure the paths to each script are correct. You can ensure that the scripts are properly loaded by checking the DOM in firebug.</p>
<p>3. Invoke the plugin by adding the snippet from step 2 of the article. This also goes in header.php. Make sure it&#8217;s below all the other scripts.</p>
<p>4. Add the CSS. This should be easy.</p>
<p>5. Reload the page and it should work.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romy</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3250</link>
		<dc:creator>Romy</dc:creator>
		<pubDate>Tue, 16 Aug 2011 07:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3250</guid>
		<description>Hi Cory,
Thanks for this! As a total newcomer to WordPress, I need some clarification, please. In your first steps, it seems you need to drop text #1 into anywhere in header.php. Where do texts 2-4 go? I&#039;m not sure what an image&#039;s plugin function is. Thanks!
Romy</description>
		<content:encoded><![CDATA[<p>Hi Cory,<br />
Thanks for this! As a total newcomer to WordPress, I need some clarification, please. In your first steps, it seems you need to drop text #1 into anywhere in header.php. Where do texts 2-4 go? I&#8217;m not sure what an image&#8217;s plugin function is. Thanks!<br />
Romy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3224</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3224</guid>
		<description>@greg

You can add it to WordPress the same as you would any other jQuery plugin. You&#039;ll need to follow the steps above, making sure to include the necessary scripts in header.php. Then add the markup to one of your templates.

If you need some help, send me an email directly. This is a WP blog and I&#039;m using it on my portfolio page and, as I recall, there was no special WP integration necessary.</description>
		<content:encoded><![CDATA[<p>@greg</p>
<p>You can add it to WordPress the same as you would any other jQuery plugin. You&#8217;ll need to follow the steps above, making sure to include the necessary scripts in header.php. Then add the markup to one of your templates.</p>
<p>If you need some help, send me an email directly. This is a WP blog and I&#8217;m using it on my portfolio page and, as I recall, there was no special WP integration necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3219</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 27 Jul 2011 17:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3219</guid>
		<description>As someone who doesn&#039;t know a lot of coding AT ALL ... I work with WordPress

How can these be added to WP? I&#039;d like to use for the &quot;clients&quot; section to provide more info when you rollover a logo.</description>
		<content:encoded><![CDATA[<p>As someone who doesn&#8217;t know a lot of coding AT ALL &#8230; I work with WordPress</p>
<p>How can these be added to WP? I&#8217;d like to use for the &#8220;clients&#8221; section to provide more info when you rollover a logo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlito</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3189</link>
		<dc:creator>karlito</dc:creator>
		<pubDate>Fri, 15 Jul 2011 17:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3189</guid>
		<description>Great stuff Cory! Beautiful script. Thank you very much. Keep up the awesome work.</description>
		<content:encoded><![CDATA[<p>Great stuff Cory! Beautiful script. Thank you very much. Keep up the awesome work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3188</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Fri, 15 Jul 2011 17:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3188</guid>
		<description>@karlito

You can do that with CSS. Float the images left to create a columns just like you would with any other layout. If it helps. You can see something similar on my own portfolio page.</description>
		<content:encoded><![CDATA[<p>@karlito</p>
<p>You can do that with CSS. Float the images left to create a columns just like you would with any other layout. If it helps. You can see something similar on my own portfolio page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karlito</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-3187</link>
		<dc:creator>Karlito</dc:creator>
		<pubDate>Fri, 15 Jul 2011 17:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-3187</guid>
		<description>What if you want to arrange the pictures horizontally, one besides the other?</description>
		<content:encoded><![CDATA[<p>What if you want to arrange the pictures horizontally, one besides the other?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-463</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 14 Sep 2010 21:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-463</guid>
		<description>Cory - maybe i&#039;m missing the obvious. is there anyway to add, say, a &quot;description&quot; to the caption? The example that comes to mind would work like this:

Title of image (bold)
Description of image (not-bold, different font if needed)
--

I&#039;m using thumbnails to show/hide the title of each - adding a short description would be 
really beneficial... if possible.

Thanks dude.
Mike</description>
		<content:encoded><![CDATA[<p>Cory &#8211; maybe i&#8217;m missing the obvious. is there anyway to add, say, a &#8220;description&#8221; to the caption? The example that comes to mind would work like this:</p>
<p>Title of image (bold)<br />
Description of image (not-bold, different font if needed)<br />
&#8211;</p>
<p>I&#8217;m using thumbnails to show/hide the title of each &#8211; adding a short description would be<br />
really beneficial&#8230; if possible.</p>
<p>Thanks dude.<br />
Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

