<?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: Media Credit</title>
	<atom:link href="http://www.scottbressler.com/blog/plugins/media-credit/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>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>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>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>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>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>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>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>By: Gregg</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-2308</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Wed, 25 May 2011 01:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-2308</guid>
		<description>I have the same issue mentioned above running Media Credit v1.1.2 and WP v3.1.2. I insert the template tag for plain text into single.php. However, the credit below the image reverts to the post author and not the plain text I have in the credit field in my media library. 

Interestingly, the author field in the media library listing reflects the value of the credit field correctly so I suspect that the value of $post refers to the post as opposed to the attachment. I don&#039;t know enough PHP to figure it out, but I would love to get this working correctly.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I have the same issue mentioned above running Media Credit v1.1.2 and WP v3.1.2. I insert the template tag for plain text into single.php. However, the credit below the image reverts to the post author and not the plain text I have in the credit field in my media library. </p>
<p>Interestingly, the author field in the media library listing reflects the value of the credit field correctly so I suspect that the value of $post refers to the post as opposed to the attachment. I don&#8217;t know enough PHP to figure it out, but I would love to get this working correctly.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Underwood</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-1871</link>
		<dc:creator>Harry Underwood</dc:creator>
		<pubDate>Thu, 14 Apr 2011 13:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-1871</guid>
		<description>First off, I wanted to say that this plugin is extremely useful to my current job, as I did not have a proper means of attaching names to images as well as posts before this and Post Author Box. I am glad for both plugins&#039; existences. 

That said, I also wanted to ask if it is possible to further integrate Media Credit into the TinyMCE image capabilities in WordPress. When one wants to edit an image in a post (say, for size and external linking), Media Credit is conspicuously missing from among the options of editing the attributes of images (but not from when one wants to upload an image or go into the gallery of already uploaded images). Also, I wonder if NextGEN Gallery&#039;s makers could benefit from your contribution. 

Once again, I love this plugin, and wish I had come across it sooner! Thank you!</description>
		<content:encoded><![CDATA[<p>First off, I wanted to say that this plugin is extremely useful to my current job, as I did not have a proper means of attaching names to images as well as posts before this and Post Author Box. I am glad for both plugins&#8217; existences. </p>
<p>That said, I also wanted to ask if it is possible to further integrate Media Credit into the TinyMCE image capabilities in WordPress. When one wants to edit an image in a post (say, for size and external linking), Media Credit is conspicuously missing from among the options of editing the attributes of images (but not from when one wants to upload an image or go into the gallery of already uploaded images). Also, I wonder if NextGEN Gallery&#8217;s makers could benefit from your contribution. </p>
<p>Once again, I love this plugin, and wish I had come across it sooner! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Bressler</title>
		<link>http://www.scottbressler.com/blog/plugins/media-credit/comment-page-1/#comment-618</link>
		<dc:creator>Scott Bressler</dc:creator>
		<pubDate>Sun, 21 Nov 2010 11:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottbressler.com/blog/#comment-618</guid>
		<description>Hi Eddie,

I&#039;m sorry to hear about your troubles with the plugin. What version of WP are you using? Does the issue happen every time you try to give credit to users? Does it only happen for users of your blog, or only for &quot;freeform&quot; credits, or does it happen for any and all credit you try to attribute?

-Scott</description>
		<content:encoded><![CDATA[<p>Hi Eddie,</p>
<p>I&#8217;m sorry to hear about your troubles with the plugin. What version of WP are you using? Does the issue happen every time you try to give credit to users? Does it only happen for users of your blog, or only for &#8220;freeform&#8221; credits, or does it happen for any and all credit you try to attribute?</p>
<p>-Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>

