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

		<item>
			<title>designsimply on "Displaying full post list on a category page"</title>
			<link>http://en.forums.wordpress.com/topic/displaying-full-post-list-on-a-category-page#post-1051769</link>
			<pubDate>Fri, 26 Oct 2012 11:03:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051769@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try adding the archives shortcode to a text widget in your sidebar. See this help page for details:<br />
<a href="http://en.support.wordpress.com/archives-shortcode/" rel="nofollow">http://en.support.wordpress.com/archives-shortcode/</a></p>
<p>I wouldn't recommend listing *all* of the post because the list could get super long over time. Consider using the shortcode options to limit the list to a reasonable list size (the size you choose will depend on how often you post).</p>
<p>To make the text widget you add only show up on category pages, you can use CSS. You'll need to add the text widget first and then look at the page source to determine it's ID. It will look something like id="text-15" only yours will have a different number. Here is some example CSS to start with:</p>
<pre><code>#text-15 {
	display: none;
}

.category #text-15 {
	display: block;
}</code></pre>
<p>Change the number in the "#text-15" part ot match your text widget.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Displaying full post list on a category page"</title>
			<link>http://en.forums.wordpress.com/topic/displaying-full-post-list-on-a-category-page#post-1044706</link>
			<pubDate>Thu, 18 Oct 2012 23:29:08 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1044706@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just realized you are referring to a CSS edited theme and have flagged this thread so it gets moved to the CSS editing forum where you can get the help you need.
</p>
]]></description>
					</item>
		<item>
			<title>angelacytobank on "Displaying full post list on a category page"</title>
			<link>http://en.forums.wordpress.com/topic/displaying-full-post-list-on-a-category-page#post-1044700</link>
			<pubDate>Thu, 18 Oct 2012 23:21:20 +0000</pubDate>
			<dc:creator>angelacytobank</dc:creator>
			<guid isPermaLink="false">1044700@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, I mean a post list. Not the full post - We just want a full list of the posts in that category on the right.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Displaying full post list on a category page"</title>
			<link>http://en.forums.wordpress.com/topic/displaying-full-post-list-on-a-category-page#post-1044696</link>
			<pubDate>Thu, 18 Oct 2012 23:17:02 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1044696@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whether or not full posts are displayed on Categories Pages and Archives pages is theme dependent ie. it's coded into the template and we cannot edit templates or themes. <a href="http://en.support.wordpress.com/themes/editing-themes/" rel="nofollow">http://en.support.wordpress.com/themes/editing-themes/</a></p>
<p>In the majority of themes, posts on category or other archive pages show up just as they do on the main posts page in the blog and the number displayed is also the same. (See this page &#62; Settings &#62; Reading and note how many posts you choose there sets it for all). But in some themes only the beginnings of posts are shown, and in a few themes you only get titles or thumbnails. See here for a theme list of themes that may display the way you want &#62; Category/archive pages: full posts or not <a href="http://wpbtips.wordpress.com/2009/03/25/full-posts-in-archive-pages/" rel="nofollow">http://wpbtips.wordpress.com/2009/03/25/full-posts-in-archive-pages/</a>
</p>
]]></description>
					</item>
		<item>
			<title>angelacytobank on "Displaying full post list on a category page"</title>
			<link>http://en.forums.wordpress.com/topic/displaying-full-post-list-on-a-category-page#post-1044694</link>
			<pubDate>Thu, 18 Oct 2012 23:14:50 +0000</pubDate>
			<dc:creator>angelacytobank</dc:creator>
			<guid isPermaLink="false">1044694@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can you display a list of all posts on the side of a page where the page is a category? Eg, if I click User Stories on blog.cytobank.org, it would show that category of posts, but all show a list of all the posts on the right.<br />
Blog url: <a href='http://cytobank.wordpress.com/'>http://cytobank.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Help with custom header image update"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-custom-header-image-update#post-1022713</link>
			<pubDate>Wed, 26 Sep 2012 16:09:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1022713@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This doesn't seem like a CSS issue, based on looking at the question, but if you had added some incorrect CSS or copy and pasted the original theme's CSS without adjusting the url() values then you could have inadvertently broken the Appearance &#8594; Header function.</p>
<p>If you are new to CSS, the best way to add new CSS is to select the "Add my CSS" option on the Appearance &#8594; Custom Design &#8594; CSS page and then just add in small CSS snippets for changes you want to make that are different from the original stylesheet. You would just want to use the original stylesheet as a reference and not copy and paste the entire thing into the CSS editor.</p>
<p>I checked <a href="http://infinera.wordpress.com/" rel="nofollow">http://infinera.wordpress.com/</a> and it appears your custom header image is working and it matches what has been selected on the Appearance &#8594; Header page. If you still need help, please describe how the image looks to you compared to how you expect it to look.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Help with custom header image update"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-custom-header-image-update#post-1009094</link>
			<pubDate>Thu, 13 Sep 2012 17:34:09 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1009094@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This thread will be moved to the CSS Forum where you can get the help you need.
