<?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: current page link color</title>
		<link>http://www.kriesi.at/support/topic/current-page-link-color</link>
		<description>Support Forum - Topic: current page link color</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 00:47:44 +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/current-page-link-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-51399</link>
			<pubDate>Thu, 12 Apr 2012 14:34:53 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">51399@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you figured it out. Thanks for posting the solution here.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-51378</link>
			<pubDate>Thu, 12 Apr 2012 08:45:46 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">51378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found a solution. Add this code to your functions.php:&#60;/p&#62;
&#60;p&#62;add_filter('nav_menu_css_class', 'AddCurrentMenuItemClass',1,2);&#60;/p&#62;
&#60;p&#62;function AddCurrentMenuItemClass($classes,$item)&#60;br /&#62;
{&#60;br /&#62;
$link = site_url().$_SERVER['REQUEST_URI'];&#60;br /&#62;
if(strpos($link, $item-&#38;gt;url) !== false)&#60;br /&#62;
{&#60;br /&#62;
$classes[] = 'current-menu-item';&#60;br /&#62;
}&#60;br /&#62;
return $classes;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Then you can use the current class.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-51375</link>
			<pubDate>Thu, 12 Apr 2012 08:30:55 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">51375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Mya,&#60;/p&#62;
&#60;p&#62;That didn't work. The problem is that I made custom links so you can navigate immediately to single product pages. If I add a page menu item I see indeed the current page class. But the custom links don't have such class. Is there a way to change this or is there another way to get the result?&#60;/p&#62;
&#60;p&#62;Thanks a lot.&#60;/p&#62;
&#60;p&#62;Martijn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-51239</link>
			<pubDate>Wed, 11 Apr 2012 18:53:42 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">51239@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Martijn,&#60;/p&#62;
&#60;p&#62;Add this to your custom.css or your Quick CSS under Flashlight &#38;gt; Styling.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu .current-menu-item a strong,
.main_menu .menu .current_page_ancestor a strong {
    color: #1994E6;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll want to change the color to match to your hover color.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-51146</link>
			<pubDate>Wed, 11 Apr 2012 10:06:52 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">51146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still not found. Is this not possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-50950</link>
			<pubDate>Tue, 10 Apr 2012 14:05:01 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">50950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I solved it for a custom menu widget but not for the flashlight menu. Any idea?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "current page link color"</title>
			<link>http://www.kriesi.at/support/topic/current-page-link-color#post-50940</link>
			<pubDate>Tue, 10 Apr 2012 12:48:13 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">50940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;How can I set the current page color? I have a hover color but when I click on a link that navigate me to a page I would like to see the same color as the hover so you can see wich page is active.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Martijn
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
