<?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 - Tag: effect - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/effect</link>
		<description>Support Forum - Tag: effect - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:33:14 +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/tags/effect" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Galery pictures load effect"</title>
			<link>http://www.kriesi.at/support/topic/galery-pictures-load-effect#post-117976</link>
			<pubDate>Thu, 13 Jun 2013 05:43:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">117976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Open up enfold/js/shortcode.js and search for following code around line 205:&#60;/p&#62;
&#60;pre&#62;
//trigger displaying of thumbnails
		gallery.on('avia_start_animation', function()
		{
			images.each(function(i)
			{
				var image = $(this);
				setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
			});
		});
&#60;/pre&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;pre&#62;
//trigger displaying of thumbnails
		gallery.on('avia_start_animation', function()
		{
			images.each(function(i)
			{
				var image = $(this);
				setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
			});
		}).trigger('avia_start_animation');
&#60;/pre&#62;
&#60;p&#62;and the gallery thumbs should load immediately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yasto on "Galery pictures load effect"</title>
			<link>http://www.kriesi.at/support/topic/galery-pictures-load-effect#post-117680</link>
			<pubDate>Tue, 11 Jun 2013 21:44:18 +0000</pubDate>
			<dc:creator>yasto</dc:creator>
			<guid isPermaLink="false">117680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I created a gallery with image size &#34;gallery&#34; (710x575). Pictures are dark until you scroll down to the bottom of the gallery. Is there a possibilty to load (and show) gallery pictures when scrolling to the top of the gallery? Here is what I mean:&#60;br /&#62;
&#60;a href=&#34;http://yannick-stotz.de/mariasawaneh/?page_id=38&#34; rel=&#34;nofollow&#34;&#62;http://yannick-stotz.de/mariasawaneh/?page_id=38&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to add text mouseover effect on a single image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-text-mouseover-effect-on-a-single-image#post-84026</link>
			<pubDate>Thu, 15 Nov 2012 06:26:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't provide a working solution because this mod requires some custom work/code and is beyond the scope of our support forum. However I can give you a starting point. Open up propulsion/js/avia.js and search for following line/code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$.fn.avia_activate_hover_effect = function(variables)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- you need to modify this function to change the hover effect/overlay content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to get a black and white mouseover effect"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-a-black-and-white-mouseover-effect#post-84006</link>
			<pubDate>Thu, 15 Nov 2012 03:25:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi trigraphics,&#60;/p&#62;
&#60;p&#62;Glad that Nick helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trigraphics on "how to add text mouseover effect on a single image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-text-mouseover-effect-on-a-single-image#post-83970</link>
			<pubDate>Wed, 14 Nov 2012 19:48:48 +0000</pubDate>
			<dc:creator>trigraphics</dc:creator>
			<guid isPermaLink="false">83970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;i've buyed propulsion theme.&#60;/p&#62;
&#60;p&#62;i need to add an a text mouseover effect on a single image on a page.&#60;/p&#62;
&#60;p&#62;instead of the magnify glass icon i'd like to show a single word with link to another page&#60;/p&#62;
&#60;p&#62;please let me know!!&#60;/p&#62;
&#60;p&#62;thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trigraphics on "How to get a black and white mouseover effect"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-a-black-and-white-mouseover-effect#post-83966</link>
			<pubDate>Wed, 14 Nov 2012 19:43:39 +0000</pubDate>
			<dc:creator>trigraphics</dc:creator>
			<guid isPermaLink="false">83966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry for the late response.&#60;/p&#62;
&#60;p&#62;thanks for the quick reply and i have tried and it works!!&#60;/p&#62;
&#60;p&#62;you are a great team!&#60;/p&#62;
&#60;p&#62;i'm pleased i bought a theme from yours!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "How to get a black and white mouseover effect"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-a-black-and-white-mouseover-effect#post-82378</link>
			<pubDate>Mon, 05 Nov 2012 19:19:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Transition color desaturation hover effect-  is the name for it (i just learned that myself, hehe). &#60;/p&#62;
