<?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: how to fix menu that got deleted</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 05:42:13 +0000</pubDate>

<item>
<title>duckylucky on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24120</link>
<pubDate>Mon, 05 Dec 2011 15:24:51 +0000</pubDate>
<dc:creator>duckylucky</dc:creator>
<guid isPermaLink="false">24120@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I don't know. I am not an expert at this. I didn't create the page. I assume that a widget was used as a way to get the menu in between the 2 round signs.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24117</link>
<pubDate>Mon, 05 Dec 2011 14:41:32 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24117@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;agree w/ scott about the overly-specific CSS.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-footer-navigation { list-style:none; margin:0px; } #menu-footer-navigation li { display:block; float:left; margin:0px 36px;} #menu-footer-navigation li a { text-decoration:none;} #menu-footer-navigation li a:hover { text-decoration:underline;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;is the relevant CSS and i'm not sure how you force a widget to have that ID for the ul element.  so i'm wondering why put this menu as a widget?  if you are duplicating the same menu below, well... why not just duplicate the menu?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;thematic_abovefooter&#38;#39;,&#38;#39;thematic_access&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>duckylucky on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24112</link>
<pubDate>Mon, 05 Dec 2011 13:34:37 +0000</pubDate>
<dc:creator>duckylucky</dc:creator>
<guid isPermaLink="false">24112@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks again for your help. I tried #footer.menu, footer.menu, #footer-navigation, footer-navigation. Unfortunately, none worked. I noticed that the formatting for the no bs and no tie signs is controlled by a section titled subsidiary, but I do not see any reference to a menu.  I tried calling it subsidiary, no go. I opened the style, functions and footer files, but can't seem to find the right name.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24103</link>
<pubDate>Mon, 05 Dec 2011 05:04:14 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24103@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The menu breaking because it was deleted means the CSS is too specific, so instead of targeting the class with the name &#34;#menu-footer-navigation&#34;, try targeting the &#34;#footer .menu&#34; which would be more generic.&#60;/p&#62;
&#60;p&#62;If you want to find the original name, it should be referenced in your CSS file, just remember WP/Thematic will add &#34;menu-&#34; before the name of the menu. In your css file i see &#34;#menu-footer-navigation&#34; which would be a menu name of &#34;footer-navigation&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>duckylucky on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24102</link>
<pubDate>Mon, 05 Dec 2011 04:37:52 +0000</pubDate>
<dc:creator>duckylucky</dc:creator>
<guid isPermaLink="false">24102@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, but I made this mistake a few weeks ago, so the cached version is after the deletion.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24100</link>
<pubDate>Mon, 05 Dec 2011 03:30:04 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24100@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Try inspecting googles cache to find the name, &#60;a href=&#34;http://webcache.googleusercontent.com/search?q=cache:http://competeoutsidethebox.com/&#34; rel=&#34;nofollow&#34;&#62;http://webcache.googleusercontent.com/search?q=cache:http://competeoutsidethebox.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>duckylucky on "how to fix menu that got deleted"</title>
<link>http://themeshaper.com/forums/topic/how-to-fix-menu-that-got-deleted#post-24098</link>
<pubDate>Sun, 04 Dec 2011 23:48:37 +0000</pubDate>
<dc:creator>duckylucky</dc:creator>
<guid isPermaLink="false">24098@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I hit delete on the menus section by mistake and both top and bottom menus disappeared. I created a new menu, but I must have the wrong name for the menu. I have renamed the menu every possible name I found in the style and footer files (footer, menu-footer-navigation, menu, subsidiary, etc.), and none work. I assume that there is a formatting routine that requires the menu have a particular name to work. Please tell me the name I should give the menu so that it appears the way it was before. My webpage is: competeoutsidethebox.com&#60;/p&#62;
&#60;p&#62;Thanks very much in advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
