<?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: Hide Title and ALT text on Pretty Photo gallery images</title>
		<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images</link>
		<description>Support Forum - Topic: Hide Title and ALT text on Pretty Photo gallery images</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:06:49 +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/hide-title-and-alt-text-on-pretty-photo-gallery-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26760</link>
			<pubDate>Mon, 12 Sep 2011 05:54:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>breakpoint on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26730</link>
			<pubDate>Sun, 11 Sep 2011 20:52:24 +0000</pubDate>
			<dc:creator>breakpoint</dc:creator>
			<guid isPermaLink="false">26730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That did it... thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26714</link>
			<pubDate>Sun, 11 Sep 2011 16:48:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I corrected the code above (small typo - I forgot a dot . :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>breakpoint on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26699</link>
			<pubDate>Sun, 11 Sep 2011 12:00:09 +0000</pubDate>
			<dc:creator>breakpoint</dc:creator>
			<guid isPermaLink="false">26699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Almost there! The addition of the code successfully hid the ALT text, however, the TITLE still appears next to the controller in the bottom area of the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26690</link>
			<pubDate>Sun, 11 Sep 2011 09:59:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'd just use css to hide it. Open up css/custom.css and add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div.ppt, .pp_description {
    display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>breakpoint on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26669</link>
			<pubDate>Sat, 10 Sep 2011 18:27:49 +0000</pubDate>
			<dc:creator>breakpoint</dc:creator>
			<guid isPermaLink="false">26669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply, however, the addition of the code did not work.  When I added it to the file, Dreamweaver indicated there was an issue with the code - I uploaded the file to the server anyhow.  When I went to preview the gallery with the newly added code, instead of opening up the image in a lightbox, it simply showed the image in a blank page.&#60;/p&#62;
&#60;p&#62;I inquired about this same topic with the Brightbox theme and from what I can recall you said something about commenting out the code. Unfortunately, I cannot fine the support post that referenced that, nor remember the file and changes you suggested.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26658</link>
			<pubDate>Sat, 10 Sep 2011 15:18:58 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">26658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hm. I think the easiest solution would be to use a jquery script that removes the alt tags and titles alltogether.&#60;/p&#62;
&#60;p&#62;adding this to the JS/avia.js file at line 32 could work:&#60;/p&#62;
&#60;p&#62;jQuery(.gallery-item img).attr('title','').attr('alt','');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>breakpoint on "Hide Title and ALT text on Pretty Photo gallery images"</title>
			<link>http://www.kriesi.at/support/topic/hide-title-and-alt-text-on-pretty-photo-gallery-images#post-26382</link>
			<pubDate>Sun, 04 Sep 2011 18:30:20 +0000</pubDate>
			<dc:creator>breakpoint</dc:creator>
			<guid isPermaLink="false">26382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am looking for a way to hide (or comment out) the Title and ALT text for gallery images when viewed full size within the Coalition theme.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
