<?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; Tag: Imbalance - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/imbalance</link>
		<description>WordPress.com Forums &#187; Tag: Imbalance - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 17:13:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/imbalance" rel="self" type="application/rss+xml" />

		<item>
			<title>thistimethisspace on "Imbalance theme column size question"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-theme-column-size-question#post-1202802</link>
			<pubDate>Sun, 31 Mar 2013 16:26:46 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1202802@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This support forum is only for blogs hosted at WordPress.com like the empty blog linked to your username. </p>
<p> If your question is about a self-hosted WordPress blog then you'll find help at the WordPress.org forums. If you don't have a username account at WordPress.ORG click <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.org bloggers.
</p>
]]></description>
					</item>
		<item>
			<title>tms5267 on "Imbalance theme column size question"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-theme-column-size-question#post-1202794</link>
			<pubDate>Sun, 31 Mar 2013 16:19:54 +0000</pubDate>
			<dc:creator>tms5267</dc:creator>
			<guid isPermaLink="false">1202794@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wasn't sure where to post this question, sorry!</p>
<p>I have searched high and low for the answer to this question AND I have butchered my CSS trying to figure it out!</p>
<p>I want to REMOVE the far left column in the blog posts, thereby INCREASING the width of the actual post article/content.</p>
<p>Here is an image illustrating what I mean:<br />
<a href="https://www.dropbox.com/s/wmqfsmp39i0p1g8/imbalancequestion.png" rel="nofollow">https://www.dropbox.com/s/wmqfsmp39i0p1g8/imbalancequestion.png</a>
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Imbalance theme column size question"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-theme-column-size-question#post-1202795</link>
			<pubDate>Sun, 31 Mar 2013 16:19:54 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1202795@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1168597</link>
			<pubDate>Sun, 03 Mar 2013 13:35:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1168597@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your latest explanation with specific examples makes it easier to see what you're trying to do. Justpi explained it well—you can hide the "There is no excerpt because this is a protected post" text by figuring out the selector for it and setting it to "display: none" in the CSS. And then you can use the "content" property in CSS on some HTML element nearby to add new text. But note that you can only do it IF you can find a unique selector to target the text inside private posts (I think that should be possible, but you need to test).</p>
<p>Here is an example:</p>
<pre><code>SELECTOR_FOR_STUFF_YOU_WANT_TO_HIDE {
	display: none;
}

SELECTOR_FOR_SOMETHING_NEARBY:after {
	content: &quot;Contact us for more details about this project.&quot;;
}</code></pre>
<p>Replace SELECTOR_FOR_STUFF_YOU_WANT_TO_HIDE with the selector of the text you want to hide.</p>
<p>Replace SELECTOR_FOR_SOMETHING_NEARBY with a selector that will target something one level up from the content you hid, maybe even the password form itself.</p>
<p>If you're not sure what a selector is, start here:<br />
<a href="http://www.htmldog.com/guides/cssbeginner/" rel="nofollow">http://www.htmldog.com/guides/cssbeginner/</a></p>
<p>You can figure out the selectors by viewing the page source. If you need help figuring them out, post a link to an example so someone can take a look.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1168091</link>
			<pubDate>Sat, 02 Mar 2013 19:35:06 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1168091@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Designsimply already said you can't do that.</p>
<p>You're saying: I can change the appearance of already existing content <em>therefore I can replace the content with other content</em>. This is not "by that logic" (or by any logic). CSS allows you to change how an element <em>looks</em> (font, color, size, border etc etc), not what it says.</p>
<p>Now, to be more precise, there is a trick that might allow you to change the content when it is a plain text snippet (not when it is a link like the post title), but all the posts on the front page have the same CSS selectors: you cannot target a specific post, so the most you could do with that trick is make all the posts display <em>the same</em> alternative snippet (which is clearly useless).
</p>
]]></description>
					</item>
		<item>
			<title>danishkurani on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1168012</link>
			<pubDate>Sat, 02 Mar 2013 15:25:51 +0000</pubDate>
			<dc:creator>danishkurani</dc:creator>
			<guid isPermaLink="false">1168012@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply - thanks again.  So if CSS lets you change the appearance of already existing content, by that logic I should be able to change what the protected post snippet on the home pages which currently says "There is no excerpt because this is a protected post" to something else such as "Contact us for more details about this project" right?  How would I do that in the custom CSS? (I have the upgrade)</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1165971</link>
			<pubDate>Thu, 28 Feb 2013 04:05:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1165971@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there no CSS coding that I could alter/modify to allow me to change the properties of a protected post? </p></blockquote>
