<?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: highlight - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/highlight</link>
		<description>Support Forum - Tag: highlight - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:21:07 +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/highlight" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Highlight Author’s Comment"</title>
			<link>http://www.kriesi.at/support/topic/highlight-author%e2%80%99s-comment#post-80954</link>
			<pubDate>Thu, 25 Oct 2012 01:06:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure what the difference is but on my test install comments have the class name of the author within them ie on here my comments have the class name &#34;Devin&#34; and can be styled specifically.&#60;/p&#62;
&#60;p&#62;If we can inspect the site live I can go further with trying to offer a solution but otherwise I can only go by whats on my end.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80928</link>
			<pubDate>Wed, 24 Oct 2012 20:09:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you just link us to the site with an admin's post on it? Then I can give you the specific css for that admin as it is *not* the ID but instead its the username that appears as a class in the css for the post.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80904</link>
			<pubDate>Wed, 24 Oct 2012 14:42:56 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Peter, but this has also no effect. NEWSCAST seems to change the comment background rotatory. Uff, my English is not so good ... in German: &#60;/p&#62;
&#60;p&#62;abwechselnd, egal, wer kommentiert, Autor oder User, wird der Hintergrund desjenigen Kommentars hellgrau, wenn der nächste Besucher kommentiert, wird der gleiche Kommentar des Autors weiß usw.&#60;/p&#62;
&#60;p&#62;You can see it live here in the demo:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/newscast/2010/03/06/why-doesnt-apple-rebrand-to-banana/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/newscast/2010/03/06/why-doesnt-apple-rebrand-to-banana/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The background colour of the comments is always changing there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80881</link>
			<pubDate>Wed, 24 Oct 2012 11:49:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp_list_comments.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li &#38;lt;?php comment_class(); ?&#38;gt; id=&#38;quot;li-comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$id = get_comment(get_comment_ID())-&#38;gt;user_id;