</p>
]]></description>
					</item>
		<item>
			<title>infinerablog on "Help with custom header image update"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-custom-header-image-update#post-1009085</link>
			<pubDate>Thu, 13 Sep 2012 17:28:30 +0000</pubDate>
			<dc:creator>infinerablog</dc:creator>
			<guid isPermaLink="false">1009085@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I changed my custom header and it has not updated, even after clearing my cache. Please advise.<br />
Blog url: <a href='http://infinera.wordpress.com/'>http://infinera.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004304</link>
			<pubDate>Mon, 10 Sep 2012 13:57:20 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1004304@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Rude? Of course not.<br />
Bottom line is you really need a different theme. Check this post of mine to see which themes to avoid:<br />
<a href="http://wpbtips.wordpress.com/2009/11/12/widgets-on-pages-or-single-posts/" rel="nofollow">http://wpbtips.wordpress.com/2009/11/12/widgets-on-pages-or-single-posts/</a>
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004295</link>
			<pubDate>Mon, 10 Sep 2012 13:48:46 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">1004295@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for that, I hope I did not come over as rude just getting a little frustrated at something that I thought was going to be easy being a lot more complicated than anticipated.</p>
<p>Thanks for the link to the Blix demo I will look at this, not sure I was aware of this.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004288</link>
			<pubDate>Mon, 10 Sep 2012 13:38:25 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1004288@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. Blix displays the sidebar on <em>dynamic</em> pages (such as the main posts page or a category page) as well on the single post view, but <em>not</em> on static pages. Check the theme demo if you don't believe me:<br />
<a href="http://blixdemo.wordpress.com/" rel="nofollow">http://blixdemo.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004276</link>
			<pubDate>Mon, 10 Sep 2012 13:17:18 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">1004276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello justpi,</p>
<p>Thanks for your help.</p>
<p>I think it does as I have it on my static page but not on all, and I have seen another page done by another dog breeder that has the same theme and has widgets on the side bar.</p>
<p>I also can not get the pull downs on the top bar to work/set up.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004270</link>
			<pubDate>Mon, 10 Sep 2012 13:06:17 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1004270@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, all the preceding answers are misleading: Blix simply <em>doesn't display the sidebar on static pages</em>. You need a different theme.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004266</link>
			<pubDate>Mon, 10 Sep 2012 12:48:21 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">1004266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looking through my pages again the widgets only show on my page Zala Picture, if I view any other page the widgets are not visible and if I select GO! in top right of screen then it reverts to the page Zala Picture with the widgets visible...... can't understand what I am doing wrong ?
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1004261</link>
			<pubDate>Mon, 10 Sep 2012 12:38:38 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">1004261@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi macmanx,</p>
<p>Thankyou for your help.<br />
I have changed the two pages as you said, but it has not changed anything. I still do not have visible widgets unless I select GO! in top right of page and if I do this then leave the page and come back then they are gone again. Also no means of setting up top pull down menus.</p>
<p>HELP !!!! PLEASE
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1000742</link>
			<pubDate>Thu, 06 Sep 2012 23:38:41 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1000742@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>At Settings -&#62; Reading in your blog's Dashboard, you currently have the static front page and the blog page set to the same page, hence the problem. They will need to be either two different pages, or you will need to select "Your latest posts" instead.</p>
<p><a href="http://en.support.wordpress.com/pages/front-page/" rel="nofollow">http://en.support.wordpress.com/pages/front-page/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethiefmedia on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1000177</link>
			<pubDate>Thu, 06 Sep 2012 15:50:12 +0000</pubDate>
			<dc:creator>timethiefmedia</dc:creator>
			<guid isPermaLink="false">1000177@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's my opinion that the layout issue on your theme must be fixed by Staff. Only they have backend access to your blog and only they can sort this issue out for you.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1000175</link>
			<pubDate>Thu, 06 Sep 2012 15:48:15 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">1000175@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Timethief,</p>
<p>I think you are all much more computer literate than me..... don't think I am using Firefox......Windows and Explorer... does that make sense ?</p>
<p>I am trying to sort this so that when the puppies arrive I have a site to put pictures on..............
</p>
]]></description>
					</item>
		<item>
			<title>timethiefmedia on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1000152</link>
			<pubDate>Thu, 06 Sep 2012 15:27:55 +0000</pubDate>
			<dc:creator>timethiefmedia</dc:creator>
			<guid isPermaLink="false">1000152@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@zalindor<br />