&#60;p&#62;Here is the code , pure css too and works on all browsers&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jsfiddle.net/KDtAX/295/&#34; rel=&#34;nofollow&#34;&#62;http://jsfiddle.net/KDtAX/295/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is another, a wordpress tutorial&#60;br /&#62;
&#60;a href=&#34;http://bavotasan.com/2011/create-black-white-thumbnail-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://bavotasan.com/2011/create-black-white-thumbnail-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trigraphics on "How to get a black and white mouseover effect"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-a-black-and-white-mouseover-effect#post-82371</link>
			<pubDate>Mon, 05 Nov 2012 19:03:26 +0000</pubDate>
			<dc:creator>trigraphics</dc:creator>
			<guid isPermaLink="false">82371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;can someone explain me how can i get a black and white mouseover effect images in the portfolio page?&#60;/p&#62;
&#60;p&#62;i'm sure that someone asked before but i can't find a thread about it.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Over effects on Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/over-effects-on-angular-theme#post-61871</link>
			<pubDate>Sat, 23 Jun 2012 18:11:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that you found a solution :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bartjaillet on "Over effects on Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/over-effects-on-angular-theme#post-61685</link>
			<pubDate>Fri, 22 Jun 2012 13:08:12 +0000</pubDate>
			<dc:creator>bartjaillet</dc:creator>
			<guid isPermaLink="false">61685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok ! Found it here &#60;a href=&#34;http://www.kriesi.at/support/topic/disable-greyscale-hover-coherence#post-58016&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/disable-greyscale-hover-coherence#post-58016&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bartjaillet on "Over effects on Angular theme"</title>
			<link>http://www.kriesi.at/support/topic/over-effects-on-angular-theme#post-61681</link>
			<pubDate>Fri, 22 Jun 2012 12:09:56 +0000</pubDate>
			<dc:creator>bartjaillet</dc:creator>
			<guid isPermaLink="false">61681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;It's been 3 days i'm search how to disable the black and white effect on normal pictures on the home page tiles and the white overlay on the portfolio items. Can anyone help please ?!&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-56802</link>
			<pubDate>Mon, 21 May 2012 11:48:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">56802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that it works. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theorhodes on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-56642</link>
			<pubDate>Sat, 19 May 2012 07:36:47 +0000</pubDate>
			<dc:creator>theorhodes</dc:creator>
			<guid isPermaLink="false">56642@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works! the Dude has done it, cheers!&#60;br /&#62;
Theo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-56569</link>
			<pubDate>Fri, 18 May 2012 14:47:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">56569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Let us know if it doesn't work for you. Otherwise, glad Dude was able to provide a solution :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theorhodes on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-56533</link>
			<pubDate>Fri, 18 May 2012 09:07:29 +0000</pubDate>
			<dc:creator>theorhodes</dc:creator>
			<guid isPermaLink="false">56533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks so much for that!! I'll try it as soon as back home!&#60;br /&#62;