$author_id  = ($id) ?  &#38;#39; comment-author-&#38;#39;.$id : &#38;#39;&#38;#39;;
?&#38;gt;
&#38;lt;li &#38;lt;?php comment_class(); echo $author_id; ?&#38;gt; id=&#38;quot;li-comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and Devins code should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80818</link>
			<pubDate>Tue, 23 Oct 2012 19:42:15 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have used this CSS&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.commentlist .comment-author-1 .comment_content {&#60;br /&#62;
    background-color: #a882bd;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ID 1 is my (author) ID, but it has no effect at all. Are you sure, that no PHP file needs to be edited for the class &#60;em&#62;.comment-author-1&#60;/em&#62;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight Author’s Comment"</title>
			<link>http://www.kriesi.at/support/topic/highlight-author%e2%80%99s-comment#post-80796</link>
			<pubDate>Tue, 23 Oct 2012 17:10:28 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;this has no effect at all, I checked the php files, there's no possibility set for using &#34;.comment-author-...&#34;&#60;br /&#62;
I've checked my user ID, it's just &#34;1&#34;.&#60;br /&#62;
I have set this CSS, and tried another variant, too:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.commentlist .comment-author-1 .comment_content {&#60;br /&#62;
    background-color: #a882bd;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .commentlist .comment-author-1 .comment {&#60;br /&#62;
    background-color: #a882bd;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but no effect at all ... are you sure, that no PHP files need to be changed, too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Highlight Author’s Comment"</title>
			<link>http://www.kriesi.at/support/topic/highlight-author%e2%80%99s-comment#post-80674</link>
			<pubDate>Mon, 22 Oct 2012 19:00:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;The same answer I gave here for Newscast should generally work for Corona as well: &#60;a href=&#34;http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The individual comment gets a class with the users name added to it which can be styled with css and will only effect that users comments.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80645</link>
			<pubDate>Mon, 22 Oct 2012 16:04:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;That looks to be a bit outdated. You can use a bit of css to style specific author comments and no need to modify the php files. Try adding the following to your style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.commentlist .comment-author-yourid .comment_content {
    background-color: #a882bd;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change yourid to your username and it should modify your comments.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight Author’s Comment"</title>
			<link>http://www.kriesi.at/support/topic/highlight-author%e2%80%99s-comment#post-80617</link>
			<pubDate>Mon, 22 Oct 2012 11:21:12 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Peter, for the plugin tips.&#60;/p&#62;
&#60;p&#62;But user ID1 would be ok, because I'm the only author at my blog - and in such simple cases I'm always trying to avoid (too many) plugins ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Highlight Author’s Comment"</title>
			<link>http://www.kriesi.at/support/topic/highlight-author%e2%80%99s-comment#post-80607</link>
			<pubDate>Mon, 22 Oct 2012 08:16:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code won't work because it's very limited (just the comments of the user with the id 1 would be affected but it will not work for all other users). However you can try plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/simple-author-highlighter/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-author-highlighter/&#60;/a&#62; or &#60;a href=&#34;http://wordpress.org/extend/plugins/author-highlight/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/author-highlight/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight author&#039;s comments in NEWSCAST"</title>
			<link>http://www.kriesi.at/support/topic/highlight-authors-comments-in-newscast#post-80508</link>
			<pubDate>Sat, 20 Oct 2012 17:26:04 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have found a tutorial, how to highlight author's comment. Unfortunately I can't find any similar code parts in NEWSCAST's files, where I can add this functionality as mentioned in this tutorial at point &#60;a href=&#34;http://www.wpbeginner.com/wp-tutorials/55-most-wanted-wordpress-tips-tricks-and-hacks/&#34;&#62;&#60;strong&#62;9. Hightlight Author's Comment »»&#60;/strong&#62;&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I have looked at loop-comments.php and comments.php, but I can't find any similar to change this.&#60;/p&#62;
&#60;p&#62;I have created my CSS for it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.autorkommentar { background-color: #a882bd !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The tutorials suggests to look in the comments.php for something similar like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li &#38;lt;?php echo $oddcomment; ?&#38;gt;id=&#38;quot;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to replace it with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;&#38;lt;?php if ($comment-&#38;gt;user_id == 1) $oddcomment = &#38;quot;authorstyle&#38;quot;; echo $oddcomment; ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But I cannot find any code like the one I should search for. Can you please help me out? Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Highlight Author’s Comment"</title>
			<link>http://www.kriesi.at/support/topic/highlight-author%e2%80%99s-comment#post-80506</link>
			<pubDate>Sat, 20 Oct 2012 16:58:19 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have found a tutorial, how to highlight author's comment. Unfortunately I can't find any similar code parts in CORONA's files, where I can add this functionality as mentioned in this tutorial at point &#60;a href=&#34;http://www.wpbeginner.com/wp-tutorials/55-most-wanted-wordpress-tips-tricks-and-hacks/&#34;&#62;&#60;strong&#62;9. Hightlight Author's Comment »»&#60;/strong&#62;&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I have looked at loop-comments.php and comments.php, but I can't find any similar to change this.&#60;/p&#62;
&#60;p&#62;I have created my CSS for it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.autorkommentar { background-color: #a882bd !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The tutorials suggests to look in the comments.php for something similar like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li &#38;lt;?php echo $oddcomment; ?&#38;gt;id=&#38;quot;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to replace it with this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;&#38;lt;?php if ($comment-&#38;gt;user_id == 1) $oddcomment = &#38;quot;authorstyle&#38;quot;; echo $oddcomment; ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But I cannot find any code like the one I should search for. Can you please help me out? Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Main menu item should be hightlighted when on its child page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-item-should-be-hightlighted-when-on-its-child-page#post-54701</link>
			<pubDate>Fri, 04 May 2012 17:14:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Glad that worked :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu item should be hightlighted when on its child page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-item-should-be-hightlighted-when-on-its-child-page#post-54347</link>
			<pubDate>Wed, 02 May 2012 16:20:48 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">54347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, forgot to clear my cache, these CSS works fine for this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu item should be hightlighted when on its child page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-item-should-be-hightlighted-when-on-its-child-page#post-54346</link>
			<pubDate>Wed, 02 May 2012 16:18:17 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">54346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to have the main menu item highlighted with my link color when I am at its child page.&#60;/p&#62;
&#60;p&#62;I have added this code to my custom.css, but it has no effect:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.current-menu-item a {&#60;br /&#62;
color: #444444;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu li.current-menu-parent a, .main_menu li.current-menu-ancestor a{&#60;br /&#62;
    color: #a882bd; !important; /* highlight color */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu li.current-menu-parent ul li.current-menu-item a, .main_menu li.current-menu-ancestor ul li.current-menu-item a {&#60;br /&#62;
    color: #a882bd; !important; /* highlight color */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu li.current-menu-parent ul li a, .main_menu li.current-menu-ancestor ul li a {&#60;br /&#62;
    color: #a882bd;  !important; /* default nav link color */&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Color for activated SUBMENU link?"</title>
			<link>http://www.kriesi.at/support/topic/color-for-activated-submenu-link#post-29658</link>
			<pubDate>Mon, 17 Oct 2011 14:51:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you're using the menu manager/builder all links (main menu &#38;amp; sub menu) support these classes. I.e. the demo &#34;Home&#34; link looks like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;menu-item-511&#38;quot; class=&#38;quot;menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-511&#38;quot;&#38;gt;
&#38;lt;a href=&#38;quot;http://www.kriesi.at/themes/corona/&#38;quot;&#38;gt;Home&#38;lt;/a&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As you can see the list item has the class &#34;current-menu-item&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tbanetworkservices on "Color for activated SUBMENU link?"</title>
			<link>http://www.kriesi.at/support/topic/color-for-activated-submenu-link#post-29636</link>
			<pubDate>Mon, 17 Oct 2011 09:18:49 +0000</pubDate>
			<dc:creator>tbanetworkservices</dc:creator>
			<guid isPermaLink="false">29636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I was wondering why in Corona that the 'Home' link doesn't use: li.current-menu-item &#60;/p&#62;
&#60;p&#62;This means that not only in the submenu but in the mainmenu the Home link never gets highlighted.&#60;/p&#62;
&#60;p&#62;Of course it seems to be a custom link as it is added in the WP-Menus.&#60;/p&#62;
&#60;p&#62;Anyway to highlight it?&#60;/p&#62;
&#60;p&#62;Thanks...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Color for activated SUBMENU link?"</title>
			<link>http://www.kriesi.at/support/topic/color-for-activated-submenu-link#post-29577</link>
			<pubDate>Sun, 16 Oct 2011 12:04:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .submenu .menu li.current-menu-item a {
    color: #fff;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Color for activated SUBMENU link?"</title>
			<link>http://www.kriesi.at/support/topic/color-for-activated-submenu-link#post-29575</link>
			<pubDate>Sun, 16 Oct 2011 11:22:05 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">29575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how could I make this, so if I click for example &#34;contact&#34; in the &#60;strong&#62;sub menu&#60;/strong&#62;, so then the word &#34;contact&#34; in the sub menu bar is in my special color, too?&#60;/p&#62;
&#60;p&#62;The reason: I have made a new subnavigation from your submenu with own items, and they should be &#34;active&#34; in a certain color, too, when a special page of them is clicked in the sub menu (like it is the behaviour of the main menu).&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29331</link>
			<pubDate>Wed, 12 Oct 2011 14:56:40 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">29331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris - i even find a solution without adding any css class to the menu-item.&#60;br /&#62;
in the style1.css simply change&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-item a, .nav li a:hover {color:#fff;}
to
.nav .current-menu-item a, .nav li:hover a {color:#fff;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav li a:hover span, .nav .current-menu-item a span {color: #8bbf00;}
to
.nav .current-menu-item a span, .nav li:hover a span {color: #8bbf00;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this should do the trick and is also the best solution because it will work automaticly for every sub page from your menu and you won't have to add css classes all the time by the wordpress 3.0 menu manager. the little secret was to put the &#34;a&#34; behind the hover.&#60;/p&#62;
&#60;p&#62;all my best&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29315</link>
			<pubDate>Wed, 12 Oct 2011 10:35:53 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">29315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris i got this thing solved.&#60;br /&#62;
the problem was that the sub-menu items also have &#34;strong&#34; tags and they are highlighted everytime the same as the main menu-item by the code provided from you (because of the a &#38;gt; strong).&#60;/p&#62;
&#60;p&#62;i don't know where you can delete the &#34;strong&#34; brackets for the sub-menu, so i simply added a css-class named &#34;parent&#34; for the parent-menu-item (in my case &#34;buchvorstellungen&#34;) via the wordpress menu manager.&#60;br /&#62;
i succeeded by adding the following into the style1.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.parent:hover a {color: #fff;} /* to make the main menu white*/
.parent:hover a span {color: #8BBF00;} /* to make the menu description green */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this keeps the main menu highlighted and! the sub menu gray when not hovering over them.&#60;br /&#62;
a curious thing is that taking the &#34;a&#34; infront of the hover (which i think is the common way) won't work.&#60;br /&#62;
best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29278</link>
			<pubDate>Wed, 12 Oct 2011 01:23:43 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm pretty certain what I provided should work. I suggest you start with a clean CSS file and apply the provided code again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-29228</link>
			<pubDate>Tue, 11 Oct 2011 12:21:24 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">29228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris,&#60;/p&#62;
&#60;p&#62;if i add&#60;br /&#62;
&#60;code&#62;.nav li:hover a &#38;gt; span {color: #8BBF00;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;it works fine for the menu description just the title doesn't work with both of the provided solutions.&#60;br /&#62;
any other ideas? i know it has to work - since there are wordpress pages with this kind of behaviour.&#60;/p&#62;
&#60;p&#62;best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28831</link>
			<pubDate>Thu, 06 Oct 2011 14:36:49 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry chris, this doesn't work either.&#60;br /&#62;
if i do so the submenu gets some more lines and the parent isn't highlighted anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28749</link>
			<pubDate>Thu, 06 Oct 2011 00:23:34 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the last code I provided wasn't entirely correct.&#60;br /&#62;
It should be `#menu-navigation ul li ul li:hover a &#38;gt; strong {&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
}`&#60;/p&#62;
&#60;p&#62;In your style1.css you can find&#60;br /&#62;
&#60;code&#62;#top .nav li ul a&#60;/code&#62;&#60;br /&#62;
and replace it by&#60;br /&#62;
&#60;code&#62;#top .nav li ul a strong,#top .nav li ul a&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This should work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28684</link>
			<pubDate>Wed, 05 Oct 2011 15:11:34 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey chris this is working, but it changes the submenu items to be highlightet in white all the time too.&#60;br /&#62;
it's hard to distinguish the hover for a submenu now.&#60;br /&#62;
how can i get the normal grey color back if not hovering over a subpage?&#60;/p&#62;
&#60;p&#62;all my best
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28607</link>
			<pubDate>Tue, 04 Oct 2011 19:33:24 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-navigation li:hover a &#38;gt; span {
    color: #8BBF00;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to your CSS, this will color your &#34;Leseproben&#34; green when you're hovering a sub item.&#60;/p&#62;
&#60;p&#62;Also add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-navigation li:hover a &#38;gt; strong {
    color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To keep your &#34;Buchvorstellung&#34; white.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-28419</link>
			<pubDate>Sun, 02 Oct 2011 17:50:38 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">28419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any news?&#60;br /&#62;
what i am trying to achieve is something like &#60;a href=&#34;http://www.brotfabrik-berlin.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.brotfabrik-berlin.de/&#60;/a&#62; when you hover to a subpage the parent keeps being highlighted.&#60;br /&#62;
i tried&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.nav .current-menu-parent a:hover {color:#fff;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;no luck so far
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "navigation current parent highlight hover"</title>
			<link>http://www.kriesi.at/support/topic/navigation-current-parent-highlight-hover#post-27815</link>
			<pubDate>Mon, 26 Sep 2011 06:50:38 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i open a new thread for a little question, otherwise it will be too confusing.&#60;br /&#62;
as the thread &#60;a href=&#34;http://www.kriesi.at/support/topic/change-menu-description-color&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/change-menu-description-color&#60;/a&#62; shows it is possible to highlight the parent menu item when a child page is selected.&#60;br /&#62;
is it possible to do this with the hover effect also?&#60;br /&#62;
it would be nice to keep a the current parent highlighted when hovering over a child.&#60;/p&#62;
&#60;p&#62;best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Active class on category menu item when viewing archive posts (WP 3.0+)"</title>
			<link>http://www.kriesi.at/support/topic/active-class-on-category-menu-item-when-viewing-archive-posts-wp-30#post-19009</link>
			<pubDate>Fri, 13 May 2011 05:28:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for this tutorial :) -  I'll extend the menu tutorial with your code.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
