<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Image ALT tags missing</title>
		<link>http://www.kriesi.at/support/topic/image-alt-tags-missing</link>
		<description>Support Forum - Topic: Image ALT tags missing</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 00:46:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/image-alt-tags-missing" rel="self" type="application/rss+xml" />

		<item>
			<title>tvoetoradio on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-30322</link>
			<pubDate>Mon, 24 Oct 2011 10:33:13 +0000</pubDate>
			<dc:creator>tvoetoradio</dc:creator>
			<guid isPermaLink="false">30322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great,&#60;br /&#62;
that's what I was looking for from the very beginning, here's what I've added to customize it my way:&#60;/p&#62;
&#60;p&#62;$image_alt = get_the_title();&#60;/p&#62;
&#60;p&#62;return &#34;&#60;img src='&#34;.$image_src[0].&#34;' title='&#34;.$image_title.&#34;' alt='&#34;.$image_alt.&#34;' /&#62;&#34;;&#60;/p&#62;
&#60;p&#62;and then I've removed the overlay from the images, in order to hide the title on top of them&#60;/p&#62;
&#60;p&#62;Thank you for the fast answer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-30095</link>
			<pubDate>Fri, 21 Oct 2011 06:09:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up shoutbox\framework\php\function-set-avia-frontend.php&#60;/p&#62;
&#60;p&#62;and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;return &#38;quot;&#38;lt;img src=&#38;#39;&#38;quot;.$image_src[0].&#38;quot;&#38;#39; title=&#38;#39;&#38;quot;.$image_title.&#38;quot;&#38;#39; alt=&#38;#39;&#38;quot;.$image_description.&#38;quot;&#38;#39; /&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;return &#38;quot;&#38;lt;img src=&#38;#39;&#38;quot;.$image_src[0].&#38;quot;&#38;#39; title=&#38;#39;&#38;quot;.$image_title.&#38;quot;&#38;#39; alt=&#38;#39;my-alt&#38;#39; /&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of &#34;my-alt&#34; enter your own text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tvoetoradio on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-30056</link>
			<pubDate>Thu, 20 Oct 2011 21:16:33 +0000</pubDate>
			<dc:creator>tvoetoradio</dc:creator>
			<guid isPermaLink="false">30056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I don't want to append the value of a custom field to the description of the image file itself, just output it in the theme. So my custom field is the name of a web merchand, I already enter it manually, so if I had to manually reenter it for the post image (only one) it shouldn't help me a lot. There must be a way to replace the alt tag automatically. I couldn't find it however. &#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-29926</link>
			<pubDate>Thu, 20 Oct 2011 01:27:45 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29926@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can't use custom fields to target a specific image from the library as you can't target a specific image when there are multiple images added to the post. As Dude said, you can easily modify the Alt tags in your media library. Simply put your value for the alt tag in your Description of the image and it will work fine. Could you elaborate why you'd want to use custom fields?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tvoetoradio on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-29750</link>
			<pubDate>Tue, 18 Oct 2011 19:04:39 +0000</pubDate>
			<dc:creator>tvoetoradio</dc:creator>
			<guid isPermaLink="false">29750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;br /&#62;
ok great but I'd like to replace those tags with the value of a custom field, so I'd like to know which code I could modify to achieve this. Where exactly in the theme files do you define image ALT tags.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-29655</link>
			<pubDate>Mon, 17 Oct 2011 14:35:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the alt tag used is actually the 'Description' field in the media library - so you need to put your alt text into the 'Description' field for each image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tvoetoradio on "Image ALT tags missing"</title>
			<link>http://www.kriesi.at/support/topic/image-alt-tags-missing#post-29640</link>
			<pubDate>Mon, 17 Oct 2011 12:18:22 +0000</pubDate>
			<dc:creator>tvoetoradio</dc:creator>
			<guid isPermaLink="false">29640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
first of all thanks for the great theme. My problem is:&#60;/p&#62;
&#60;p&#62;there is no image alt tags anywhere in the theme, the only thing I can see in the source code is &#34;alt&#34; and there is no way to replace it with the correct alt tag I'd like to set in there. How can I add ALT tags to images in Shoutbox theme?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
