<?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 - User Favorites: pat_morita</title>
		<link><a href='http://www.kriesi.at/support/profile/pat_morita'>pat_morita</a></link>
		<description>Support Forum - User Favorites: pat_morita</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:39:03 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>rsldesigns on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25588</link>
			<pubDate>Tue, 23 Aug 2011 12:00:51 +0000</pubDate>
			<dc:creator>rsldesigns</dc:creator>
			<guid isPermaLink="false">25588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've just purchased the Avisio theme and have installed the latest version of prettyPhoto.&#60;/p&#62;
&#60;p&#62;You are ok when inserting your own images into a post as you can insert your own alt tags (and linking it with the rel=&#34;lightbox[grouped]). But yes, the featured image doesn't call the alt description (alt=&#34;&#34;).&#60;/p&#62;
&#60;p&#62;Hope this will be updated.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Ricky.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25564</link>
			<pubDate>Mon, 22 Aug 2011 21:59:19 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, i found a (small) bug.&#60;br /&#62;
The javascript i wrote looks for images with a title and a link and gives them the needed code for the lightbox.&#60;br /&#62;
Through to i only use the featured image without link i didnt realize the bug cause mine didnt get catched.&#60;/p&#62;
&#60;p&#62;So what happens when you got an  image at top of your post or as feature with a link includes is, that this pic gets in the lightbox group  or – if it doesnt have a link – the title might get catched from the lightbox.&#60;/p&#62;
&#60;p&#62;To fix it: Javascript needs to check if image is feature or not (maybe through the div tags of the content area)&#60;br /&#62;
Meanwhile use featured image only OR give images a link (to post or whatever)&#60;/p&#62;
&#60;p&#62;greetings pat
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25470</link>
			<pubDate>Sun, 21 Aug 2011 12:04:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for providing your code. I'll report it o Kriesi and add it to the faq section here: &#60;a href=&#34;http://www.kriesi.at/support/forum/general-questions&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/forum/general-questions&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25465</link>
			<pubDate>Sun, 21 Aug 2011 11:40:34 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ah forgot the jquery.prettyPhoto.js in broadscope seems to be modified. so if you use the code above get the original prettyphoto from the publishers website and replace the broadscope jquery.prettyPhoto.js with the original jquery.prettyPhoto.js
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25464</link>
			<pubDate>Sun, 21 Aug 2011 11:31:39 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25464@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I rewrote the Javascript Linkgeneration myself :) Works now!&#60;br /&#62;
