<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: About to quit on Toolbox and Wordpress because of the most simple things.</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 22:14:39 +0000</pubDate>

<item>
<title>dosejnky on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-26721</link>
<pubDate>Mon, 30 Apr 2012 14:27:18 +0000</pubDate>
<dc:creator>dosejnky</dc:creator>
<guid isPermaLink="false">26721@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Yep the key was &#34;.current-menu-item&#34;, thank you anyway :-)
&#60;/p&#62;</description>
</item>
<item>
<title>dosejnky on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-26720</link>
<pubDate>Mon, 30 Apr 2012 14:11:07 +0000</pubDate>
<dc:creator>dosejnky</dc:creator>
<guid isPermaLink="false">26720@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Has anyone find a solution for that? I am trying to have a menu with active state, but can`t find a way to do it even with firebug.
&#60;/p&#62;</description>
</item>
<item>
<title>Moby on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-21793</link>
<pubDate>Thu, 09 Jun 2011 23:23:33 +0000</pubDate>
<dc:creator>Moby</dc:creator>
<guid isPermaLink="false">21793@http://themeshaper.com/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;you know this is a Thematic forum right?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Wrong! This is the Themeshaper Wordpress Themes section of the forum.&#60;br /&#62;
Thanks for the firebug tip. I will see if i can sort this out.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-21792</link>
<pubDate>Thu, 09 Jun 2011 22:34:34 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">21792@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you know this is a Thematic forum right?&#60;/p&#62;
&#60;p&#62;but otherwise, WP puts special classes on the menu if you're on that page, so it is a CSS issue to target the right class. i highly suggest &#60;a href=&#34;http://getfirebug.com&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com&#60;/a&#62; for Firefox or I use the built-in dev tools w/ Chrome.  (CTRL-SHIFT-J)&#60;/p&#62;
&#60;p&#62;wp's active class looks like&#60;/p&#62;
&#60;p&#62;current_page_item&#60;/p&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;p&#62;current_menu_item&#60;/p&#62;
&#60;p&#62;so you can &#34;highlight&#34; them&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.current_page_item a , .current_menu_item a {
  background: pink;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>joperron on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-21790</link>
<pubDate>Thu, 09 Jun 2011 21:44:24 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">21790@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Make sure you check this out: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_nav_menu&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_nav_menu&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-21789</link>
<pubDate>Thu, 09 Jun 2011 21:43:30 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">21789@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Maybe this in your stylesheet?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#sub-nav ul li a:active&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If that's what you mean by active state
&#60;/p&#62;</description>
</item>
<item>
<title>Moby on "About to quit on Toolbox and Wordpress because of the most simple things."</title>
<link>http://themeshaper.com/forums/topic/about-to-quit-on-toolbox-and-wordpress-because-of-the-most-simple-things#post-21787</link>
<pubDate>Thu, 09 Jun 2011 21:33:58 +0000</pubDate>
<dc:creator>Moby</dc:creator>
<guid isPermaLink="false">21787@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;About to quit on Toolbox and Wordpress because of the most simple things.&#60;br /&#62;
Im not a php ninja nor a Wordpress one. In fact im starting on both, but not being able to achieve the most simple things its really frustrating.&#60;br /&#62;
In functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	if ( function_exists( &#38;#39;register_nav_menus&#38;#39; ) ) {
		register_nav_menus(
				array(
					&#38;#39;top_menu&#38;#39; =&#38;gt; &#38;#39;My Custom Top Menu&#38;#39;,
					&#38;#39;sidebar_menu&#38;#39; =&#38;gt; &#38;#39;Super Sidebar Menu&#38;#39;,
					&#38;#39;main_menu&#38;#39; =&#38;gt; &#38;#39;Main Menu&#38;#39;
				)
		);
	}
 ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;on my header.php&#60;br /&#62;
 `  &#38;lt;div id=&#34;navigation&#34;&#38;gt;&#60;/p&#62;
&#60;ul&#62;
           &#38;lt;?php wp_nav_menu( array ( 'menu' =&#38;gt; 'Top Menu') ); ?&#38;gt;
          &#60;/ul&#62;
&#60;p&#62;&#38;lt;div&#38;gt;`&#60;br /&#62;
and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;sub-nav&#38;quot;&#38;gt;

&#38;lt;ul&#38;gt;
            &#38;lt;?php wp_nav_menu( array ( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;Main Menu&#38;#39; ) ); ?&#38;gt;
          &#38;lt;/ul&#38;gt;
        &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The question is: How can i add an active state on a menu link?&#60;br /&#62;
It's a simple question, but after 2 hours googling for an answer im still out of luck.&#60;br /&#62;
Im using a free template and trying to convert it into wordpress for learning purposes using the Toolbox theme.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
