<?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 Tag: form in menu</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 11:08:27 +0000</pubDate>

<item>
<title>perryb on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22830</link>
<pubDate>Wed, 24 Aug 2011 20:39:05 +0000</pubDate>
<dc:creator>perryb</dc:creator>
<guid isPermaLink="false">22830@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Cheers Helga - I haven't got my head round childtheme_override to date. That looks much tidier :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22827</link>
<pubDate>Wed, 24 Aug 2011 15:54:55 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22827@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@perryb - if you're  using thematic 0.9.8 then you can just do&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_access() {  ?&#38;gt;
  	&#38;lt;div id=&#38;quot;access&#38;quot;&#38;gt;
    		&#38;lt;div class=&#38;quot;skip-link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;#content&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Skip navigation to the content&#38;#39;, &#38;#39;thematic&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Skip to content&#38;#39;, &#38;#39;thematic&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
            &#38;lt;?php echo thematic_add_menuclass(wp_page_menu(thematic_page_menu_args()));?&#38;gt;

		&#38;lt;!-- Your DIV/PHP or whatever here --&#38;gt;

        &#38;lt;/div&#38;gt;&#38;lt;!-- #access --&#38;gt;
&#38;lt;?php }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;without the add and remove actions
&#60;/p&#62;</description>
</item>
<item>
<title>perryb on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22824</link>
<pubDate>Wed, 24 Aug 2011 11:46:23 +0000</pubDate>
<dc:creator>perryb</dc:creator>
<guid isPermaLink="false">22824@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Beg your pardon - that doesn't add it to the menu li as requested
&#60;/p&#62;</description>
</item>
<item>
<title>perryb on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22823</link>
<pubDate>Wed, 24 Aug 2011 11:32:57 +0000</pubDate>
<dc:creator>perryb</dc:creator>
<guid isPermaLink="false">22823@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi this seemed to work when I just tested it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Remove default Thematic actions
function remove_thematic_actions() {
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);

// Append your div to the end of the menu div
function search_access() { ?&#38;gt;
    	&#38;lt;div id=&#38;quot;access&#38;quot;&#38;gt;
    		&#38;lt;div class=&#38;quot;skip-link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;#content&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Skip navigation to the content&#38;#39;, &#38;#39;thematic&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Skip to content&#38;#39;, &#38;#39;thematic&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
            &#38;lt;?php echo thematic_add_menuclass(wp_page_menu(thematic_page_menu_args()));?&#38;gt;

		&#38;lt;!-- Your DIV/PHP or whatever here --&#38;gt;

        &#38;lt;/div&#38;gt;&#38;lt;!-- #access --&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;search_access&#38;#39;,9);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22806</link>
<pubDate>Mon, 22 Aug 2011 16:09:56 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22806@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;freaking akismet doesn't want to let me link to a possible solution.  i think i tried to answer you a week ago, but then forgot when i couldn't post.  &#60;/p&#62;
&#60;p&#62;you can either write a custom childtheme_override_access() (copying the current thematic_access() and then pasting in your form) or you could try: &#60;/p&#62;
&#60;p&#62;wpfirstaid DOT com/tag/wp_nav_menu/
&#60;/p&#62;</description>
</item>
<item>
<title>bluejpro on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22804</link>
<pubDate>Mon, 22 Aug 2011 15:43:11 +0000</pubDate>
<dc:creator>bluejpro</dc:creator>
<guid isPermaLink="false">22804@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The problem with adding this menu item to the header is it floats over the other menu items. &#60;/p&#62;
&#60;p&#62;I am looking for a way to filter it as the last menu item.&#60;/p&#62;
&#60;p&#62;like:&#60;/p&#62;
&#60;p&#62;function my_new_link()&#60;br /&#62;
//link content&#60;br /&#62;
add_filter(somwhere, my_new_link, some position);&#60;/p&#62;
&#60;p&#62;Can anyone fill in the blanks?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>bluejpro on "Add menu item that's a custom form"</title>
<link>http://themeshaper.com/forums/topic/add-menu-item-thats-a-custom-form#post-22596</link>
<pubDate>Wed, 10 Aug 2011 13:35:07 +0000</pubDate>
<dc:creator>bluejpro</dc:creator>
<guid isPermaLink="false">22596@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I am looking to add a menu item into to my Thematic child theme.  The menu item is a custom subscribe form.  I already have the the script that runs the form, and the HTML to format the form in a function.&#60;/p&#62;
&#60;p&#62;What I don't know how to do is hook the form into the menu.  I'd like to make it the last &#60;code&#62;&#38;lt;li&#38;gt;&#60;/code&#62; item in the ul id=&#34;menu-main-menu, or at least position the code in the .main-menu class. &#60;/p&#62;
&#60;p&#62;I am having all sorts of positioning problems in different browsers the way I am doing it now, which is a function that puts it in the header:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;my_signup_div&#38;#39;, 9);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;How can I hook it or filter it into the existing menu?&#60;/p&#62;
&#60;p&#62;If you have the slightest guess please don't be shy.&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
</item>

</channel>
</rss>
