<?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>WordPress &#8250; Support Topic: Widgets Not showing, using Meta-Morphosis theme</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Widgets Not showing, using Meta-Morphosis theme</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 20:35:05 +0000</pubDate>

<item>
<title>ArtWave on "Widgets Not showing, using Meta-Morphosis theme"</title>
<link>http://wordpress.org/support/topic/285077#post-1120969</link>
<pubDate>Tue, 30 Jun 2009 02:10:31 +0000</pubDate>
<dc:creator>ArtWave</dc:creator>
<guid isPermaLink="false">1120969@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok guys...i'm all good yay!!!&#60;br /&#62;
Solved the problemo...&#60;/p&#62;
&#60;p&#62;My Appreciation for taking the time to respond to me...&#60;br /&#62;
Blessed light,&#60;br /&#62;
Aline
&#60;/p&#62;</description>
</item>
<item>
<title>ArtWave on "Widgets Not showing, using Meta-Morphosis theme"</title>
<link>http://wordpress.org/support/topic/285077#post-1120881</link>
<pubDate>Tue, 30 Jun 2009 00:20:04 +0000</pubDate>
<dc:creator>ArtWave</dc:creator>
<guid isPermaLink="false">1120881@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok, i'm back! First of all &#60;strong&#62;spstieng&#60;/strong&#62;, thank YOU so much for your assistance! I changes the opacity to 100, and the widgets are showing!! - very cool.&#60;/p&#62;
&#60;p&#62;There is a couple of problems still though.&#60;br /&#62;
&#60;em&#62;&#60;strong&#62;1.&#60;/strong&#62; The recent posts &#38;amp; Links are only showing two lines, when there should be 10 recent posts and about 6 links ???&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#60;strong&#62;2.&#60;/strong&#62; The fourth widget is overriding (on top of the first Meta widget) and when you click on the 'next' button to go to the next slide, it doesn't move, in fact it just refreshes the same page. Any clue as to why this is happening???&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Here is the footer.php file source (the widgets area):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- start Widget slider --&#38;gt;
    &#38;lt;div id=&#38;quot;loopedSlider&#38;quot;&#38;gt;
        &#38;lt;div id=&#38;quot;slider-top&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
        &#38;lt;div id=&#38;quot;slider-block&#38;quot;&#38;gt;
            &#38;lt;?php if (is_sidebar_active(4)) { ?&#38;gt;
            &#38;lt;ul class=&#38;quot;nav-buttons&#38;quot;&#38;gt;
                    &#38;lt;li id=&#38;quot;p&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot; class=&#38;quot;previous&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;); ?&#38;gt;/images/btn-prev.png&#38;quot; alt=&#38;quot;&#38;lt;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
                    &#38;lt;li id=&#38;quot;n&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;#&#38;quot; class=&#38;quot;next&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;); ?&#38;gt;/images/btn-next.png&#38;quot; alt=&#38;quot;&#38;gt;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
            &#38;lt;/ul&#38;gt;
            &#38;lt;?php } ?&#38;gt;
            &#38;lt;div class=&#38;quot;container&#38;quot;&#38;gt;

                    &#38;lt;?php if (is_sidebar_active(1) &#124;&#124; is_sidebar_active(2) &#124;&#124; is_sidebar_active(3)){ ?&#38;gt;
                    &#38;lt;div id=&#38;quot;slide-1&#38;quot; class=&#38;quot;slide&#38;quot;&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(1); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(2); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget last&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(3); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    &#38;lt;/div&#38;gt;
                    &#38;lt;?php } else { ?&#38;gt;
                    &#38;lt;p&#38;gt;This area is controlled in your WP admin under &#38;lt;strong&#38;gt;Apperance &#38;gt; Widgets&#38;lt;/strong&#38;gt;. You need to &#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;); ?&#38;gt;/images/help-widgets.png&#38;quot; &#38;gt;add your desired widgets&#38;lt;/a&#38;gt; to one of the 9 widget areas (Footer1-9).
                    &#38;lt;?php } ?&#38;gt;
                    &#38;lt;?php if (is_sidebar_active(4) &#124;&#124; is_sidebar_active(5) &#124;&#124; is_sidebar_active(6)){ ?&#38;gt;
                    &#38;lt;div id=&#38;quot;slide-2&#38;quot; class=&#38;quot;slide&#38;quot;&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(4); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(5); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget last&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(6); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    &#38;lt;/div&#38;gt;
                    &#38;lt;?php  } ?&#38;gt;
                    &#38;lt;?php  if (is_sidebar_active(7) &#124;&#124; is_sidebar_active(8) &#124;&#124; is_sidebar_active(9)){ ?&#38;gt;
                    &#38;lt;div id=&#38;quot;slide-3&#38;quot; class=&#38;quot;slide&#38;quot;&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(7); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(8); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    	&#38;lt;ul class=&#38;quot;widget last&#38;quot;&#38;gt;&#38;lt;li&#38;gt;&#38;lt;?php dynamic_sidebar(9); ?&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;
                    &#38;lt;/div&#38;gt;
                    &#38;lt;?php  } ?&#38;gt;

            &#38;lt;/div&#38;gt;
        &#38;lt;/div&#38;gt;
        &#38;lt;div id=&#38;quot;slider-bot&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;
    &#38;lt;/div&#38;gt;
    &#38;lt;!-- end Widget slider --&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ArtWave on "Widgets Not showing, using Meta-Morphosis theme"</title>
