<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Adding Show/Hide to Columnist theme</title>
		<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme</link>
		<description>WordPress.com Forums &#187; Topic: Adding Show/Hide to Columnist theme</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 12:33:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/adding-showhide-to-columnist-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>impetusetudiant on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1172105</link>
			<pubDate>Wed, 06 Mar 2013 16:27:48 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1172105@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Poo re: custom forms. </p>
<p>Yeah... I've tried all sortsa things to no avail. I might give up; for the moment at least. </p>
<p>A bundle of thanks, though, for following up on this and for the effort too. Shall post it if I do find any other possible solutions float'n 'round.</p>
<p>Cheers!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1171256</link>
			<pubDate>Tue, 05 Mar 2013 21:33:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1171256@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're finding some really good stuff!! There's one additional limitation at WordPress.com that's blocking this particular example. In addition to no JavaScript, there's also no custom form fields allowed—and that means the checkbox input form element they rely on in the example at <a href="http://cssdeck.com/labs/css-only-showhide" rel="nofollow">http://cssdeck.com/labs/css-only-showhide</a> won't work on WordPress.com.</p>
<p>I did try playing around with it a little bit, and I couldn't figure out a way to get it to work. Sorry I couldn't be more helpful!
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1168122</link>
			<pubDate>Sat, 02 Mar 2013 20:29:06 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1168122@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oooh. Think maybe now I'm onto someth'n. </p>
<p>See the code (graciously) provided here: <a href="http://cssdeck.com/labs/css-only-showhide" rel="nofollow">http://cssdeck.com/labs/css-only-showhide</a></p>
<p>I've been busy figuring out how to create a button event that will make visible a otherwise hidden comment section. But...</p>
<p>Maybe this code triggers a more precise methodology among yous?</p>
<p>... would save me many more diverted hours of wilful but ill-equipped determination for my part ... *sigh* of exasperation. </p>
<p>:)
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1168073</link>
			<pubDate>Sat, 02 Mar 2013 18:33:56 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1168073@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>euh... Thought I answered you already here; sorry 'bout the delay.</p>
<p>Just want to say 'thanx' again and let you know I'll keep playing with it awhile and see what I come with. Shall bring it here if/when seems close to someth'n that might work... :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1160222</link>
			<pubDate>Fri, 22 Feb 2013 19:21:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1160222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Neat tutorial. However, it works with a hover not a click event. You could use that for your comments, but the downside is that readers will need to keep their mouse hovered over the comment list in order to see the comments. Try it out if you'd like. Here's an example for The Columnist theme using the concept from the tutorial:</p>
<pre><code>#comments .commentlist {
	display: none;
}
#comments:hover .commentlist {
	display: block;
}</code></pre>
<p>Great question and nice work finding a good tutorial btw. :)
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1159849</link>
			<pubDate>Fri, 22 Feb 2013 11:39:55 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1159849@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see; yeah. Had a feeling 'bout that. Not ready for the workload at .org right presently.</p>
<p>I did come across this: <a href="http://www.xpertdeveloper.com/2010/12/pure-css-hide-and-display-html-elements-without-javascript/" rel="nofollow">http://www.xpertdeveloper.com/2010/12/pure-css-hide-and-display-html-elements-without-javascript/</a></p>
<p>Haven't yet wrapped my head around how I would adapt it, though, to work with the .com platform / theme code... And, as noted, not convinced it's possible. </p>
<p>Would you mind at all to look at it? In case it rings bells for you after all... I'm not exactly an 'expert' :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1159798</link>
			<pubDate>Fri, 22 Feb 2013 09:37:52 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1159798@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Do you see what I mean by show / hide and not disable?</p></blockquote>
<p>I see now. I took it more literally at first, but now I see that you want a way to let the users either click out to the comments separately or make it so the comments don't show up unless they click on something.</p>
<blockquote><p>I know we can't use javascript (have already looked this all up) but am wondering if there is a css work-around for this?</p></blockquote>
<p>In order to make something like that happen with a click event, you would either need to use JavaScript or have access to edit the theme PHP code in the case you wanted the comments to only load on a page load that is separate from the original post.</p>
<p>There isn't anything built in to WordPress or WordPress.com for either of those options, but you could custom code something like that if you wanted to <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">switch to a WordPress.org setup</a> and get full control to edit or add code.
</p>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1156676</link>
			<pubDate>Tue, 19 Feb 2013 00:53:04 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1156676@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Would like to be wee bit more discrete. Visitors whom wish to comment and/or participate in discussion could - by opening or expanding the comment section for eg - but otherwise aren't reading along. </p>
<p>Do you see what I mean by show / hide and not disable? </p>
<p>The code above hides, but doesn't provide any indication there is a comment section to contribute to, and no access in the case they wish to discuss. (but thanks for code / helpfulness nonetheless :)</p>
<p>I know we can't use javascript (have already looked this all up) but am wondering if there is a css work-around for this?</p>
<p>Thanx again and in advance.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1156439</link>
			<pubDate>Mon, 18 Feb 2013 21:57:48 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1156439@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can do that, but I think it's an odd request. May I ask why you don't want to display any comments? Would using a contact form work better for your situation?<br />
<a href="http://en.support.wordpress.com/contact-form/" rel="nofollow">http://en.support.wordpress.com/contact-form/</a></p>
<p>To hide comments in The Columnist theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#comments .comments-title,
#comments .commentlist {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>impetusetudiant on "Adding Show/Hide to Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/adding-showhide-to-columnist-theme#post-1150909</link>
			<pubDate>Tue, 12 Feb 2013 15:29:24 +0000</pubDate>
			<dc:creator>impetusetudiant</dc:creator>
			<guid isPermaLink="false">1150909@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wondering if it's possible to add an CSS adaptation that hides all comment sections as default but provides 'show / hide / leave a comment' option to visitors... </p>
<p>Seems like theme has the visibility of comments built-in and I'm not interested in disabling the comment sections (as per the setting options provided). Want to keep the option meanwhile changing the initial visibility.</p>
<p>... Not sure if I'm clarifying or complicating in my effort to explain... :)
</p>
]]></description>
					</item>

	</channel>
</rss>