<p>CSS lets you change appearance of already existing content. You cannot use CSS to add new, dynamic content where it didn't exist before. For example, you can't add a snippet of a post to your home page for a protected post using CSS, but you could alter how the private post titles and password form field look.</p>
<blockquote><p>Is there a big difference between customizing CSS and doing a wordpress.org custom coding?</p></blockquote>
<p>Not really. The biggest difference is probably that you cannot use the "@import" rule on WordPress.com, but you probably don't need it anyway.
</p>
]]></description>
					</item>
		<item>
			<title>danishkurani on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1161582</link>
			<pubDate>Sun, 24 Feb 2013 06:44:01 +0000</pubDate>
			<dc:creator>danishkurani</dc:creator>
			<guid isPermaLink="false">1161582@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply - thank you for your responses.  I have the ability to customize the CSS and paid for that upgrade.  Is there no CSS coding that I could alter/modify to allow me to change the properties of a protected post?  Is there a big difference between customizing CSS and doing a wordpress.org custom coding?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1161580</link>
			<pubDate>Sun, 24 Feb 2013 06:41:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161580@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><blockquote>3) If number2 is not possible, is there a way to change the text on the homepage for Protected Posts to say something different than "There is no excerpt because this is a protected post" ?</blockquote></blockquote>
<p>That's not possible either. It sounds like what you need is access to the code to be able to customize it directly. You can get that by using a <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">WordPress.org setup</a>. See <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a> to learn about the differences.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1161579</link>
			<pubDate>Sun, 24 Feb 2013 06:40:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161579@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2) On the homepage of this theme, is it possible to have Protected Posts appear just like normal ones - not reading "Protected" and also showing a full snippet from the project text - and only once a visitor clicks on the thumb and is directed to the project page would they see that it is protected and requires password?</p></blockquote>
<p>There is not a way to do that here on WordPress.com. 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>, then you could get something like that custom coded if you hired a developer or found a plugin in the WordPress.org plugin directory. It sounds like a pretty custom request to me though (versus being able to find a plugin that already does what you're asking).
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1161578</link>
			<pubDate>Sun, 24 Feb 2013 06:38:15 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161578@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) I protected some of the posts AFTER publishing them. Now, a simple Google search is crawling the content from those posts which I want to keep hidden from the general public. How can I stop them from showing up in web searches?</p></blockquote>
<p>If Google crawled the post before the posts were protected, then they got placed into Google's cache which doesn't get changed very often once content is set. You can make a request directly to Google to remove such pages, but how long it takes them to do it will be up to them and they may also request that you completely delete the pages first (rather than making them private). You should contact Google directly about the issue.
</p>
]]></description>
					</item>
		<item>
			<title>danishkurani on "Protected Posts in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/protected-posts-in-imbalance-2#post-1159903</link>
			<pubDate>Fri, 22 Feb 2013 14:02:20 +0000</pubDate>
			<dc:creator>danishkurani</dc:creator>
			<guid isPermaLink="false">1159903@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am having trouble with the Protected Posts in Imbalance 2.  My site is <a href="http://www.danishkurani.com" rel="nofollow">http://www.danishkurani.com</a> and temporary password for the posts is "press".</p>
<p>1) I protected some of the posts AFTER publishing them.  Now, a simple Google search is crawling the content from those posts which I want to keep hidden from the general public.  How can I stop them from showing up in web searches?</p>
<p>2) On the homepage of this theme, is it possible to have Protected Posts appear just like normal ones - not reading "Protected" and also showing a full snippet from the project text - and only once a visitor clicks on the thumb and is directed to the project page would they see that it is protected and requires password?  </p>
<p>3) If number2 is not possible, is there a way to change the text on the homepage for Protected Posts to say something different than "There is no excerpt because this is a protected post" ?</p>
<p>Thank you in advance for any help!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Add a big logo with css {Imbalance theme}"</title>
			<link>http://en.forums.wordpress.com/topic/add-a-big-logo-with-css-imbalance-theme#post-1158966</link>
			<pubDate>Thu, 21 Feb 2013 16:41:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1158966@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here are some past threads that explain how to do that:</p>