<link>http://wordpress.org/support/topic/285077#post-1120840</link>
<pubDate>Mon, 29 Jun 2009 23:18:58 +0000</pubDate>
<dc:creator>ArtWave</dc:creator>
<guid isPermaLink="false">1120840@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;strong&#62;spstieng:&#60;/strong&#62; thank you for your reply!!!&#60;br /&#62;
Regarding the opacity you mentioned in the style.css, line 402 - do i just remove the opacity???&#60;br /&#62;
I'm not sure what to do exactly...yet! but i'm gonna try and remove the opacity, see what happens and will be back here shortly :)&#60;/p&#62;
&#60;p&#62;Blessings!
&#60;/p&#62;</description>
</item>
<item>
<title>spstieng on "Widgets Not showing, using Meta-Morphosis theme"</title>
<link>http://wordpress.org/support/topic/285077#post-1120641</link>
<pubDate>Mon, 29 Jun 2009 19:44:32 +0000</pubDate>
<dc:creator>spstieng</dc:creator>
<guid isPermaLink="false">1120641@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I see the theme has the follwing CSS (style.css, line 402)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.container div {
  left:0;
  opacity:0;
  padding:0 20px;
  position:absolute;
  top:0;
  z-index:0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The opacity set to 0 doesn't help you :)
&#60;/p&#62;</description>
</item>
<item>
<title>danger89 on "Widgets Not showing, using Meta-Morphosis theme"</title>
<link>http://wordpress.org/support/topic/285077#post-1120628</link>
<pubDate>Mon, 29 Jun 2009 19:31:46 +0000</pubDate>
<dc:creator>danger89</dc:creator>
<guid isPermaLink="false">1120628@http://wordpress.org/support/</guid>
<description>&#60;p&#62;div is hidden?
&#60;/p&#62;</description>
</item>
<item>
<title>ArtWave on "Widgets Not showing, using Meta-Morphosis theme"</title>
<link>http://wordpress.org/support/topic/285077#post-1120612</link>
<pubDate>Mon, 29 Jun 2009 19:21:03 +0000</pubDate>
<dc:creator>ArtWave</dc:creator>
<guid isPermaLink="false">1120612@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Any wordpress experts out there??...i'm hoping someone would assist me with our new blog theme. I'm using Meta-morphosis theme, which uses the jQuery Looped-Slider in the footer for the Widgitized area - for some odd reason the widgets are not showing, but i can see them in the page source...i've been going crazy trying to figure this out - if anyone is willing to help here's the site: &#60;a href=&#34;http://sanctuairesoulssanctuary.com/souls-talking-brain&#34;&#62;blog site&#60;/a&#62; - check the bottom footer part (widgets not showing) then check the page source...and you'll see the widgets there - very strange :o(&#60;br /&#62;
Muchly appreciate ANY assistance!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
