<?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 for Bressler&#039;s Bytes</title>
	<atom:link href="http://www.scottbressler.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottbressler.com/blog</link>
	<description>Showcasing my life</description>
	<lastBuildDate>Mon, 07 Nov 2011 09:00:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
	<item>
		<title>Comment on Media Credit by Scott Bressler</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3979</link>
		<dc:creator>Scott Bressler</dc:creator>
		<pubDate>Mon, 07 Nov 2011 09:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3979</guid>
		<description>There are issues with using the &quot;Visual&quot; editor in WordPress 3.2 and up, so that&#039;s likely why you have the &quot;mceTemp&quot; div. Try using the HTML editor.

I&#039;d recommend you put the navy background on something that surrounds both the media credit and the caption to ensure that there are no gray bars in between. If you can&#039;t find anything to target with your CSS, you can surround the images yourself by filtering the_content in your functions.php file, though beware of any performance degradation.</description>
		<content:encoded><![CDATA[<p>There are issues with using the &#8220;Visual&#8221; editor in WordPress 3.2 and up, so that&#8217;s likely why you have the &#8220;mceTemp&#8221; div. Try using the HTML editor.</p>
<p>I&#8217;d recommend you put the navy background on something that surrounds both the media credit and the caption to ensure that there are no gray bars in between. If you can&#8217;t find anything to target with your CSS, you can surround the images yourself by filtering the_content in your functions.php file, though beware of any performance degradation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Media Credit by Tery</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3874</link>
		<dc:creator>Tery</dc:creator>
		<pubDate>Sat, 29 Oct 2011 02:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3874</guid>
		<description>I tried changing the top margin in alignright to 0px. That&#039;s not fixing the problem. Also, the reason I specified .wp-caption-dt is that that&#039;s the class associated with the dt. I thought the class would override the standard dt declaration, though I could be wrong about that. My CSS abilities are okay but not stellar.</description>
		<content:encoded><![CDATA[<p>I tried changing the top margin in alignright to 0px. That&#8217;s not fixing the problem. Also, the reason I specified .wp-caption-dt is that that&#8217;s the class associated with the dt. I thought the class would override the standard dt declaration, though I could be wrong about that. My CSS abilities are okay but not stellar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Media Credit by Tery</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3873</link>
		<dc:creator>Tery</dc:creator>
		<pubDate>Sat, 29 Oct 2011 02:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3873</guid>
		<description>Thanks, Scott. The reason I thought the definition list code was coming from media-credit is that I have two images on that page -- one with media-credit and one without. The one with media credit looks like this:
&lt;div class=&quot;mceTemp&quot;&gt;&lt;div class=&quot;media-credit-container alignright&quot; style=&quot;width: 310px&quot;&gt;&lt;a href=&quot;http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/rb-brandon-wright-breaks-the-tackle-of-34-joeseph-ross-2/&quot; rel=&quot;attachment wp-att-2469&quot;&gt;&lt;img class=&quot;size-medium wp-image-2469&quot; title=&quot;Rb Brandon Wright breaks the tackle of 34 Joeseph Ross.&quot; src=&quot;http://www.whetstone.wesley.edu/wp-content/uploads/2011/10/IMG_45331-300x200.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;media-credit&quot;&gt;The Whetstone/ Cochise Lucas&lt;/span&gt;&lt;/div&gt;&lt;dl id=&quot;attachment_2469&quot; class=&quot;wp-caption alignright&quot; style=&quot;width: 310px;&quot;&gt;&lt;dt class=&quot;wp-caption-dt&quot;&gt;&lt;/dt&gt;&lt;dd class=&quot;wp-caption-dd&quot;&gt;Rb Brandon Wright breaks the tackle of 34 Joeseph Ross.&lt;/dd&gt;&lt;/dl&gt;&lt;/div&gt;

while the one without media-credit looks like this:
&lt;div id=&quot;attachment_2463&quot; class=&quot;wp-caption alignleft&quot; style=&quot;width: 210px&quot;&gt;&lt;a href=&quot;http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/img_4756-2/&quot; rel=&quot;attachment wp-att-2463&quot;&gt;&lt;img class=&quot;size-medium wp-image-2463&quot; title=&quot;IMG_4756&quot; src=&quot;http://www.whetstone.wesley.edu/wp-content/uploads/2011/10/IMG_47561-200x300.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;The Whetstone/ Cochise Lucas&lt;/p&gt;&lt;/div&gt;

I&#039;ll try changing the values for the alignright class, but I&#039;m afraid that will affect too many other places on the site. If that doesn&#039;t work, is the solution then to find the caption processing in Wordpress and add a third class, after alignright, to override that top margin?</description>
		<content:encoded><![CDATA[<p>Thanks, Scott. The reason I thought the definition list code was coming from media-credit is that I have two images on that page &#8212; one with media-credit and one without. The one with media credit looks like this:<br />
&lt;div class=&quot;mceTemp&quot;&gt;&lt;div class=&quot;media-credit-container alignright&quot; style=&quot;width: 310px&quot;&gt;&lt;a href=&quot;<a href="http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/rb-brandon-wright-breaks-the-tackle-of-34-joeseph-ross-2/&#038;quot" rel="nofollow">http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/rb-brandon-wright-breaks-the-tackle-of-34-joeseph-ross-2/&#038;quot</a>; rel=&quot;attachment wp-att-2469&quot;&gt;&lt;img class=&quot;size-medium wp-image-2469&quot; title=&quot;Rb Brandon Wright breaks the tackle of 34 Joeseph Ross.&quot; src=&quot;<a href="http://www.whetstone.wesley.edu/wp-content/uploads/2011/10/IMG_45331-300x200.jpg&#038;quot" rel="nofollow">http://www.whetstone.wesley.edu/wp-content/uploads/2011/10/IMG_45331-300&#215;200.jpg&#038;quot</a>; alt=&quot;&quot; width=&quot;300&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;media-credit&quot;&gt;The Whetstone/ Cochise Lucas&lt;/span&gt;&lt;/div&gt;&lt;dl id=&quot;attachment_2469&quot; class=&quot;wp-caption alignright&quot; style=&quot;width: 310px;&quot;&gt;&lt;dt class=&quot;wp-caption-dt&quot;&gt;&lt;/dt&gt;&lt;dd class=&quot;wp-caption-dd&quot;&gt;Rb Brandon Wright breaks the tackle of 34 Joeseph Ross.&lt;/dd&gt;&lt;/dl&gt;&lt;/div&gt;</p>
<p>while the one without media-credit looks like this:<br />
&lt;div id=&quot;attachment_2463&quot; class=&quot;wp-caption alignleft&quot; style=&quot;width: 210px&quot;&gt;&lt;a href=&quot;<a href="http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/img_4756-2/&#038;quot" rel="nofollow">http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/img_4756-2/&#038;quot</a>; rel=&quot;attachment wp-att-2463&quot;&gt;&lt;img class=&quot;size-medium wp-image-2463&quot; title=&quot;IMG_4756&quot; src=&quot;<a href="http://www.whetstone.wesley.edu/wp-content/uploads/2011/10/IMG_47561-200x300.jpg&#038;quot" rel="nofollow">http://www.whetstone.wesley.edu/wp-content/uploads/2011/10/IMG_47561-200&#215;300.jpg&#038;quot</a>; alt=&quot;&quot; width=&quot;200&quot; height=&quot;300&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;The Whetstone/ Cochise Lucas&lt;/p&gt;&lt;/div&gt;</p>
<p>I&#8217;ll try changing the values for the alignright class, but I&#8217;m afraid that will affect too many other places on the site. If that doesn&#8217;t work, is the solution then to find the caption processing in WordPress and add a third class, after alignright, to override that top margin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Media Credit by Scott Bressler</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3861</link>
		<dc:creator>Scott Bressler</dc:creator>
		<pubDate>Fri, 28 Oct 2011 07:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3861</guid>
		<description>Hi Tery,

You&#039;ll want to do this in your theme&#039;s CSS file rather than modifying the plugin directly. You should be able to target the images, captions, and media credit sections using the CSS classes you see above, among other tags. Just so you know, the code you posted is part of the caption, not the Media Credit, and the styling for it is coming from line 174 in custom.css in your newsport theme. Media Credit uses divs and spans only.

Also, in your custom.css file, you specify a bunch of MC-specific styles. However, the targeting is incorrect for many of theme: &lt;code&gt;.wp-caption-dt&lt;/code&gt; should be &lt;code&gt;.wp-caption dt&lt;/code&gt; and so on.

When modifying the caption styles, you might want to consider only modifying them if they immediately follow an MC div using &lt;a href=&quot;http://www.w3.org/TR/CSS2/selector.html#adjacent-selectors&quot; rel=&quot;nofollow&quot;&gt;adjacent sibling selectors&lt;/a&gt;, such as &lt;code&gt;.media-credit-container + .wp-caption&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Tery,</p>
<p>You&#8217;ll want to do this in your theme&#8217;s CSS file rather than modifying the plugin directly. You should be able to target the images, captions, and media credit sections using the CSS classes you see above, among other tags. Just so you know, the code you posted is part of the caption, not the Media Credit, and the styling for it is coming from line 174 in custom.css in your newsport theme. Media Credit uses divs and spans only.</p>
<p>Also, in your custom.css file, you specify a bunch of MC-specific styles. However, the targeting is incorrect for many of theme: <code>.wp-caption-dt</code> should be <code>.wp-caption dt</code> and so on.</p>
<p>When modifying the caption styles, you might want to consider only modifying them if they immediately follow an MC div using <a href="http://www.w3.org/TR/CSS2/selector.html#adjacent-selectors" rel="nofollow">adjacent sibling selectors</a>, such as <code>.media-credit-container + .wp-caption</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Media Credit by Scott Bressler</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3860</link>
		<dc:creator>Scott Bressler</dc:creator>
		<pubDate>Fri, 28 Oct 2011 07:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3860</guid>
		<description>You can change this in the &lt;strong&gt;Media&lt;/strong&gt; settings of your blog. You&#039;ll see a section for Media Credit.</description>
		<content:encoded><![CDATA[<p>You can change this in the <strong>Media</strong> settings of your blog. You&#8217;ll see a section for Media Credit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Media Credit by Tery</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3842</link>
		<dc:creator>Tery</dc:creator>
		<pubDate>Wed, 26 Oct 2011 23:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3842</guid>
		<description>This plugin does exactly what I need, as far as adding the credit to the image and making it easy to style. However, I&#039;m having a problem with the styling of my pre-existing caption. As far as I can tell, media-credit puts the caption in a definition list. I need to style that definition list to remove the top margin, but I can&#039;t find where to do that. You can see an example of the problem at http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/ . 

I need to change:
&lt;code&gt;&lt;dl id=&quot;attachment_2469&quot; class=&quot;wp-caption alignright&quot; style=&quot;width: 310px;&quot;&gt;&lt;/code&gt;
to 
&lt;code&gt;&lt;dl id=&quot;attachment_2469&quot; class=&quot;wp-caption alignright&quot; style=&quot;width: 310px; margin-top:0px;&quot;&gt;&lt;/code&gt;
but I can&#039;t find where to do that. Help?</description>
		<content:encoded><![CDATA[<p>This plugin does exactly what I need, as far as adding the credit to the image and making it easy to style. However, I&#8217;m having a problem with the styling of my pre-existing caption. As far as I can tell, media-credit puts the caption in a definition list. I need to style that definition list to remove the top margin, but I can&#8217;t find where to do that. You can see an example of the problem at <a href="http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/" rel="nofollow">http://www.whetstone.wesley.edu/2011/10/24/wesley-football-team-crushes-frostburg-state-at-homecoming/</a> . </p>
<p>I need to change:<br />
<code>&lt;dl id=&quot;attachment_2469&quot; class=&quot;wp-caption alignright&quot; style=&quot;width: 310px;&quot;&gt;</code><br />
to<br />
<code>&lt;dl id=&quot;attachment_2469&quot; class=&quot;wp-caption alignright&quot; style=&quot;width: 310px; margin-top:0px;&quot;&gt;</code><br />
but I can&#8217;t find where to do that. Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Media Credit by Andy M</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-3782</link>
		<dc:creator>Andy M</dc:creator>
		<pubDate>Sun, 23 Oct 2011 12:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3782</guid>
		<description>Trying to attach the credit to individual photos. Done so in the upload photo section however it is not showing up under the image in an article, but is at the bottom of the article. We use many articles and would rather have the credit immediately  below the image - how can i do this?</description>
		<content:encoded><![CDATA[<p>Trying to attach the credit to individual photos. Done so in the upload photo section however it is not showing up under the image in an article, but is at the bottom of the article. We use many articles and would rather have the credit immediately  below the image &#8211; how can i do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to display a WordPress archive with every author and their posts by Handling Multiple Blog Authors &#124; www.reflectingthedesigner.com</title>
		<link>http://www.scottbressler.com/blog/2011/03/wordpress-archive-page-with-all-authors-and-all-posts/comment-page-1/#comment-3720</link>
		<dc:creator>Handling Multiple Blog Authors &#124; www.reflectingthedesigner.com</dc:creator>
		<pubDate>Tue, 18 Oct 2011 05:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/?p=266#comment-3720</guid>
		<description>[...] authors and includes a listing of their posts on that single page, I&#8217;d recommend checking out Scott Bressler&#8217;s post on how to create a special author archive template for your site. He&#8217;s actually already [...]</description>
		<content:encoded><![CDATA[<p>[...] authors and includes a listing of their posts on that single page, I&#8217;d recommend checking out Scott Bressler&#8217;s post on how to create a special author archive template for your site. He&#8217;s actually already [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Column Inches by Scott Bressler</title>
		<link>http://www.scottbressler.com/blog/plugins/column-inches/comment-page-1/#comment-3702</link>
		<dc:creator>Scott Bressler</dc:creator>
		<pubDate>Mon, 17 Oct 2011 07:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3702</guid>
		<description>Hi Jacob,

I didn&#039;t realize that the plugin didn&#039;t work with 3.2.1. I&#039;ll definitely dig into this when I get a chance and post an update as soon as possible.

Would love to hear about your usage of the plugin -- I certainly haven&#039;t had a chance to learn about many users of this one.

Thanks,
Scott</description>
		<content:encoded><![CDATA[<p>Hi Jacob,</p>
<p>I didn&#8217;t realize that the plugin didn&#8217;t work with 3.2.1. I&#8217;ll definitely dig into this when I get a chance and post an update as soon as possible.</p>
<p>Would love to hear about your usage of the plugin &#8212; I certainly haven&#8217;t had a chance to learn about many users of this one.</p>
<p>Thanks,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Column Inches by Jacob Chapman</title>
		<link>http://www.scottbressler.com/blog/plugins/column-inches/comment-page-1/#comment-3653</link>
		<dc:creator>Jacob Chapman</dc:creator>
		<pubDate>Fri, 14 Oct 2011 04:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-3653</guid>
		<description>Update? Doesn&#039;t seem to work in 3.2.1... Please? :P</description>
		<content:encoded><![CDATA[<p>Update? Doesn&#8217;t seem to work in 3.2.1&#8230; Please? <img src='http://www.scottbressler.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