Alt title displayed above image if exists and title displayed in description area! Yeah.&#60;/p&#62;
&#60;p&#62;for anyone whos interested, replace this function in avia.js (folder broadscope/js) with this one. Then its just little css styling of prettyphoto to make it looks nice.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
(function($)&#60;br /&#62;
{&#60;br /&#62;
	$.fn.avia_activate_lightbox = function(variables)&#60;br /&#62;
	{&#60;br /&#62;
		var defaults =&#60;br /&#62;
		{&#60;br /&#62;
			autolinkElements: 'a[rel^=&#34;prettyPhoto&#34;], a[rel^=&#34;lightbox&#34;], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=&#34;.mov&#34;] , a[href$=&#34;.swf&#34;], a[href$=&#34;.flv&#34;] , a[href*=&#34;vimeo.com&#34;] , a[href*=&#34;youtube.com&#34;]'&#60;br /&#62;
		};&#60;/p&#62;
&#60;p&#62;        var options = $.extend(defaults, variables);        &#60;/p&#62;
&#60;p&#62;        var imagedefaults =&#60;br /&#62;
		{&#60;br /&#62;
			autolinkImages: 'img[title!=&#34;&#34;]'&#60;br /&#62;
		};		&#60;/p&#62;
&#60;p&#62;		return this.each(function()&#60;br /&#62;
		{&#60;br /&#62;
			var elements = $(options.autolinkElements, this),&#60;br /&#62;
				lastParent = &#34;&#34;,&#60;br /&#62;
				counter = 0;&#60;br /&#62;
            var images = $(imagedefaults.autolinkImages, this),&#60;br /&#62;
                imgcounter = 0;&#60;/p&#62;
&#60;p&#62;            var alltitlesalt = new Array();&#60;br /&#62;
            var alltitles = new Array();&#60;/p&#62;
&#60;p&#62;            images.each(function()&#60;br /&#62;
            {&#60;br /&#62;
                if($(this).attr('alt') != undefined &#38;amp;&#38;amp; $(this).attr('alt') !=&#34;&#34;)&#60;br /&#62;
                {&#60;br /&#62;
                    alltitlesalt.push($(this).attr('alt'));&#60;br /&#62;
                }&#60;br /&#62;
                else&#60;br /&#62;
                {&#60;br /&#62;
                    alltitlesalt.push(&#34;&#34;);&#60;br /&#62;
                };&#60;/p&#62;
&#60;p&#62;                alltitles.push($(this).attr('title'));&#60;br /&#62;
            });&#60;/p&#62;
&#60;p&#62;            elements.each(function()&#60;br /&#62;
			{&#60;br /&#62;
				var el = $(this),&#60;br /&#62;
					parentPost = el.parents('.post-entry:eq(0)'),&#60;br /&#62;
					group = 'auto_group';&#60;/p&#62;
&#60;p&#62;								if(parentPost.get(0) != lastParent)&#60;br /&#62;
				{&#60;br /&#62;
					lastParent = parentPost.get(0);&#60;br /&#62;
					counter ++;&#60;/p&#62;
&#60;p&#62;				}              &#60;/p&#62;
&#60;p&#62;				if((el.attr('rel') == undefined &#124;&#124; el.attr('rel') == '') &#38;amp;&#38;amp; !el.hasClass('noLightbox'))&#60;br /&#62;
				{&#60;br /&#62;
                    el.attr('rel','lightbox['+group+counter+']');&#60;br /&#62;
                    el.attr('title',alltitles[imgcounter]);&#60;br /&#62;
                    el.attr('alt',alltitlesalt[imgcounter]);&#60;br /&#62;
                    imgcounter ++;&#60;br /&#62;
				}&#60;br /&#62;
			});&#60;/p&#62;
&#60;p&#62;			if($.fn.prettyPhoto)&#60;br /&#62;
			elements.prettyPhoto({ &#34;theme&#34;: 'premium_photo', 'slideshow': 5000 }); /* facebook /light_rounded / dark_rounded / light_square / dark_square */&#60;br /&#62;
		});&#60;br /&#62;
	};&#60;br /&#62;
})(jQuery);&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25426</link>
			<pubDate>Sat, 20 Aug 2011 17:23:59 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yeah, sorry i swapped it.&#60;/p&#62;
&#60;p&#62;alt title works, title (the needed description) doesnt.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25422</link>
			<pubDate>Sat, 20 Aug 2011 17:19:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The docs: &#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#60;/a&#62; claim something different: &#60;/p&#62;
&#60;p&#62;“You can also add a title and a description to your picture: To have display a title, add the title into the ALT attribute or your thumbnail image. To have display a description, add the description into the TITLE attribute or your link.”&#60;/p&#62;
&#60;p&#62;The code looks like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;images/fullscreen/2.jpg&#38;quot; rel=&#38;quot;prettyPhoto&#38;quot; title=&#38;quot;This is the description&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/thumbnails/t_2.jpg&#38;quot; width=&#38;quot;60&#38;quot; height=&#38;quot;60&#38;quot; alt=&#38;quot;This is the title&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'll ask Kriesi to look into the link generation function.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25421</link>
			<pubDate>Sat, 20 Aug 2011 17:10:25 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I checked prettyphoto, they pull the title (above image) from the &#34;title&#34;, and the &#34;description&#34; (below image) from the &#34;alt-title&#34;. Title works, alt title not.... would be really nice to have descriptions below photos!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25411</link>
			<pubDate>Sat, 20 Aug 2011 16:22:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
prettyphoto pulls the description from the link title. This feature is not supported at the moment but I'll ask Kriesi to look into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25410</link>
			<pubDate>Sat, 20 Aug 2011 16:22:39 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;addition: Doesnt work in your live demo (themeforest) too....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pat_morita on "Pretty Photo does not show description"</title>
			<link>http://www.kriesi.at/support/topic/pretty-photo-does-not-show-description#post-25404</link>
			<pubDate>Sat, 20 Aug 2011 14:58:39 +0000</pubDate>
			<dc:creator>pat_morita</dc:creator>
			<guid isPermaLink="false">25404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;when i open images placed inside a portfolio item with &#60;img /&#62; tag with the lightbox, a description is NOT shown. I tried putting it into &#34;title&#34; and &#34;alt&#34;.  Alt shows up above the image.&#60;br /&#62;
How can i display the description entered in the wordpress Mediapool below the photo in the lightbox?&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Pat
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
