<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Empty Alt Text in FlexSlider</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 22:04:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21051</guid>
					<title><![CDATA[Empty Alt Text in FlexSlider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21051</link>
					<pubDate>Fri, 22 Aug 2014 14:34:38 +0000</pubDate>
					<dc:creator>nitroit</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;m trying to get my ALT tag to populate when using the flexslider however cannot get it to work at all.</p>
<p>In the includes/shortcodes.php file I have changed:</p>
<p>$str .= &#8216;<img src="'.$content.'" alt="" />&lt;span class=&#8221;img_overlay_zoom&#8221;&gt;&lt;/span&gt;&#8217;;</p>
<p>to:</p>
<p>$str .= &#8216;<img src="'.$content.'" alt="'.$title.'" />&lt;span class=&#8221;img_overlay_zoom&#8221;&gt;&lt;/span&gt;&#8217;;</p>
<p>I then used this shortcode:</p>
<p>[slider][slide title="alt keywords here"]URL of image[/slide]</p>
<p>However the HTML code came out as:</p>
<p>&lt;div class=&#8221;flexslider&#8221;&gt;&lt;ul class=&#8221;slides&#8221;&gt;&lt;/div&gt;&lt;li class=&#8221;pic&#8221;&gt;<img src="slide.jpg" alt=" title='alt keywords here'" />&lt;span class=&#8221;img_overlay_zoom&#8221;&gt;&lt;/span&gt;</p>
<p>which is obviously not valid.</p>
<p>Please help??</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21062</guid>
					<title><![CDATA[Reply To: Empty Alt Text in FlexSlider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21062</link>
					<pubDate>Mon, 25 Aug 2014 08:07:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>Edit your includes/shortcodes.php, find this line:</p>
<p><code>$str .= &#039;&lt;img src=&quot;&#039;.$content.&#039;&quot; alt=&quot;&quot; /&gt;&#039;;</code></p>
<p>and replace with this:</p>
<p><code>$str .= &#039;&lt;img src=&quot;&#039;.$content.&#039;&quot; alt=&quot;&#039;.$atts[&#039;title&#039;].&#039;&quot; /&gt;&#039;;</code></p>
<p>The title attribute you pass to the shortcode will now be added also as an alt attribute of your image tag. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21477</guid>
					<title><![CDATA[Reply To: Empty Alt Text in FlexSlider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21477</link>
					<pubDate>Sat, 22 Nov 2014 20:48:25 +0000</pubDate>
					<dc:creator>kealeygirl</dc:creator>

					<description>
						<![CDATA[
						<p>Having the same problem.  Could you please tell me if this is the string to replace and if so&#8230;.do I replace it with above and completely wipe out the img_overlay_ stuff?</p>
<p>Thanks</p>
<p>$str .= &#8216;<img src="'.$content.'" alt="" />&lt;span class=&#8221;img_overlay_zoom&#8221;&gt;&lt;/span&gt;&#8217;;<br />
	}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21482</guid>
					<title><![CDATA[Reply To: Empty Alt Text in FlexSlider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/empty-alt-text-in-flexslider/#post-21482</link>
					<pubDate>Tue, 25 Nov 2014 12:43:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, please wrap your code in the CODE tag above! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Let me see your URL too please. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

