<?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 User Favorites: AndyBeard</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 01:37:29 +0000</pubDate>

<item>
<title>Karaviro on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-19833</link>
<pubDate>Fri, 18 Mar 2011 15:44:08 +0000</pubDate>
<dc:creator>Karaviro</dc:creator>
<guid isPermaLink="false">19833@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;With the code snipet from dannydamnboy in my style.css&#60;br /&#62;
and the filter from Jamie Mitchell in the functions.php&#60;br /&#62;
of my childtheme&#60;br /&#62;
it worked, thank you guys&#60;/p&#62;
&#60;p&#62;i hope this is the clean way ;)
&#60;/p&#62;</description>
</item>
<item>
<title>alturnwall on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-12835</link>
<pubDate>Sat, 05 Jun 2010 19:04:17 +0000</pubDate>
<dc:creator>alturnwall</dc:creator>
<guid isPermaLink="false">12835@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Found another way to do it simply with the supplied functions.php file. &#60;a href=&#34;http://themeshaper.com/forums/topic/completely-remove-drop-down-menu-from-horizontal-menu?replies=3#post-12834&#34;&#62;Posted here.&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>boylecreations on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-12413</link>
<pubDate>Sat, 15 May 2010 21:24:45 +0000</pubDate>
<dc:creator>boylecreations</dc:creator>
<guid isPermaLink="false">12413@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;New here, was just looking for ways to cut down on loading time by removing unnecessary scripts for my build. The filtering method was exactly what I was looking for. Thanks Jamie!
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-6424</link>
<pubDate>Fri, 11 Sep 2009 04:22:31 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">6424@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Works a charm.&#60;/p&#62;
&#60;p&#62;but don't forget to filter the head scripts for the dropdowns too.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Filter away the default scripts loaded with Thematic
function childtheme_head_scripts() {
    // Abscence makes the heart grow fonder
}
add_filter(&#38;#39;thematic_head_scripts&#38;#39;,&#38;#39;childtheme_head_scripts&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>dannydamnboy on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-4759</link>
<pubDate>Sat, 27 Jun 2009 10:29:40 +0000</pubDate>
<dc:creator>dannydamnboy</dc:creator>
<guid isPermaLink="false">4759@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've used:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sf-menu li ul {
    display:none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It works fine for me.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-3975</link>
<pubDate>Wed, 20 May 2009 12:30:23 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3975@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Andy .. Sorry .. you can argue that keeping the sub-menus hidden might not be the best solution. That's fine. But the hidden text is not unrelated to the website and therefore this is definitely not spamdexing!&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>nath on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-3971</link>
<pubDate>Wed, 20 May 2009 07:01:19 +0000</pubDate>
<dc:creator>nath</dc:creator>
<guid isPermaLink="false">3971@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Andy, thanks for the help.&#60;/p&#62;
&#60;p&#62;That partly works but removes all the links menu not just the drop downs! &#60;/p&#62;
&#60;p&#62;Is there any way to show just the parent pages using the remove functions? (as I don't want to search spam...)&#60;/p&#62;
&#60;p&#62;thanks...
&#60;/p&#62;</description>
</item>
<item>
<title>AndyBeard on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-3970</link>
<pubDate>Wed, 20 May 2009 05:22:49 +0000</pubDate>
<dc:creator>AndyBeard</dc:creator>
<guid isPermaLink="false">3970@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You can't just hide the links, that is search spam.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_thematic_actions() {

    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);

}
add_action(&#38;#39;init&#38;#39;,&#38;#39;remove_thematic_actions&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>nath on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-3960</link>
<pubDate>Tue, 19 May 2009 07:18:52 +0000</pubDate>
<dc:creator>nath</dc:creator>
<guid isPermaLink="false">3960@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Chris &#60;/p&#62;
&#60;p&#62;Amazing, it works and was super simple! - I've been scratching my head for a while over that. Thanks for explaining it as well as giving the code, always useful to know what it's doing. I had assumed the drop downs were part of the thematic code rather than CSS and was looking in the wrong place! &#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-3950</link>
<pubDate>Mon, 18 May 2009 21:22:18 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3950@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Nath,&#60;/p&#62;
&#60;p&#62;the mentioned code will only remove the fancy stuff around the menu (keep it in your functions.php). The CSS functionality will remain. To remove the CSS dropdowns add the following code to your child theme's style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sf-menu li ul {
    display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>nath on "Removing the drop down menu using filtering?"</title>
<link>http://themeshaper.com/forums/topic/removing-the-drop-down-menu-using-filtering#post-3938</link>
<pubDate>Sun, 17 May 2009 22:32:34 +0000</pubDate>
<dc:creator>nath</dc:creator>
<guid isPermaLink="false">3938@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello Folks, &#60;/p&#62;
&#60;p&#62;Just wondering whether it is possible to remove the drop down function of the menu, whilst keeping the horizontal layout.&#60;/p&#62;
&#60;p&#62;I am trying to create a menu with two links, and no sub pages (the portfolio pages in my case) (the normal drop down bits) &#60;/p&#62;
&#60;p&#62;Is it possible to filter those functions out? I have tried the copying and pasting the code from: &#60;a href=&#34;http://themeshaper.com/thematic-09-released/&#34;&#62;http://themeshaper.com/thematic-09-released/&#60;/a&#62; but to no avail! (it is in fact still in the functions.php in the child theme. The other filters appear to work fine. (side bar and comments removal along with the edited meta data) &#60;/p&#62;
&#60;p&#62;The site in question is: &#60;a href=&#34;http://www.yafle.co.uk&#34;&#62;http://www.yafle.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think i could probably achieve it by editing the index.php but i got the impression that the best practice is to use filters. (Which so far has been much easier!)  &#60;/p&#62;
&#60;p&#62;As you may have guessed I am very new to Thematic (and in fact wordpress) and although i know a bit of html and css, php is a bit over my head! Thanks for all the snippets of code. &#60;/p&#62;
&#60;p&#62;Any help would be much appreciated...&#60;/p&#62;
&#60;p&#62;Thanks, nath
&#60;/p&#62;</description>
</item>

</channel>
</rss>