Cheers&#60;br /&#62;
Theo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kestrelnetwork on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-56167</link>
			<pubDate>Tue, 15 May 2012 14:50:12 +0000</pubDate>
			<dc:creator>kestrelnetwork</dc:creator>
			<guid isPermaLink="false">56167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This works for me - thank you, Mr Dude.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-55883</link>
			<pubDate>Sun, 13 May 2012 06:53:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55883@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In js/aviapoly.js replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;.greyscale-active&#38;quot;).delegate(&#38;quot;.flex_column&#38;quot;, &#38;quot;mouseenter&#38;quot;, function()
					{
						var column 	= $(this), image = column.find(&#38;#39;.greyscale-image&#38;#39;);
					  	image.stop().animate({opacity:0},animTime);
					}
					).delegate(&#38;quot;.flex_column&#38;quot;, &#38;quot;mouseleave&#38;quot;, function()
					{
						var column 	= $(this), image = column.find(&#38;#39;.greyscale-image&#38;#39;);
					  	image.stop().animate({opacity:1},animTime);
					});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;.greyscale-active&#38;quot;).delegate(&#38;quot;.flex_column&#38;quot;, &#38;quot;mouseenter&#38;quot;, function()
					{
						var column 	= $(this), image = column.find(&#38;#39;.greyscale-image&#38;#39;);
					  	image.stop().animate({opacity:1},animTime);
					}
					).delegate(&#38;quot;.flex_column&#38;quot;, &#38;quot;mouseleave&#38;quot;, function()
					{
						var column 	= $(this), image = column.find(&#38;#39;.greyscale-image&#38;#39;);
					  	image.stop().animate({opacity:0},animTime);
					});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.greyscale-image{
opacity: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>theorhodes on "Reverse Hover effect"</title>
			<link>http://www.kriesi.at/support/topic/reverse-hover-effect#post-55488</link>
			<pubDate>Thu, 10 May 2012 08:03:29 +0000</pubDate>
			<dc:creator>theorhodes</dc:creator>
			<guid isPermaLink="false">55488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I know this has ben raised in several other threads but has anyone come up with a solution as to how to reverse the portfolio hover effect, the code changes given, as others have said, don't seem to work, the thumbnails appear as greyscale until they are rolled over then the reverse effect seems to work i.e colour to greyscale. Any help would be much appreciated as this is the final piece of the puzzle for me!&#60;br /&#62;
Thanks in advance&#60;br /&#62;
Theo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "&#34;KenBurns&#34;-Slider from VELVET for CORONA, too?"</title>
			<link>http://www.kriesi.at/support/topic/kenburns-slider-from-velvet-for-corona-too#post-49378</link>
			<pubDate>Sun, 01 Apr 2012 11:08:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think it's very unlikely that Kriesi will include this feature. We got no other requests regardingv the KenBurns slider. I tested the &#60;a href=&#34;http://inoplugs.com/estroslider&#34;&#62;Estro slider Plugin&#60;/a&#62; with Corona and it worked for me (however I can't guarantee anything).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "&#34;KenBurns&#34;-Slider from VELVET for CORONA, too?"</title>
			<link>http://www.kriesi.at/support/topic/kenburns-slider-from-velvet-for-corona-too#post-49354</link>
			<pubDate>Sat, 31 Mar 2012 21:22:58 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">49354@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Since so many plugins for the ken burns effect fail to work with CORONA - don't know why :-( - I'm still interesting in this, anybody, too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Can&#039;t disable Greyscale and the greyscale different size than colored thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/cant-disable-greyscale-and-the-greyscale-different-size-than-colored-thumbnails#post-45236</link>
			<pubDate>Thu, 08 Mar 2012 18:46:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dominicht,&#60;/p&#62;
&#60;p&#62;1. The code in the original thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/reverse-hover-effect-in-portfolio-pictures&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/reverse-hover-effect-in-portfolio-pictures&#60;/a&#62; should work if implemented correctly. Have you gone back and made sure its been copied and replaced the same way mentioned?&#60;/p&#62;
&#60;p&#62;2. You might want to try regenerating your thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62; .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dominicht on "Can&#039;t disable Greyscale and the greyscale different size than colored thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/cant-disable-greyscale-and-the-greyscale-different-size-than-colored-thumbnails#post-44710</link>
			<pubDate>Mon, 05 Mar 2012 16:16:44 +0000</pubDate>
			<dc:creator>dominicht</dc:creator>
			<guid isPermaLink="false">44710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First of all, thanks for the theme, I think it looks great.&#60;/p&#62;
&#60;p&#62;I'm having issues with the Greyscale.&#60;/p&#62;
&#60;p&#62;1)  I tried inverting the greyscale effect, but as other have already mentioned, it doesn't work properly. Now the color will only fade in when i remove the mouse again from the tumb, but when the page loads, I get only the greyscale images.&#60;br /&#62;
See : &#60;a href=&#34;http://www.kriesi.at/support/topic/invert-hover-effect-in-portfolio&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/invert-hover-effect-in-portfolio&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I there any way I can make it work properly so I can invert the hover effect?&#60;/p&#62;
&#60;p&#62;2) There's already a few topics about this, but no solution seems to have been provided yet. The grey overlay is a different size than the coloured thumbnail underneath.&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/problem-with-mouse-over-in-the-portfolio-section&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-with-mouse-over-in-the-portfolio-section&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At first, I was using the cropped thumbnails and and I managed to get the grayscale working properly by playing around with the scale of the image, but since all my photos where tall, I needed tall thumbnails as well so I decided to deactivate the cropping in order to keep my proportion. Now I can't get the greyscale overlay to be the same size as the thumbnail.&#60;/p&#62;
&#60;p&#62;I disabled the greyscale, but here's my URL in case you need it : &#60;a href=&#34;http://doperthandope.com/perseption&#34; rel=&#34;nofollow&#34;&#62;http://doperthandope.com/perseption&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Hover effect on links not working"</title>
			<link>http://www.kriesi.at/support/topic/hover-effect-on-links-not-working#post-33185</link>
			<pubDate>Sun, 27 Nov 2011 03:55:08 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code I provided works - but now you're using Cufon (special) fonts instead of standard fonts - as far as I'm aware these don't allow to be easily changed using CSS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Hover effect on links not working"</title>
			<link>http://www.kriesi.at/support/topic/hover-effect-on-links-not-working#post-33113</link>
			<pubDate>Fri, 25 Nov 2011 18:01:01 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">33113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. That doesn't work, I'm afraid,though. Is it possible it has something to do with this code being in the styles.css file?&#60;/p&#62;
&#60;p&#62;#top .main_menu .menu li:hover ul ul, #top .main_menu .menu li:hover ul ul ul,#top  .main_menu .menu li:hover ul ul ul ul{&#60;br /&#62;
display:none;&#60;br /&#62;
}&#60;br /&#62;
#top .main_menu .menu li:hover ul, #top .main_menu .menu li li:hover ul, #top .main_menu .menu li li li:hover ul, #top .main_menu .menu li li li li:hover ul{&#60;br /&#62;
display:block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Hover effect on links not working"</title>
			<link>http://www.kriesi.at/support/topic/hover-effect-on-links-not-working#post-33101</link>
			<pubDate>Fri, 25 Nov 2011 13:44:07 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
in your custom.css you can add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu a:hover {
    color: #ff0099;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should allow you to have a different color when you hover the menu links.&#60;br /&#62;
Of course you can change the color.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Hover effect on links not working"</title>
			<link>http://www.kriesi.at/support/topic/hover-effect-on-links-not-working#post-33094</link>
			<pubDate>Fri, 25 Nov 2011 11:29:31 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">33094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude ;),&#60;/p&#62;
&#60;p&#62;I tried that, but it's still not working I'm afraid.. Any suggestions? I can PB you my password if you want to take a closer look..?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hover effect on links not working"</title>
			<link>http://www.kriesi.at/support/topic/hover-effect-on-links-not-working#post-32998</link>
			<pubDate>Thu, 24 Nov 2011 13:51:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
please create a custom menu (like Chris recommended here: &#60;a href=&#34;http://www.kriesi.at/support/topic/dummy-text-not-showing-welcome-child-pages&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/dummy-text-not-showing-welcome-child-pages&#60;/a&#62; ) and the hover effect will work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Hover effect on links not working"</title>
			<link>http://www.kriesi.at/support/topic/hover-effect-on-links-not-working#post-32992</link>
			<pubDate>Thu, 24 Nov 2011 13:24:58 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">32992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;Somehow the hover effect for the links is not working. Is there a setting I need to adjust?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.janetbakker.nl/Janet&#34; rel=&#34;nofollow&#34;&#62;http://www.janetbakker.nl/Janet&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "&#34;KenBurns&#34;-Slider from VELVET for CORONA, too?"</title>
			<link>http://www.kriesi.at/support/topic/kenburns-slider-from-velvet-for-corona-too#post-29635</link>
			<pubDate>Mon, 17 Oct 2011 07:17:48 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">29635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This would be fine :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "&#34;KenBurns&#34;-Slider from VELVET for CORONA, too?"</title>
			<link>http://www.kriesi.at/support/topic/kenburns-slider-from-velvet-for-corona-too#post-29611</link>
			<pubDate>Sun, 16 Oct 2011 15:43:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe if we get more requests regarding this feature....
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
