<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/650286</link>
		<description>Comments by tbelknap</description>
<item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment60358875</link>
<description>apporove </description>
<pubDate>Mon, 8 Mar 2010 11:10:04 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment60358875</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment60191266</link>
<description>Hey, Zaenal. Sorry for the late reply.    I think I take your meaning. You mean that the newline character at the beginning and ending of the wp-tabbity shortcode - if there is one - should be deleted by the code before rendering? Seems like a good idea to me, too. I&amp;#039;ll add it to the &amp;quot;To do.&amp;quot;  </description>
<pubDate>Sun, 7 Mar 2010 13:02:00 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment60191266</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59777209</link>
<description>Tomas, perhaps you have one on us? Send me a link to the WordPress standard to which you refer? I&amp;#039;ve never heard of using squared brackets for functions.  </description>
<pubDate>Thu, 4 Mar 2010 19:19:12 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59777209</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59588840</link>
<description>Cool. Let me know if everything works out OK. I&amp;#039;ll probably not push the stable tag till I get some of the other issues addressed.    Thanks!  </description>
<pubDate>Wed, 3 Mar 2010 17:30:31 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59588840</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59544586</link>
<description>Heh. Gotta have style, right?  </description>
<pubDate>Wed, 3 Mar 2010 12:10:04 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59544586</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59540266</link>
<description>ww030 ~ Have a look at &lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;this discussion&lt;/a&gt; of CSS Classes and IDs. In your case, you&amp;#039;d want to add styles to whatever ID you assigned the tab in question. Something like:  #myTabbity { font-size: 1.2em !important; )  </description>
<pubDate>Wed, 3 Mar 2010 11:37:21 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59540266</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59366590</link>
<description>No problem at all, glad you liked it! And thanks for the tip!  </description>
<pubDate>Tue, 2 Mar 2010 14:59:41 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59366590</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59360210</link>
<description>Another option would be to set the ID of the containing WP-Tabbity group DIV. Then you could set:  #myTabbityGroup .ui-tabs    Or whatever&amp;#039;s appropriate. Maybe that&amp;#039;s what you meant with your code example?  </description>
<pubDate>Tue, 2 Mar 2010 14:14:43 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59360210</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59357724</link>
<description>I put the Class in there with the intent of being able to change the style. But I haven&amp;#039;t done it myself. It seems like you would need to something like what you&amp;#039;ve already done (though in your comment, I noticed you used a #mytabby instead of .mytabby. Not sure if you meant to call out one tab specifically, but that doesn&amp;#039;t sound right).    The other thing is: without looking at the CSS at the moment (at work!), I&amp;#039;d venture a guess that more than one Class specifies these values in the original jQuery styles, so look out for that.  </description>
<pubDate>Tue, 2 Mar 2010 13:55:29 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59357724</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59346489</link>
<description>That&amp;#039;s an awesome use of the plugin, man! Love that.    What you could do is copy the &amp;quot;flick&amp;quot; directory under /wp-tabbity/styles/ and name it &amp;quot;anime&amp;quot; or whatever. Then make your style changes to that new style and select it as your default. Just one idea of how you might get where you&amp;#039;re trying to go.  </description>
<pubDate>Tue, 2 Mar 2010 11:42:59 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59346489</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59344505</link>
<description>Yes, that&amp;#039;s the basic idea behind allowing new classes. And you could include more than one class as well, if you like.  </description>
<pubDate>Tue, 2 Mar 2010 11:17:33 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59344505</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59344436</link>
<description>Do you mean different styles for different tab groups? On a given page, that&amp;#039;s probably not going to be possible. But I could probably could swing it so it allows you the option to specify the style in the shortcode. That would give you one custom style per page/post, but not three different styles on a page.  </description>
<pubDate>Tue, 2 Mar 2010 11:16:36 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59344436</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59289288</link>
<description>zaenal et al: There is a new version of the plugin in trunk for those who would like to take it for a spin. Not releasing a new stable tag yet till it&amp;#039;s tried out. But this new 0.2 revision currently attempts to address the issue of the wp_enqueue_script call. </description>
<pubDate>Tue, 2 Mar 2010 02:16:38 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59289288</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59288185</link>
<description>Love the look of the site, Ray!  Ok, the bullets are coming in because you have CSS that calls out .format_text li, which your WP-Tabbity happens to be a part of. You might get by by adding a line to your CSS that says:  li.wp-tabbity { list-style-type: none !important; list-style-image: none !important }  Other than that, I think you&amp;#039;re all set. </description>
<pubDate>Tue, 2 Mar 2010 02:05:46 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59288185</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59287689</link>
<description>Hmmm... Looks like a CSS issue more than anything else. It works, but the div doesn&amp;#039;t wrap. Have to look into this.  </description>
<pubDate>Tue, 2 Mar 2010 02:00:44 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59287689</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59287624</link>
<description>Hmm... So far, you&amp;#039;re the first to report this problem? Not a WordPress version issue, definitely. What version of PHP are you running? </description>
<pubDate>Tue, 2 Mar 2010 01:59:58 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59287624</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59199778</link>
<description>Luiza ~ Make sure you&amp;#039;re using at least WordPress 2.7. I&amp;#039;ve specified a minimum of 2.9 in the documentation on WP.org, but 2.7 might work.    If that&amp;#039;s all set, maybe give me what the error message is?  </description>
<pubDate>Mon, 1 Mar 2010 12:23:45 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59199778</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59199690</link>
<description>Giovanni ~ I&amp;#039;m going to guess there&amp;#039;s a bad character somewhere in what you&amp;#039;re copying and pasting from, but it&amp;#039;s just a guess.  </description>
<pubDate>Mon, 1 Mar 2010 12:22:39 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59199690</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59196075</link>
<description>Giovanni - Looks to me as though you have the same issue as above: you will need to set the id attribute of the shortcode.  To be clear, I&amp;#039;d not intended this to be a required field, but at least temporarily, it will be. </description>
<pubDate>Mon, 1 Mar 2010 11:35:48 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59196075</guid>
</item><item>
<title>HN.Net WordPress Plugins : WP-Tabbity</title>
<link>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59195998</link>
<description>Yes, please attach a screenshot to this thread so I can see what&amp;#039;s going on. Thanks! </description>
<pubDate>Mon, 1 Mar 2010 11:34:46 +0000</pubDate>
<guid>http://holisticnetworking.net/plugins/2010/02/27/wp-tabbity/#IDComment59195998</guid>
</item>	</channel>
</rss>