This is timethief. I viewed your blog again today and the same layout issue exists on it. I'm using Firefox 15 and I believe that may be connected to your widget issue. I also flagged this thread for Staff attention 2 days ago.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-1000147</link>
			<pubDate>Thu, 06 Sep 2012 15:16:09 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">1000147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello Raincoaster,</p>
<p>Not had any help from wordpress yet, I assume you have done this before ? Any idea how long they might take to get onboard with the problem?</p>
<p>Where or what are these Tag things, perhaps I could do this Modlook thing to speed things up.?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-999052</link>
			<pubDate>Wed, 05 Sep 2012 14:07:47 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">999052@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nope. But I know that if you need their help in a thread, you put Modlook in the Tags and they will come.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-999035</link>
			<pubDate>Wed, 05 Sep 2012 13:44:31 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">999035@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you raincoaster I really appreciate your help. </p>
<p>I assume that you are connected to wordpress staff?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-999019</link>
			<pubDate>Wed, 05 Sep 2012 13:29:39 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">999019@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I flagged this for staff attention.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-999003</link>
			<pubDate>Wed, 05 Sep 2012 13:11:12 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">999003@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Having spent the last couple of hours trying to fathom out how to set this website up I starting to despair, surely it can't be this difficult. It all seemed so promising when I first found wordpress.</p>
<p>If the theme or whatever is not working properly how would I contact the appropriate wordpress staff to resolve the situation ?</p>
<p>If wordpress are monitoring these posts please can you help me.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-998949</link>
			<pubDate>Wed, 05 Sep 2012 10:30:30 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">998949@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I have now discovered that although I can not see the Widgets when trying to set them up, if when done I view the site and pick the box in top right hand side of home page of Zalindor site then the widgets appear, surely this is not how its supposed to be ?<br />
Also if I leave the page/site and come back to it they are not there again and I have to select the GO! box again to see then</p>
<p>I know that the widgets should be visible as I see them on other sites.</p>
<p>Interested in your comment 'timethief' that something is amiss, but curious as to how the blix theme/template would not show itself to me correctly when it is for other users.<br />
Are you a member of the wordpress staff ?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "floating translucent block shows up on cell phone look at my blog"</title>
			<link>http://en.forums.wordpress.com/topic/floating-translucent-block-shows-up-on-cell-phone-look-at-my-blog#post-998693</link>
			<pubDate>Wed, 05 Sep 2012 00:30:44 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">998693@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think you are referring to the infinite scroll pop-up in the footer. Staff have been introducing “infinite scroll" to themes — a site wide change that will be applied to all themes that are suitable for the implementation. <a href="http://en.forums.wordpress.com/topic/to-infinity?replies=137" rel="nofollow">http://en.forums.wordpress.com/topic/to-infinity?replies=137</a><br />
<a href="http://en.blog.wordpress.com/2012/06/12/to-infinity-and-beyond/" rel="nofollow">http://en.blog.wordpress.com/2012/06/12/to-infinity-and-beyond/</a></p>
<p><a href="http://onecoolsitebloggingtips.com/2012/03/16/disabling-infinite-scroll-on-your-wordpress-com-blog/">Disabling" the infinite scroll feature</a> to get rid of the pop-up in the footer results in a "Load More Posts" tab, and you can't disable that "Load More Posts" tab from appearing and have "previous post" and "next post" links, without the Custom Design upgrade. <a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-998420</link>
			<pubDate>Tue, 04 Sep 2012 20:50:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">998420@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@zalindor<br />
I know the Blix theme and I have it up on my test blog. I can do what you can't re: the widgets. I have also viewed your blog and I can see something is amiss with it so I have flagged this thread for Staff attention.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-998388</link>
			<pubDate>Tue, 04 Sep 2012 20:26:54 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">998388@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What do you mean check the theme options ? Are you refering to Blix ?  I have found another dog site on wordpress that has all the widgets set up in the side bar and that site is based upon the blix theme.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-997987</link>
			<pubDate>Tue, 04 Sep 2012 14:54:41 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">997987@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Check the theme options. If you use an older, non-configurable theme, it's much easier.
</p>
]]></description>
					</item>
		<item>
			<title>zalindor on "Problem setting up widgets"</title>
			<link>http://en.forums.wordpress.com/topic/problem-setting-up-widgets#post-997950</link>
			<pubDate>Tue, 04 Sep 2012 14:05:48 +0000</pubDate>
			<dc:creator>zalindor</dc:creator>
			<guid isPermaLink="false">997950@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have seen others using the Blix theme that have side bar, and surely if it was not available in Blix it would not present itself as available ?</p>
<p>Thought this was looking like an easy process, starting to have doubts now.</p>
<p>Thankyou for your assistance.
</p>
]]></description>
					</item>

	</channel>
</rss>