<ul>
<li><a href="http://en.forums.wordpress.com/topic/enlarging-your-header-image-in-imbalance2?replies=4#post-790098" rel="nofollow">http://en.forums.wordpress.com/topic/enlarging-your-header-image-in-imbalance2?replies=4#post-790098</a></li>
<li><a href="http://en.forums.wordpress.com/topic/align-menu-tabs-side-by-side-in-imbalance?replies=22#post-764995" rel="nofollow">http://en.forums.wordpress.com/topic/align-menu-tabs-side-by-side-in-imbalance?replies=22#post-764995</a></li>
</ul>
<p>Keep in mind that the <a href="http://thepatternedplate.wordpress.com/" rel="nofollow">http://thepatternedplate.wordpress.com/</a> site is using the fixed width layout, so you may want to update to that layout if the examples don't work the way you expect and you want to match the style from that site. You should test and experiment with the examples to see what you can work out.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Search Feature from Imalance 2 Theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-feature-from-imalance-2-theme#post-1158512</link>
			<pubDate>Wed, 20 Feb 2013 22:21:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1158512@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No problem. :)
</p>
]]></description>
					</item>
		<item>
			<title>agirlandherdot on "Remove Search Feature from Imalance 2 Theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-feature-from-imalance-2-theme#post-1158500</link>
			<pubDate>Wed, 20 Feb 2013 21:54:20 +0000</pubDate>
			<dc:creator>agirlandherdot</dc:creator>
			<guid isPermaLink="false">1158500@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>AWESOME!!! Thanks so much!!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Search Feature from Imalance 2 Theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-feature-from-imalance-2-theme#post-1158499</link>
			<pubDate>Wed, 20 Feb 2013 21:49:41 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1158499@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like the search box is a default widget that appears in the "Header Area" widget section in the Imbalance 2 theme if you have not added any widgets yourself. Sometimes theme widget areas do that.</p>
<p>There are a couple ways to remove it. (1) Add an empty text widget to Appearance &#8594; Widgets &#8594; Header Area (no CSS needed). Or (2) remove a bunch of the header elements by adding this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#header-left,
#header-center,
#header-right {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>agirlandherdot on "Remove Search Feature from Imalance 2 Theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-feature-from-imalance-2-theme#post-1158495</link>
			<pubDate>Wed, 20 Feb 2013 21:42:39 +0000</pubDate>
			<dc:creator>agirlandherdot</dc:creator>
			<guid isPermaLink="false">1158495@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't currently have the search feature in any of my widgets. I moved it to the inactive section and it's still showing up. Not sure how to make it disappear.</p>
<p>happyhappyjoyjoy2013.wordpress.com</p>
<p>Thanks!</p>
<p>Alli
</p>
]]></description>
					</item>
		<item>
			<title>melissadi on "Remove Search Feature from Imalance 2 Theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-feature-from-imalance-2-theme#post-1153928</link>
			<pubDate>Sat, 16 Feb 2013 01:07:22 +0000</pubDate>
			<dc:creator>melissadi</dc:creator>
			<guid isPermaLink="false">1153928@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>have you tried using the widget tab on  your dashboard?<br />
Im guessing you should be able to delete it from there.
</p>
]]></description>
					</item>
		<item>
			<title>r3decorate on "Add a big logo with css {Imbalance theme}"</title>
			<link>http://en.forums.wordpress.com/topic/add-a-big-logo-with-css-imbalance-theme#post-1153443</link>
			<pubDate>Fri, 15 Feb 2013 15:25:30 +0000</pubDate>
			<dc:creator>r3decorate</dc:creator>
			<guid isPermaLink="false">1153443@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all! I am very very new to CSS, so thanks in advance for your patience.<br />
I bought the "Custom design" and I'd like to customize my page with my logo in a bigger size, like the one showed here {I have the same design}: <a href="http://thepatternedplate.wordpress.com/" rel="nofollow">http://thepatternedplate.wordpress.com/</a>.<br />
Which is the correct procedure to do that?<br />
Thank you very much,<br />
Ilaria</p>
<p><a href="http://www.r3decorate.com" rel="nofollow">http://www.r3decorate.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Imbalance 2 Theme Changes"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-theme-changes#post-1151993</link>
			<pubDate>Wed, 13 Feb 2013 17:49:11 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1151993@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>unlusoycan on "Imbalance 2 Theme Changes"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-theme-changes#post-1151831</link>
			<pubDate>Wed, 13 Feb 2013 14:36:19 +0000</pubDate>
			<dc:creator>unlusoycan</dc:creator>
			<guid isPermaLink="false">1151831@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, thank you all for your answers. These solved the problem.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Imbalance 2 Theme Changes"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-theme-changes#post-1151405</link>
			<pubDate>Tue, 12 Feb 2013 23:21:36 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1151405@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is info from Support Documents about Infinite Scrolling:<br />
