<?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: alt=&quot;&quot; attribute is empty in Slider</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:15:53 +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/alt-attribute-is-empty-in-slider/#post-20869</guid>
					<title><![CDATA[alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-20869</link>
					<pubDate>Fri, 01 Aug 2014 23:19:07 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>Hello again,</p>
<p>when I use the Savia-Slider, the alt=&#8221;" attribute is empty.</p>
<p>Example:<br />
[slider animation="fade" speed="6000"]<br />
[slide link="" title=""]http://website.de/image1[/slide]<br />
[slide link="" title=""]http://website.de/image2[/slide]<br />
[/slider]</p>
<p>when I look into the source code I see this:<br />
&lt;img <strong>alt=&#8221;"</strong> src=&#8221;http://website.de/image1&#8243; /&gt;</p>
<p>How can I solve this problem?! Please help me <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  Thanks a lot!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-20873</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-20873</link>
					<pubDate>Tue, 05 Aug 2014 08:55:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Would you want to use the title of the link for your image ALT tag?<br />
If yes, then edit your shortcode_slide function in the includes/shortcode.php.<br />
In it replace this:</p>
<p><code>$str .= &#039;&lt;img src=&quot;&#039;.$content.&#039;&quot; alt=&quot;&quot; /&gt;&#039;;</code></p>
<p>with this:</p>
<p><code>$str .= &#039;&lt;img src=&quot;&#039;.$content.&#039;&quot; alt=&quot;&#039;.$title.&#039;&quot; /&gt;&#039;;</code></p>
<p>Then make sure you pass the title attribute to each slide shortcode. <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/alt-attribute-is-empty-in-slider/#post-20890</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-20890</link>
					<pubDate>Fri, 08 Aug 2014 20:09:46 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>I thinks it&#8217;s not correct. the source code looks like this:<br />
&lt;img <strong>alt=&#8221; title=&#8217;Test Test Test Test&#8217;&#8221;</strong> src=&#8221;http://www.domain.de/picture.jpg&#8221; /&gt;</p>
<p>&#8230;when I upload a picture, I write an &#8220;alt&#8221; text<br />
example screenshot:</p>
<p><a href="http://www.perun.net/wp-content/uploads/2012/12/bild-wp34.jpg" rel="nofollow">http://www.perun.net/wp-content/uploads/2012/12/bild-wp34.jpg</a></p>
<p>&#8220;ALTERNATIVTEXT&#8221; in german.</p>
<p>&#8230;but the slider doesn&#8217;t get it!<br />
it&#8217;s empty:<br />
&lt;img <strong>alt=”&#8221;</strong> src=”http://website.de/image1″ /&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-20895</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-20895</link>
					<pubDate>Mon, 11 Aug 2014 08:08:10 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Weren&#8217;t you talking about the slider shortcode. This has nothing to do with the image settings you enter. For the shortcode you just pass the URL and the title, and with the modification the title you pass will also come out as the image&#8217;s alt. <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/alt-attribute-is-empty-in-slider/#post-21475</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-21475</link>
					<pubDate>Sat, 22 Nov 2014 19:52:12 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, I use the &#8220;title&#8221;, but when I look at the sourcecode, the &#8220;alt&#8221; is empty&#8230;</p>
<p>example:<br />
&lt;li class=&#8221;pic flex-active-slide&#8221; style=&#8221;width: 100%; float: left; margin-right: -100%; position: relative; display: list-item;&#8221;&gt;<br />
&lt;img <strong>alt=&#8221;"</strong> src=&#8221;http://luftbildcrew.de/bilder/novalja-stadtzentrum-kroatien-luftbild.jpg&#8221; /&gt;<br />
&lt;span class=&#8221;img_overlay_zoom&#8221;&gt;&lt;/span&gt;</p>
<p>&lt;li class=&#8221;pic&#8221; style=&#8221;width: 100%; float: left; margin-right: -100%; position: relative; display: none;&#8221;&gt;<br />
&lt;img <strong>alt=&#8221;"</strong> src=&#8221;http://luftbildcrew.de/bilder/zrmanja-kajak-tour-kroatien-novalja-luftbild.jpg&#8221; /&gt;<br />
&lt;span class=&#8221;img_overlay_zoom&#8221;&gt;&lt;/span&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-21476</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-21476</link>
					<pubDate>Sat, 22 Nov 2014 20:01:07 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>when I use your modification:</p>
<p><code>$str .= &#039;&lt;img src=&quot;&#039;.$content.&#039;&quot; alt=&quot;&#039;.$title.&#039;&quot; /&gt;&#039;;</code></p>
<p>my result is:<br />
<code>&lt;img alt=&quot; title=&#039;Kroatien-NovaljaLuftbild&#039;&quot; src=&quot;http://luftbildcrew.de/bilder/novalja-stadtzentrum-kroatien-luftbild.jpg&quot;&gt;</code></p>
<p>-&gt; the title is into the alt ?!  that&#8217;s wrong :-/</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-21481</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-21481</link>
					<pubDate>Tue, 25 Nov 2014 12:40:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>MY bad, the code is:</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>Sorry if I confused you! <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/alt-attribute-is-empty-in-slider/#post-21515</guid>
					<title><![CDATA[Reply To: alt=&quot;&quot; attribute is empty in Slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-attribute-is-empty-in-slider/#post-21515</link>
					<pubDate>Tue, 02 Dec 2014 18:37:36 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>thanks a lot! now it works! </p>
<p>great! *thumbs-up*</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

