<?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: Dynamic Template + Lightbox</title>
		<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox</link>
		<description>Support Forum - Topic: Dynamic Template + Lightbox</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 03:58:57 +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/dynamic-template-lightbox" rel="self" type="application/rss+xml" />

		<item>
			<title>wasabimuffin on "Dynamic Template + Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox#post-89196</link>
			<pubDate>Fri, 21 Dec 2012 05:53:24 +0000</pubDate>
			<dc:creator>wasabimuffin</dc:creator>
			<guid isPermaLink="false">89196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dynamic Template + Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox#post-88415</link>
			<pubDate>Sun, 16 Dec 2012 05:31:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi wasabimuffin,&#60;/p&#62;
&#60;p&#62;Try to add this code in either Quick CSS(Propulsion &#38;gt; Theme Options &#38;gt; Styling) or the custom.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.pp_description {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wasabimuffin on "Dynamic Template + Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox#post-88410</link>
			<pubDate>Sun, 16 Dec 2012 03:08:36 +0000</pubDate>
			<dc:creator>wasabimuffin</dc:creator>
			<guid isPermaLink="false">88410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys, that worked beautifully!&#60;/p&#62;
&#60;p&#62;One minor thing that came up though. When looking at the lightbox of an image in the caption area (beneath the photo) is the text &#34;undefined&#34;. How do I get rid of or replace that text?&#60;/p&#62;
&#60;p&#62;You guys are super helpful :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dynamic Template + Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox#post-87963</link>
			<pubDate>Thu, 13 Dec 2012 06:37:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, just wrap your images into a link which points to the full size version of image. I.e. following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img width=&#38;quot;150&#38;quot; src=&#38;quot;http://cornerture-wasabimuffin.rhcloud.com/wp-content/uploads/2012/11/Sunny-Boy-A.jpg &#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;needs to be replaced with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://cornerture-wasabimuffin.rhcloud.com/wp-content/uploads/2012/11/Sunny-Boy-A.jpg&#38;quot;&#38;gt;&#38;lt;img width=&#38;quot;150&#38;quot; src=&#38;quot;http://cornerture-wasabimuffin.rhcloud.com/wp-content/uploads/2012/11/Sunny-Boy-A.jpg&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dynamic Template + Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox#post-87962</link>
			<pubDate>Thu, 13 Dec 2012 06:35:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87962@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi wasabimuffin,&#60;/p&#62;
&#60;p&#62;I think that's the easier way to do it. For the lightbox on images. I can only see img tags on your widget, It should be in this format:&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;http://link_to_fullsize_image&#38;quot; rel=&#38;#39;lightbox&#38;#39;&#38;gt;&#38;lt;img src=&#38;quot;http://link_here&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
In the link you specify, it should be something like this:&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;http://cornerture-wasabimuffin.rhcloud.com/wp-content/uploads/2012/11/Sunny-Boy-A.jpg&#38;quot; rel=&#38;#39;lightbox&#38;#39;&#38;gt;&#38;lt;img width=&#38;quot;150&#38;quot; src=&#38;quot;http://cornerture-wasabimuffin.rhcloud.com/wp-content/uploads/2012/11/Sunny-Boy-A.jpg &#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wasabimuffin on "Dynamic Template + Lightbox"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-template-lightbox#post-87952</link>
			<pubDate>Thu, 13 Dec 2012 05:13:58 +0000</pubDate>
			<dc:creator>wasabimuffin</dc:creator>
			<guid isPermaLink="false">87952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greetings!&#60;/p&#62;
&#60;p&#62;I created a created a dynamic template using widgets to build tables on a page. Inside some of rows there are images. I was wondering if it is  possible to implement the lightbox feature for images nested in a widget within a dynamic template. &#60;/p&#62;
&#60;p&#62;Here is the page I am working on:&#60;br /&#62;
&#60;a href=&#34;http://cornerture-wasabimuffin.rhcloud.com/?page_id=72&#34; rel=&#34;nofollow&#34;&#62;http://cornerture-wasabimuffin.rhcloud.com/?page_id=72&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a better/easier way to do this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