<a href="http://en.support.wordpress.com/infinite-scroll/" rel="nofollow">http://en.support.wordpress.com/infinite-scroll/</a><br />
Which themes have infinite scroll:<br />
<a href="http://theme.wordpress.com/themes/features/infinite-scroll/" rel="nofollow">http://theme.wordpress.com/themes/features/infinite-scroll/</a><br />
And a picture which shows the checkbox to  disable infinite scroll "feature."<br />
With infinite scroll, your readers will never see your footer widgets for more than a second or two!!!</p>
<p>That Support Document notes this:</p>
<blockquote><p>How many posts load at a time?<br />
Infinite Scroll loads seven posts at a time.</p></blockquote>
<p>And that is what my Imbalance2 theme showed a few minutes ago. Now it shows this:</p>
<blockquote><p>[ ] (that's supposed to depict a checkbox) Scroll Infinitely<br />
(Shows 12 posts on each load)</p></blockquote>
<p>My conclusion is that they are now forcing the infinite scroll onto themes not suited to it (those would be themes with footer widgets) or changing the way "infinite scroll" functions or both…
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Imbalance 2 Theme Changes"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-theme-changes#post-1151400</link>
			<pubDate>Tue, 12 Feb 2013 23:11:51 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1151400@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@unlusoycan</p>
<p>I use that theme for may main blog, and there do indeed seem to be some changes made behind the scenes. Not sure they include</p>
<blockquote><p>Before, the homepage used to display posts as much as the user wanted. But now, it only displays the posts on the first line. This makes the blog look light, slim.
</p></blockquote>
<p>Take the advice from AOB above: I can see all of your posts. In fact, I am forced to to more of your posts than I want: your footer widgets are now inaccessible.</p>
<p>In fact somehow "infinite scrolling" settings were reset on my blog (probably also on all blogs using Imbalance2) so that it is impossible to view the footer widgets. Solution is this:<br />
dashboard—&#62;settings—&#62;reading settings—&#62;To infinity and beyond—&#62;un-check this box:	Scroll Infinitely—&#62;update
</p>
]]></description>
					</item>
		<item>
			<title>absurdoldbird on "Imbalance 2 Theme Changes"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-theme-changes#post-1151380</link>
			<pubDate>Tue, 12 Feb 2013 22:48:02 +0000</pubDate>
			<dc:creator>absurdoldbird</dc:creator>
			<guid isPermaLink="false">1151380@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I can see all your posts on your home page. Please try clearing your cache and then log back into your account. If that doesn't help, then update or change your browser.
</p>
]]></description>
					</item>
		<item>
			<title>unlusoycan on "Imbalance 2 Theme Changes"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-theme-changes#post-1150999</link>
			<pubDate>Tue, 12 Feb 2013 17:13:52 +0000</pubDate>
			<dc:creator>unlusoycan</dc:creator>
			<guid isPermaLink="false">1150999@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I see that the Imbalance 2 theme is updated and now have the "Get a blog from wordpress.com" box which stays down the screen all the time. (the box which themes already have.) </p>
<p>I don' t have problems with the box but with the update something else changed. Before, the homepage used to display posts as much as the user wanted. But now, it only displays the posts on the first line. This makes the blog look light, slim. </p>
<p>But the demo page of Imbalance 2 shows all the posts it has. Also some blogs using this theme also don't have the problem I have. </p>
<p>How can I solve this, and can I remove the box with the Custom Design Upgrade?
</p>
]]></description>
					</item>
		<item>
			<title>agirlandherdot on "Remove Search Feature from Imalance 2 Theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-feature-from-imalance-2-theme#post-1144582</link>
			<pubDate>Wed, 06 Feb 2013 00:45:24 +0000</pubDate>
			<dc:creator>agirlandherdot</dc:creator>
			<guid isPermaLink="false">1144582@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can anyone help me with removing the Search Button from the Imbalance 2 theme? I have the customize feature and have read all of the "delete search" forums and none of them seem to work on Imbalance 2.</p>
