<?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 text blank on popup</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 14:22:27 +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-text-blank-on-popup/#post-32813</guid>
					<title><![CDATA[Alt text blank on popup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/#post-32813</link>
					<pubDate>Fri, 13 Apr 2018 16:39:13 +0000</pubDate>
					<dc:creator>kirankc</dc:creator>

					<description>
						<![CDATA[
						<p>Hi&#8230;</p>
<p>We have started using some SEO tools to check for things like missing &#8220;alt text&#8221; on images.  It seems that when you click on a FEATURED IMAGE on a blog post, the image that pops up does not include the &#8220;alt text&#8221;, although the &#8220;alt text&#8221; is clearly filled in when looking at the media (image) details.</p>
<p>An example &#8211;&gt;  <a href="https://zuggand.com/what-zuggand/" rel="nofollow">https://zuggand.com/what-zuggand/</a></p>
<p>Is this a limitation in the Magnific Popup plugin?  Is there a way to fix this?</p>
<p>Thank you so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/#post-32822</guid>
					<title><![CDATA[Reply To: Alt text blank on popup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/#post-32822</link>
					<pubDate>Mon, 16 Apr 2018 07:23:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can easily bring this out, currently we add the title tag only.<br />
Edit your single.php template or better override it in your child theme.<br />
Then after this line:<br />
<code>$attachment_image = wp_get_attachment_image_src(get_post_thumbnail_id($post-&gt;ID), &#039;full&#039;);</code><br />
add this:<br />
<code>$att_img_alt = get_post_meta(get_post_thumbnail_id($post-&gt;ID), &#039;_wp_attachment_image_alt&#039;, true);</code></p>
<p>and then a few line below in img tag replace the <code>alt=&quot; &quot;</code> with this <code>alt=&quot;&lt;?php echo $att_img_alt;?&gt;&quot;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/#post-32828</guid>
					<title><![CDATA[Reply To: Alt text blank on popup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/alt-text-blank-on-popup/#post-32828</link>
					<pubDate>Mon, 16 Apr 2018 15:32:20 +0000</pubDate>
					<dc:creator>kirankc</dc:creator>

					<description>
						<![CDATA[
						<p>Great!  I will try this out and see if it addresses the issue.</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

