<?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: YouTube Links With Class=&#34;nolightbox&#34; has a hover effect</title>
		<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect</link>
		<description>Support Forum - Topic: YouTube Links With Class=&quot;nolightbox&quot; has a hover effect</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 07:50:18 +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/youtube-links-with-classnolightbox-has-a-hover-effect" rel="self" type="application/rss+xml" />

		<item>
			<title>rmorson on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-52412</link>
			<pubDate>Thu, 19 Apr 2012 20:23:25 +0000</pubDate>
			<dc:creator>rmorson</dc:creator>
			<guid isPermaLink="false">52412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;That worked great. Thanks for the quick reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-52250</link>
			<pubDate>Wed, 18 Apr 2012 21:27:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rmorson,&#60;/p&#62;
&#60;p&#62;The final line for making dribble into youtube would be:&#60;br /&#62;
&#60;code&#62;if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble noLightbox&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://youtube.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then in my dribble field in the theme options I put user/myusername .&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rmorson on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-52243</link>
			<pubDate>Wed, 18 Apr 2012 20:20:08 +0000</pubDate>
			<dc:creator>rmorson</dc:creator>
			<guid isPermaLink="false">52243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having a similar problem actually....and can't seem to fix this.&#60;/p&#62;
&#60;p&#62;I have added the class in header.php and edited the javascript to no avail. I am using the &#34;dribble&#34; social icon as a YouTube link and have successfully changed the icon, but still get a pretty photo attempt at opening up the url, and it then gives an alert saying &#34;Image cannot be loaded. Make sure the path is correct and image exist.&#34;&#60;/p&#62;
&#60;p&#62;Can you provide what the header.php code should look like with the class of noLightbox in place? maybe I am not putting it in the correct spot.&#60;/p&#62;
&#60;p&#62;I really need to fix this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-43604</link>
			<pubDate>Mon, 27 Feb 2012 09:19:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you just need to add the &#34;noLightbox&#34; class to your social icons. If you have access to the php/html code simply add &#34;noLightbox&#34; without &#34;&#34; to the link class, otherwise you can use javascript. Open up js/avia.js and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){

jQuery(&#38;#39;a.social-icon&#38;#39;).addClass(&#38;#39;noLighbox&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rlmilton on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-43571</link>
			<pubDate>Mon, 27 Feb 2012 03:07:11 +0000</pubDate>
			<dc:creator>rlmilton</dc:creator>
			<guid isPermaLink="false">43571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So , is there a solution for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rlmilton on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-43387</link>
			<pubDate>Fri, 24 Feb 2012 18:10:35 +0000</pubDate>
			<dc:creator>rlmilton</dc:creator>
			<guid isPermaLink="false">43387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same issue for both YouTube links and Vimeo links (see visionhouse.pro) in the footer. I want to be able to launch light boxes in some places, but the footer links should not get hijacked into a lightbox... any help here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peezar on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-43285</link>
			<pubDate>Fri, 24 Feb 2012 05:38:35 +0000</pubDate>
			<dc:creator>peezar</dc:creator>
			<guid isPermaLink="false">43285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, I tried that but it didn't work for me. Am I doing something wrong?&#60;/p&#62;
&#60;p&#62;I did it in my staging area, here is a link to a sample page with the YouTube hover affect in the footer &#60;a href=&#34;http://dev.notashamedofthegospel.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://dev.notashamedofthegospel.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-43112</link>
			<pubDate>Thu, 23 Feb 2012 07:42:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up js/avia.js and delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//activates the hover effect for image links
	if(jQuery.fn.avia_activate_hover_effect)
	jQuery(&#38;#39;body&#38;#39;).avia_activate_hover_effect();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>peezar on "YouTube Links With Class=&#34;nolightbox&#34; has a hover effect"</title>
			<link>http://www.kriesi.at/support/topic/youtube-links-with-classnolightbox-has-a-hover-effect#post-43081</link>
			<pubDate>Thu, 23 Feb 2012 04:04:41 +0000</pubDate>
			<dc:creator>peezar</dc:creator>
			<guid isPermaLink="false">43081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;On my website using the Angular theme, I used the class=&#34;nolightbox&#34; to disable a YouTube link from opening in a lightbox.  However, when I hover over the image that contains the link to YouTube, I get a video hover effect.  You can see what I mean by checking out this link and going to the footer to the image that says, &#34;subscribe on YouTube&#34; &#60;a href=&#34;http://notashamedofthegospel.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://notashamedofthegospel.com/blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;May I please ask you how I can get that hover effect disabled?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Peter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