<p>The blog I'm trying to remove the search from is:</p>
<p><a href="http://happyhappyjoyjoy2013.wordpress.com/" rel="nofollow">http://happyhappyjoyjoy2013.wordpress.com/</a></p>
<p>Thanks so much!</p>
<p>Alli
</p>
]]></description>
					</item>
		<item>
			<title>agirlandherdot on "Imbalance 2: Main Page Images"</title>
			<link>http://en.forums.wordpress.com/topic/imbalance-2-main-page-images#post-1127210</link>
			<pubDate>Thu, 17 Jan 2013 22:31:54 +0000</pubDate>
			<dc:creator>agirlandherdot</dc:creator>
			<guid isPermaLink="false">1127210@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
I am currently using the imbalance 2 theme and was wondering if there is a way to just have just the blog post images show up on the blog and no text under the image on the main page. I want to be able to have just images on the main page, the viewer would have to click on the image and the text would be in the body of the post. I have the custom css feature, I just don't know how to only have the text visible each specific blog post once it's clicked. Thanks!!!</p>
<p>Alli
</p>
]]></description>
					</item>
		<item>
			<title>sixhours on "Issues with photo captions in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/issues-with-photo-captions-in-imbalance-2#post-1080402</link>
			<pubDate>Wed, 28 Nov 2012 18:40:36 +0000</pubDate>
			<dc:creator>sixhours</dc:creator>
			<guid isPermaLink="false">1080402@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Howdy!</p>
<p>This is the way captions are styled in Imbalance2.</p>
<p>The easiest way to change the caption style is to use Custom CSS, which is part of the <a href="http://en.support.wordpress.com/custom-design/">Custom Design</a> upgrade. If you decide to go this route, something like this should get you started:</p>
<p><code>.wp-caption {&lt;br /&gt;
   background: transparent;&lt;br /&gt;
}</code></p>
<p>You might also look for another theme that styles the captions to your taste -- you can check out the theme demo sites to see image caption styles for each. Theme demos are linked from the <a href="http://theme.wordpress.com/">Theme Showcase</a>.</p>
<p>I hope this helps!
</p>
]]></description>
					</item>
		<item>
			<title>nnyanin on "Issues with photo captions in Imbalance 2"</title>
			<link>http://en.forums.wordpress.com/topic/issues-with-photo-captions-in-imbalance-2#post-1080277</link>
			<pubDate>Wed, 28 Nov 2012 16:37:22 +0000</pubDate>
			<dc:creator>nnyanin</dc:creator>
			<guid isPermaLink="false">1080277@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am new to wordpress and trying to use the Imbalance 2 theme. When I type in the caption for a photo, the photo turns into a "polarioid" with a frame and the caption within the frame. Is there anyway to caption a photo so it just appears as clean text under the photo? I haven't posted my first post yet because I am trying to work out this kink.</p>
<p>theecstaticflash.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>obsdeontologia on "University work"</title>
			<link>http://en.forums.wordpress.com/topic/university-work#post-1072088</link>
			<pubDate>Mon, 19 Nov 2012 15:27:58 +0000</pubDate>
			<dc:creator>obsdeontologia</dc:creator>
			<guid isPermaLink="false">1072088@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Guys</p>
<p>My name is Nuno and I'm a student of Journalism in University of Coimbra. I'm here, today, representing my technical team to ask you from some help. We want to make a blog/site called Deontology Observatory.<br />
We don't have any knowledge about html or css code and we are giving our first steps in the wordpress world. So, we have a lot of doubts and we'll be very thankful if you can help us.</p>
<p>First: At Home, what are the images inside a rectangle?</p>
<p>Second: How do we do to put our images, photos and texts like in the demo (<a href="http://imbalance2demo.wordpress.com/" rel="nofollow">http://imbalance2demo.wordpress.com/</a>)? Is there any way to divide the page in two or three columns?</p>
<p>Third: At Home, is it possible to leave some fixed posts and vary others?</p>
<p>Fourth: How do we do to the images + text, inside any category, be just as like at the home page, lightning that red thing around them?</p>
<p>Best Regards.
</p>
]]></description>
					</item>

	</channel>
</rss>
