<?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: Trying to add additional social meida outlet link to footer</title>
		<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer</link>
		<description>Support Forum - Topic: Trying to add additional social meida outlet link to footer</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 11:15:33 +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/trying-to-add-additional-social-meida-outlet-link-to-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>jamescferreira on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9890</link>
			<pubDate>Mon, 06 Dec 2010 20:01:36 +0000</pubDate>
			<dc:creator>jamescferreira</dc:creator>
			<guid isPermaLink="false">9890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Got it. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ndscontact on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9884</link>
			<pubDate>Mon, 06 Dec 2010 13:30:17 +0000</pubDate>
			<dc:creator>ndscontact</dc:creator>
			<guid isPermaLink="false">9884@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;FANTASTIC! Works like a charm. Thanks for the heads up on this, really appreciate the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9877</link>
			<pubDate>Mon, 06 Dec 2010 10:54:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code doesn't influence the ie6fix (png fix).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jamescferreira on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9875</link>
			<pubDate>Mon, 06 Dec 2010 08:54:58 +0000</pubDate>
			<dc:creator>jamescferreira</dc:creator>
			<guid isPermaLink="false">9875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am doing the same.. Is this the correct way to add 'noLightbox' to the a tag? Here is my code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#38;quot;&#38;lt;li class=&#38;#39;youtube&#38;#39;&#38;gt;&#38;lt;a class= &#38;#39;ie6fix noLightbox&#38;#39; href=&#38;#39;http://www.youtube.com/user/ferreirachristopher/&#38;#39;&#38;gt;youtube&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It works, I just want to make sure the ie fix still works too...&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9829</link>
			<pubDate>Sun, 05 Dec 2010 08:37:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ilya for helping us out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ilya on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9820</link>
			<pubDate>Sun, 05 Dec 2010 01:58:07 +0000</pubDate>
			<dc:creator>Ilya</dc:creator>
			<guid isPermaLink="false">9820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is from the Template Documentation, hope it helps.&#60;/p&#62;
&#60;p&#62;E) JavaScript - top&#60;/p&#62;
&#60;p&#62;The theme uses advanced jQuery functions. You do not need to know how to use jQuery to activate them, almost everything is controlled by wordpress. All the function calls as well as as the custom created jQuery plugins like the aviaslider are located in the custom.js file.&#60;br /&#62;
Lightbox: prettyphoto (my_lightbox(&#34;a[rel^='prettyPhoto'], a[rel^='lightbox']&#34;);)&#60;/p&#62;
&#60;p&#62;the lightbox gets automatically applied to links that contain images, youtube videos, vimeo videos, mov files and swf files. if you dont want to activate the lightbox on any of those links add the class 'noLightbox'. if you manually want to apply the lightbox to a link you can add the rel='lightbox' attribute to the &#60;a&#62; tag.&#60;br /&#62;
Better documentation can be found here:&#60;br /&#62;
&#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;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ndscontact on "Trying to add additional social meida outlet link to footer"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-additional-social-meida-outlet-link-to-footer#post-9811</link>
			<pubDate>Sat, 04 Dec 2010 15:49:58 +0000</pubDate>
			<dc:creator>ndscontact</dc:creator>
			<guid isPermaLink="false">9811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have gone into the footer.php file and added the following code to the social bookmarks list:&#60;/p&#62;
&#60;p&#62;&#38;lt;li class='YouTube'&#38;gt;&#60;a href=&#34;http://www.youtube.com/user/FirstTracksMarketing&#34;&#62;YouTube&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And when you look at our website: &#60;a href=&#34;http://www.firsttracksmarketing.com&#34; rel=&#34;nofollow&#34;&#62;http://www.firsttracksmarketing.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It shows up as you would expect it to, the only problem is that it for some reason get's a rel=&#34;lightbox[auto_group]&#34; added to it when it renders on the web and is trying to open up a Lightbox instead of simply linking to our YouTube account. How do I stop it from doing this and just behave as a normal link in the list?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
