<?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: Making a CSS3 Animated Menu?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 05:56:11 +0000</pubDate>

<item>
<title>LMan on "Making a CSS3 Animated Menu?"</title>
<link>http://themeshaper.com/forums/topic/making-a-css3-animated-menu#post-22564</link>
<pubDate>Mon, 08 Aug 2011 05:20:14 +0000</pubDate>
<dc:creator>LMan</dc:creator>
<guid isPermaLink="false">22564@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ill give it a try sowmingseed. Thanks for your response. I'm still very new to coding.
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Making a CSS3 Animated Menu?"</title>
<link>http://themeshaper.com/forums/topic/making-a-css3-animated-menu#post-22502</link>
<pubDate>Tue, 02 Aug 2011 07:19:22 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">22502@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Here are a few pointers. I presume you wish to remove the current menu and use this one (and accept that you will have to hardcode the menu items), so:&#60;br /&#62;
1) remove current menu you will find in the thematic menus demystified sticky post. (You will only add the first part the code to: add_action('init', 'remove_menu'); as you are not adding the menu back in.&#60;br /&#62;
2) Then you will choose where you wish the new menu to be added: 'thematic_aboveheader' or 'thematic_belowheader' are the 2 obvious hooks. You will wrap the html code in a function...&#60;br /&#62;
function my_new_menu(){&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
html code for menu here&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
add_action('thematic_aboveheader','my_new_menu');&#60;br /&#62;
The above in your functions.php and then then 3) add the css to your stylesheet.&#60;br /&#62;
Should get you started.
&#60;/p&#62;</description>
</item>
<item>
<title>LMan on "Making a CSS3 Animated Menu?"</title>
<link>http://themeshaper.com/forums/topic/making-a-css3-animated-menu#post-22495</link>
<pubDate>Mon, 01 Aug 2011 18:35:04 +0000</pubDate>
<dc:creator>LMan</dc:creator>
<guid isPermaLink="false">22495@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I creating a child theme and was surfing the web and found a tutorial on developing a CSS3 animated menu. &#60;a href=&#34;http://tutorialzine.com/2011/05/css3-animated-navigation-menu/&#34; rel=&#34;nofollow&#34;&#62;http://tutorialzine.com/2011/05/css3-animated-navigation-menu/&#60;/a&#62;&#60;br /&#62;
I was wondering how and if I could implement this into my child theme? I still new to using php so please be gentle.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
