<?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: static homepage</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 25 May 2013 04:48:53 +0000</pubDate>

<item>
<title>carrie on "Menu not working on static homepage"</title>
<link>http://themeshaper.com/forums/topic/menu-not-working-on-static-homepage#post-16712</link>
<pubDate>Wed, 03 Nov 2010 16:51:51 +0000</pubDate>
<dc:creator>carrie</dc:creator>
<guid isPermaLink="false">16712@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Solved! The fadeshow div (a slideshow) was simply covering up the (working) menu. Ha!&#60;br /&#62;
I assigned it a z-index of 0 and now it's all set.
&#60;/p&#62;</description>
</item>
<item>
<title>carrie on "Menu not working on static homepage"</title>
<link>http://themeshaper.com/forums/topic/menu-not-working-on-static-homepage#post-16696</link>
<pubDate>Tue, 02 Nov 2010 22:24:34 +0000</pubDate>
<dc:creator>carrie</dc:creator>
<guid isPermaLink="false">16696@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am developing a Thematic child theme and have set my site to have a static homepage using a custom page template, and now the dropdown menus are working on all pages except the home page. The menus on that page DO work just fine when I reset the blog index to just be the default setting, displaying recent posts (ie, when the customized page is not set as the home page, the menus on it work fine). &#60;/p&#62;
&#60;p&#62;This suggests to me that the custom page template is set up OK, and there's something about it being set as the home page which is messing things up. &#60;/p&#62;
&#60;p&#62;Any ideas about how to fix this? &#60;/p&#62;
&#60;p&#62;Here is the custom page template code:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Template Name: Splash (home page)&#60;br /&#62;
*/&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;?php get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;?php thematic_abovecontainer(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;container&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php thematic_abovecontent(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;            	// create the navigation above the content&#60;br /&#62;
            	thematic_navigation_above();&#60;/p&#62;
&#60;p&#62;            	// calling the widget area 'index-top'&#60;br /&#62;
            	get_sidebar('index-top');&#60;/p&#62;
&#60;p&#62;            	// action hook for placing content above the index loop&#60;br /&#62;
            	thematic_above_indexloop();&#60;/p&#62;
&#60;p&#62;            	// action hook creating the index loop&#60;br /&#62;
            	thematic_indexloop();&#60;/p&#62;
&#60;p&#62;            	// action hook for placing content below the index loop&#60;br /&#62;
            	thematic_below_indexloop();&#60;/p&#62;
&#60;p&#62;            	// calling the widget area 'index-bottom'&#60;br /&#62;
            	get_sidebar('index-bottom');&#60;/p&#62;
&#60;p&#62;            	// create the navigation below the content&#60;br /&#62;
            	thematic_navigation_below();&#60;/p&#62;
&#60;p&#62;            	?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;fadeshow1&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;bottom&#34;&#38;gt;&#60;br /&#62;
 &#38;lt;div id=&#34;left&#34;&#38;gt;&#38;lt;p&#38;gt;Text goes here&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;right&#34;&#38;gt;&#60;br /&#62;
&#60;a href=&#34;specialevents&#34;&#62;&#38;lt;image src=&#34;pics/callout-sample1.jpg&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--closing bottom div--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;!--closing content--&#38;gt;&#60;br /&#62;
                &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php thematic_belowcontent(); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;                &#38;lt;!--closing container--&#38;gt;&#60;br /&#62;
                &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php // get_sidebar(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;    // action hook for placing content below #container&#60;br /&#62;
    thematic_belowcontainer();&#60;/p&#62;
&#60;p&#62;    // calling the standard sidebar&#60;br /&#62;
    thematic_sidebar();&#60;/p&#62;
&#60;p&#62;    // calling footer.php&#60;br /&#62;
    get_footer();&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
