<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tabbed Widgets Plugin&#160;for WordPress</title>
	<atom:link href="http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/</link>
	<description>About Web, Design and the Future of Publishing</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:01:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Make Tabbed Menu on Blog Sidebar with WordPress Plugins</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-10771</link>
		<dc:creator>Make Tabbed Menu on Blog Sidebar with WordPress Plugins</dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-10771</guid>
		<description>[...] it looks more advanced and has more features but off course more difficult to configure. Go to the plugin homepage or the WordPress Plugin page to download it and follow installation and configuration step-by-step. [...]</description>
		<content:encoded><![CDATA[<p>[...] it looks more advanced and has more features but off course more difficult to configure. Go to the plugin homepage or the WordPress Plugin page to download it and follow installation and configuration step-by-step. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tabbed Widgets: WP-Sidebar besser nutzen &#124; Dr. Web Magazin</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8604</link>
		<dc:creator>Tabbed Widgets: WP-Sidebar besser nutzen &#124; Dr. Web Magazin</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8604</guid>
		<description>[...] präsentieren. Tritt dieser Effekt auch bei Ihnen auf, lohnt es sich wahrscheinlich, den Tipps in und nach diesem Kommentar zu folgen, die exakt beschreiben, was Ihr Theme-Autor nicht codex-konform implementiert hat und wie [...]</description>
		<content:encoded><![CDATA[<p>[...] präsentieren. Tritt dieser Effekt auch bei Ihnen auf, lohnt es sich wahrscheinlich, den Tipps in und nach diesem Kommentar zu folgen, die exakt beschreiben, was Ihr Theme-Autor nicht codex-konform implementiert hat und wie [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8298</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8298</guid>
		<description>&lt;a href=&quot;#comment-8288&quot; rel=&quot;nofollow&quot;&gt;JLS&lt;/a&gt;, as I said -- your code is missing those unique identifiers. This plugin cannot work without them.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8288" rel="nofollow">JLS</a>, as I said &#8212; your code is missing those unique identifiers. This plugin cannot work without them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLS</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8289</link>
		<dc:creator>JLS</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8289</guid>
		<description>Forgot to mention, but i already tried what you said in the theme requirements section.</description>
		<content:encoded><![CDATA[<p>Forgot to mention, but i already tried what you said in the theme requirements section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLS</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8288</link>
		<dc:creator>JLS</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8288</guid>
		<description>Right, sorry, here it is. The theme is Agregado, which you can find here: http://www.darrenhoyt.com/2008/09/08/agregado-lifestream-theme-for-wordpress-released/

&lt;code&gt;if ( function_exists(&#039;register_sidebar&#039;) )
register_sidebar(array(&#039;name&#039;=&gt;&#039;sidebar-home&#039;,
&#039;before_widget&#039; =&gt; &#039;&lt;div class=&quot;widget&quot;&gt;&#039;,
&#039;after_widget&#039; =&gt; &#039;&lt;/div&gt;&#039;,
&#039;before_title&#039; =&gt; &#039;&lt;h3 class=&quot;widgettitle&quot;&gt;&#039;,
&#039;after_title&#039; =&gt; &#039;&lt;/h3&gt;&#039;,
));
register_sidebar(array(&#039;name&#039;=&gt;&#039;sidebar-interior&#039;,
&#039;before_widget&#039; =&gt; &#039;&lt;div class=&quot;widget&quot;&gt;&#039;,
&#039;after_widget&#039; =&gt; &#039;&lt;/div&gt;&#039;,
&#039;before_title&#039; =&gt; &#039;&lt;h3 class=&quot;widgettitle&quot;&gt;&#039;,
&#039;after_title&#039; =&gt; &#039;&lt;/h3&gt;&#039;,
));;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Right, sorry, here it is. The theme is Agregado, which you can find here: <a href="http://www.darrenhoyt.com/2008/09/08/agregado-lifestream-theme-for-wordpress-released/" rel="nofollow">http://www.darrenhoyt.com/2008.....-released/</a></p>
<p><code>if ( function_exists('register_sidebar') )<br />
register_sidebar(array('name'=&gt;'sidebar-home',<br />
'before_widget' =&gt; '&lt;div class=&quot;widget&quot;&gt;',<br />
'after_widget' =&gt; '&lt;/div&gt;',<br />
'before_title' =&gt; '&lt;h3 class=&quot;widgettitle&quot;&gt;',<br />
'after_title' =&gt; '&lt;/h3&gt;',<br />
));<br />
register_sidebar(array('name'=&gt;'sidebar-interior',<br />
'before_widget' =&gt; '&lt;div class=&quot;widget&quot;&gt;',<br />
'after_widget' =&gt; '&lt;/div&gt;',<br />
'before_title' =&gt; '&lt;h3 class=&quot;widgettitle&quot;&gt;',<br />
'after_title' =&gt; '&lt;/h3&gt;',<br />
));;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8283</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8283</guid>
		<description>&lt;a href=&quot;#comment-8280&quot; rel=&quot;nofollow&quot;&gt;JLS&lt;/a&gt;, you forgot to encode the &lt;code&gt;html&lt;/code&gt; thing, but it I am 90% sure that you theme doesn&#039;t apply those unique widget identifiers.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8280" rel="nofollow">JLS</a>, you forgot to encode the <code>html</code> thing, but it I am 90% sure that you theme doesn&#8217;t apply those unique widget identifiers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLS</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8280</link>
		<dc:creator>JLS</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8280</guid>
		<description>Hello, I&#039;m having the same issue as some of the folks did... tabs and accordion aren&#039;t working properly: showing all it&#039;s contents.

&lt;code&gt;[code fragment deleted]&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m having the same issue as some of the folks did&#8230; tabs and accordion aren&#8217;t working properly: showing all it&#8217;s contents.</p>
<p><code>[code fragment deleted]</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8181</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8181</guid>
		<description>Kaspars,

Please accept my apologies.  When adding the page id to the exclude list in the post-template.php file only eliminated the link in the site navigation and not the plugin I was mistakenly under the impression that I was missing something in the Tabbed Widget files.

Thank you for taking the time to point me in a different direction, the exclude-pages plugin did the trick.  It&#039;s just taking me some time to sort through all the WordPress addons required to get the site running just &quot;right&quot;.  Trying to launch as quickly as possible has certainly been trial by fire.

Again, thank you for your assistance and for providing such a great plugin.

Ben</description>
		<content:encoded><![CDATA[<p>Kaspars,</p>
<p>Please accept my apologies.  When adding the page id to the exclude list in the post-template.php file only eliminated the link in the site navigation and not the plugin I was mistakenly under the impression that I was missing something in the Tabbed Widget files.</p>
<p>Thank you for taking the time to point me in a different direction, the exclude-pages plugin did the trick.  It&#8217;s just taking me some time to sort through all the WordPress addons required to get the site running just &#8220;right&#8221;.  Trying to launch as quickly as possible has certainly been trial by fire.</p>
<p>Again, thank you for your assistance and for providing such a great plugin.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8175</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8175</guid>
		<description>&lt;a href=&quot;#comment-8174&quot; rel=&quot;nofollow&quot;&gt;Stefano&lt;/a&gt;, I would have to see it in order to be able to detect what is wrong. 

The idea is that the plugin requires those unique identifier. Classnames can be same as currently used in your theme.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8174" rel="nofollow">Stefano</a>, I would have to see it in order to be able to detect what is wrong. </p>
<p>The idea is that the plugin requires those unique identifier. Classnames can be same as currently used in your theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8174</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8174</guid>
		<description>Kaspars,

thank you very much for answering.

That&#039;s exactly what I have been trying for hours, but if I put that code as it is in &lt;i&gt;Theme Requirements&lt;/i&gt; it happens that the footer goes all the way to the right and quite a lot higher, so it messes up the whole template :-/</description>
		<content:encoded><![CDATA[<p>Kaspars,</p>
<p>thank you very much for answering.</p>
<p>That&#8217;s exactly what I have been trying for hours, but if I put that code as it is in <i>Theme Requirements</i> it happens that the footer goes all the way to the right and quite a lot higher, so it messes up the whole template :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8173</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8173</guid>
		<description>&lt;a href=&quot;#comment-8169&quot; rel=&quot;reply&quot; rel=&quot;nofollow&quot;&gt;Ben&lt;/a&gt;, the idea is that tabbed widgets are only containers for other widgets, so your question is -- how can one remove something from a widget in general.

If I understand correctly then you want to exclude pages from the &lt;em&gt;Pages&lt;/em&gt; widget. Here is &lt;a href=&quot;http://www.google.com/search?q=wordpress+exclude+pages&quot; rel=&quot;nofollow&quot;&gt;the solution&lt;/a&gt;.

If you have any other questions which do not relate to the &lt;em&gt;Tabbed Widgets&lt;/em&gt; plugin, please ask them in the &lt;a href=&quot;http://wordpress.org/support/&quot; rel=&quot;nofollow&quot;&gt;WordPress Forums&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8169" rel="reply" rel="nofollow">Ben</a>, the idea is that tabbed widgets are only containers for other widgets, so your question is &#8212; how can one remove something from a widget in general.</p>
<p>If I understand correctly then you want to exclude pages from the <em>Pages</em> widget. Here is <a href="http://www.google.com/search?q=wordpress+exclude+pages" rel="nofollow">the solution</a>.</p>
<p>If you have any other questions which do not relate to the <em>Tabbed Widgets</em> plugin, please ask them in the <a href="http://wordpress.org/support/" rel="nofollow">WordPress Forums</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8172</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8172</guid>
		<description>&lt;a href=&quot;#comment-8171&quot; rel=&quot;reply&quot; rel=&quot;nofollow&quot;&gt;Stefano&lt;/a&gt;, the great idea you are looking for is described in the article above -- under &lt;em&gt;Theme Requirements&lt;/em&gt; section -- you need to add those unique widget identifiers.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8171" rel="reply" rel="nofollow">Stefano</a>, the great idea you are looking for is described in the article above &#8212; under <em>Theme Requirements</em> section &#8212; you need to add those unique widget identifiers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8171</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8171</guid>
		<description>Kaspars,

I adore your plugin but there&#039;s no way for me to make it work :-/
I tried anything and everything you guys post here but nothing...it just doesn&#039;t want to listen :-)

I am posting the code I got in my functions.php file, I played around a bit with it but I cannot get there. Do you have any thing to tell me, some great idea so I will have it work? :-)


&lt;?php

if ( function_exists(&#039;register_sidebar&#039;) )
    register_sidebar(array(
        &#039;before_widget&#039; =&gt; &#039;&#039;,
        &#039;after_widget&#039; =&gt; &#039;&lt;/div&gt;&#039;,
        &#039;before_title&#039; =&gt; &#039;&lt;h3 class=&quot;widgettitle&quot;&gt;&#039;,
        &#039;after_title&#039; =&gt; &#039;&lt;/h3&gt;&lt;div class=&quot;sidebarbox&quot;&gt;&#039;,
    ));
remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);


?&gt;


In case you need to see the blog, it&#039;s &lt;a href=&quot;http://seomelbourneblog.com.au&quot; rel=&quot;nofollow&quot;&gt;SEO Melbourne Blog&lt;/a&gt;

Thank you very much ;-)</description>
		<content:encoded><![CDATA[<p>Kaspars,</p>
<p>I adore your plugin but there&#8217;s no way for me to make it work :-/<br />
I tried anything and everything you guys post here but nothing&#8230;it just doesn&#8217;t want to listen :-)</p>
<p>I am posting the code I got in my functions.php file, I played around a bit with it but I cannot get there. Do you have any thing to tell me, some great idea so I will have it work? :-)</p>
<p>&lt;?php</p>
<p>if ( function_exists(&#8216;register_sidebar&#8217;) )<br />
    register_sidebar(array(<br />
        &#8216;before_widget&#8217; =&amp;gt; &#8221;,<br />
        &#8216;after_widget&#8217; =&amp;gt; &#8216;&amp;lt;/div&amp;gt;&#8217;,<br />
        &#8216;before_title&#8217; =&amp;gt; &#8216;&amp;lt;h3 class=&amp;quot;widgettitle&amp;quot;&amp;gt;&#8217;,<br />
        &#8216;after_title&#8217; =&amp;gt; &#8216;&amp;lt;/h3&amp;gt;&amp;lt;div class=&amp;quot;sidebarbox&amp;quot;&amp;gt;&#8217;,<br />
    ));<br />
remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);</p>
<p>?&gt;</p>
<p>In case you need to see the blog, it&#8217;s <a href="http://seomelbourneblog.com.au" rel="nofollow">SEO Melbourne Blog</a></p>
<p>Thank you very much ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8169</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8169</guid>
		<description>Kaspars,

Good evening!  Sorry to be a pain but I had one more question.  By the way, your fix works great on the default tab selected not being the default to open.  Thank you so much!

My next question is about hiding posts/pages from the Tabbed Widget.  I have found the exclude comment in the post-template.php which does indeed remove the page link at the top of my blog.  I would also like to hide the direct link to this page from tabbed widgets so that it doesn&#039;t appear in the sidebar nav.  I can not find any exclude comments in the tabbed widget files.

Is there a section that I am missing or that i looked over to accomplish this goal?

I would like the page to be available and not password protected, I just don&#039;t want it to appear in any part of the navigation onsite.  I want to put content up that will be accessible to people that I tell to go there, not casual surfers.

Your help, as always, is very much appreciated.

Ben Moore
bgreenidaho.com</description>
		<content:encoded><![CDATA[<p>Kaspars,</p>
<p>Good evening!  Sorry to be a pain but I had one more question.  By the way, your fix works great on the default tab selected not being the default to open.  Thank you so much!</p>
<p>My next question is about hiding posts/pages from the Tabbed Widget.  I have found the exclude comment in the post-template.php which does indeed remove the page link at the top of my blog.  I would also like to hide the direct link to this page from tabbed widgets so that it doesn&#8217;t appear in the sidebar nav.  I can not find any exclude comments in the tabbed widget files.</p>
<p>Is there a section that I am missing or that i looked over to accomplish this goal?</p>
<p>I would like the page to be available and not password protected, I just don&#8217;t want it to appear in any part of the navigation onsite.  I want to put content up that will be accessible to people that I tell to go there, not casual surfers.</p>
<p>Your help, as always, is very much appreciated.</p>
<p>Ben Moore<br />
bgreenidaho.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudia</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8151</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8151</guid>
		<description>Hi and sorry to be such a nuisance,

Seems like I cannot get it to work - you can check it out. It has the right size and everything now but is pushing other stuff onto the side. I&#039;m about to give up and just use a standard sidebar.

Claudia</description>
		<content:encoded><![CDATA[<p>Hi and sorry to be such a nuisance,</p>
<p>Seems like I cannot get it to work &#8211; you can check it out. It has the right size and everything now but is pushing other stuff onto the side. I&#8217;m about to give up and just use a standard sidebar.</p>
<p>Claudia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudia</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8150</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8150</guid>
		<description>Hello again,

I tried that again - I added that piece of code that you suggest into the ui.tabs stylesheet and that seemed to do the trick.

Thanks
Claudia</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I tried that again &#8211; I added that piece of code that you suggest into the ui.tabs stylesheet and that seemed to do the trick.</p>
<p>Thanks<br />
Claudia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudia</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8149</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8149</guid>
		<description>Hi Kasper,

Thanks for your prompt reply. I added that command to the end of my style sheet but it is still the same :-( but it has made the accordian style function properly now :-)</description>
		<content:encoded><![CDATA[<p>Hi Kasper,</p>
<p>Thanks for your prompt reply. I added that command to the end of my style sheet but it is still the same :-( but it has made the accordian style function properly now :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8147</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8147</guid>
		<description>&lt;a href=&quot;#comment-8146&quot; rel=&quot;nofollow&quot;&gt;Claudia&lt;/a&gt;, this is an issue of your theme -- it uses the same CSS indentifiers for the tabbed interface at the begining of the main content column as my plugin. To correct it, please add the following at the end of theme&#039;s &lt;code&gt;style.css&lt;/code&gt;:

&lt;pre&gt;
#sidebar .tw-tabbed-widgets .ui-tabs-panel {
   background:transparent !important;
   border:none !important;
   padding:1em 0 !important;
   width:100% !important;
}
&lt;/pre&gt;

and it should work.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8146" rel="nofollow">Claudia</a>, this is an issue of your theme &#8212; it uses the same CSS indentifiers for the tabbed interface at the begining of the main content column as my plugin. To correct it, please add the following at the end of theme&#8217;s <code>style.css</code>:</p>
<pre>
#sidebar .tw-tabbed-widgets .ui-tabs-panel {
   background:transparent !important;
   border:none !important;
   padding:1em 0 !important;
   width:100% !important;
}
</pre>
<p>and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudia</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8146</link>
		<dc:creator>Claudia</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8146</guid>
		<description>Dear Kaspar,

Thanks for your wonderful plugin. It works fine for me BUT the size is much bigger than my sidebar. I have other tabs in my theme - could it be that these are interfering? I know  a wee bit about programming so if you instruct where to change something I&#039;ll probabally get it but without guidance I am lost.

I&#039;ll leave the tabbed widget on the sidebar for a few hours so you can check  it out http://radioafrika.thetruthway.net

Thanks a lot

Sincerely
Claudia</description>
		<content:encoded><![CDATA[<p>Dear Kaspar,</p>
<p>Thanks for your wonderful plugin. It works fine for me BUT the size is much bigger than my sidebar. I have other tabs in my theme &#8211; could it be that these are interfering? I know  a wee bit about programming so if you instruct where to change something I&#8217;ll probabally get it but without guidance I am lost.</p>
<p>I&#8217;ll leave the tabbed widget on the sidebar for a few hours so you can check  it out <a href="http://radioafrika.thetruthway.net" rel="nofollow">http://radioafrika.thetruthway.net</a></p>
<p>Thanks a lot</p>
<p>Sincerely<br />
Claudia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/322-tabbed-widgets-plugin-for-wordpress/#comment-8112</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=322#comment-8112</guid>
		<description>&lt;a href=&quot;#comment-8110&quot; rel=&quot;nofollow&quot;&gt;hiduptreda&lt;/a&gt;, there is no (easy) way you can call it manually. The whole idea of this plugin is that it places existing widgets inside a tabbed interface. If your theme doesn&#039;t support widgets, then you can do it by writing raw HTML and adding either &lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-accordion/&quot; rel=&quot;nofollow&quot;&gt;Accordion&lt;/a&gt; or &lt;a href=&quot;http://stilbuero.de/jquery/tabs_3/&quot; rel=&quot;nofollow&quot;&gt;Tabs&lt;/a&gt; jQuery extensions.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8110" rel="nofollow">hiduptreda</a>, there is no (easy) way you can call it manually. The whole idea of this plugin is that it places existing widgets inside a tabbed interface. If your theme doesn&#8217;t support widgets, then you can do it by writing raw HTML and adding either <a href="http://bassistance.de/jquery-plugins/jquery-plugin-accordion/" rel="nofollow">Accordion</a> or <a href="http://stilbuero.de/jquery/tabs_3/" rel="nofollow">Tabs</a> jQuery extensions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
