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

		<item>
			<title>houstonweaver on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1100901</link>
			<pubDate>Fri, 21 Dec 2012 19:00:06 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1100901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The  reason to go the second route is if you wanted to add those classes to your css style sheet. The first example uses inline styles.  Either one can work for you but you definitely do not need both.</p>
<p>Can you link to a specific page where you have implemented the author box so we can look at the spacing issue?
</p>
]]></description>
					</item>
		<item>
			<title>davidroccato on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1100729</link>
			<pubDate>Fri, 21 Dec 2012 15:31:57 +0000</pubDate>
			<dc:creator>davidroccato</dc:creator>
			<guid isPermaLink="false">1100729@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>here I am,</p>
<p>I've just tried the first solution and tried to adapt it to what I would like to achieve. Here's what I've written:</p>
<p><code>&lt;div style=&quot;margin-left: 0px; border: 1px solid #000000; overflow: auto; width: 99%;&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style=&quot;float: left; padding: 1, 5, 1, 5px;&quot; alt=&quot;&quot; src=&quot;http://italianeography.files.wordpress.com/2012/05/EXAMPLE.jpg&quot; /&gt;&lt;br /&gt;
&lt;p style=&quot;padding: 4px; text-align: justify;&quot;&gt;&lt;strong&gt;Author: John Doe - &lt;/strong&gt;and here is the text about the author. and here is the text about the author.and here is the text about the author. and here is the text about the author. and here the &lt;a href=&quot;http://EXAMPLE.com&quot;&gt;Website&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;
&lt;/div&gt;</code></p>
<p>The picture will be always <strong>70x70</strong> so I don't need to specify it. The only thing is not perfect is the distance/padding between the top border line and the picture/text and the bottom border line and the picture/text. It's almost the same but the distance on the top is a little bit bigger than the distance at the bottom. In any case, if it's too complicated to fix it equally, I can absolutely live with that.</p>
<p>Then, I don't understand why I should add those class containers and how, so how it would be the last version with those included too? If it's not necessary, I could go with the code I've just written above.</p>
<p>In any case, Thank you very much again for your help.
</p>
]]></description>
					</item>
		<item>
			<title>davidroccato on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1099049</link>
			<pubDate>Wed, 19 Dec 2012 16:51:43 +0000</pubDate>
			<dc:creator>davidroccato</dc:creator>
			<guid isPermaLink="false">1099049@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your examples @houstonweaver. I've had a couple of very busy days but I'll try to test your solutions during the next days to see if I'm able to make them work. I will let you know if everything is ok or if I need to understand something more. Thank you again.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1097546</link>
			<pubDate>Mon, 17 Dec 2012 20:55:53 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1097546@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Maybe someone will come and offer  more elegant results but this will mostly accomplish what you want - I show 2 ways..</p>
<p>1. Do it all in the html.  You could make a template and fill in your changing information.  Your html would look something like this, this uses a fake file name, etc. I capitalized part of the file name because I think you have to add that in to the filename. You would add your URL (with "files" added -this is awake URL) and the size of your thumbnail. Put in your image as the first item in the paragraph for the best placement.<br />
<pre><code>&lt;div style=&quot;margin-left:24px;border:1px solid #000000;overflow:auto;width:85%;&quot;&gt;
&lt;h2&gt; John Doe&lt;/h2&gt;
&lt;p style=&quot;padding:10px;&quot;&gt;  &lt;img style=&quot;float:left;padding:0, 5, 0, 5px;&quot; src=&quot;http://italianeography.FILES.wordpress.com/2012/11/20121111-082354.jpg?w=150&quot; alt=&quot;20121111-082354.jpg&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;and here is the text about the author. and here is the text about the author.and here is the text about the author. and here is the text about the author. &lt;/p&gt;&lt;/div&gt;</code></pre>
<p>The second way uses a combination of CSS that will be added to your style sheet and the way you will need to put in your html. First the CSS for your stylesheet :<br />
<pre><code>/*... Author box...*/

div .author-container {
	margin-left: 24px;
	border: 1px solid #000000;
	overflow: auto;
	width: 85%;
}

p.author {
	padding: 20px;
}

img.author {
	float: left;
	padding: 5px;
}
/* End Author Box</code></pre>
<p>After adding your css, you are ready to go to your post or page and add the html for your Author box.  You just have to add a few notations, the div and its class, the p and its class, and  the real image file name will be supplied when you add your image.  You will need to go in your text editor and include the class="author" part of the image link.<br />
<pre><code>&lt;div class=&quot;author-container&quot;&gt;
&lt;h2&gt;Freddy Frog&lt;/h2&gt;
&lt;p class=&quot;author&quot;&gt;&lt;img class=&quot;author&quot; src=&quot;http://italianeography.files.wordpress.com/2012/11/20121111-082354.jpg?w=150&quot; alt=&quot;20121111-082354.jpg&quot; width=&quot;150&quot; height=&quot;150&quot; /&gt;and here is the text about the author.and here is the text about the author. ;and here is the text about the author. and here is the text about the author.and here is the text about the author. here is the text about the author.and here is the text about the author. here is the text about the author. here is the text about the author. here is the text about the author. here is the text about the author.and here is the text about the author. here is the text about the author.  here is the text about the author.&lt;/p&gt;&lt;/div&gt;</code></pre>
<p>And that is my inelegant solution.  Try it and ask any questions you may have.  If I come up with a more elegant solution I will post it.
</p>
]]></description>
					</item>
		<item>
			<title>davidroccato on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1097214</link>
			<pubDate>Mon, 17 Dec 2012 16:25:54 +0000</pubDate>
			<dc:creator>davidroccato</dc:creator>
			<guid isPermaLink="false">1097214@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>well, yes, if it's possible. I don't know so much about CSS unfortunately but I only need to do that. Just a small black border around for creating the "box style", and inside a small picture on the left, and the text on the right, like usual. 640px is the maximum wide. Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1097132</link>
			<pubDate>Mon, 17 Dec 2012 15:00:14 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1097132@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can do it manually on each post. Do you need help with coding?
</p>
]]></description>
					</item>
		<item>
			<title>davidroccato on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1097089</link>
			<pubDate>Mon, 17 Dec 2012 13:52:01 +0000</pubDate>
			<dc:creator>davidroccato</dc:creator>
			<guid isPermaLink="false">1097089@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah ok, not even if I manually add a string of html code in the editor at the end of some articles? With just a border and inside a small picture and a short text?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1095712</link>
			<pubDate>Sat, 15 Dec 2012 08:23:10 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1095712@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There is not a way to add dynamic content such as the author's picture and links to posts using CSS only. To make that kind of change, you would need to <a href="http://en.support.wordpress.com/moving-a-blog/#moving-to-wordpress-org">switch to WordPress.org</a> in order to get access to the PHP code in the theme.
</p>
]]></description>
					</item>
		<item>
			<title>davidroccato on "Adding an Author box to the articles."</title>
			<link>http://en.forums.wordpress.com/topic/adding-an-author-box-to-the-articles#post-1074151</link>
			<pubDate>Wed, 21 Nov 2012 21:14:00 +0000</pubDate>
			<dc:creator>davidroccato</dc:creator>
			<guid isPermaLink="false">1074151@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I would like to add an author box at the end of the articles on one blog I have with the Fusion Theme. Just the classic box border, with the picture of the Author on the left, a short description and a link to his website.<br />
How can I do that?</p>
<p>Also, I'm not sure I want to add it for every article I publish, do you know the string for adding it manually at the end of each article? Is it possible?</p>
<p>Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Help changing color of header one website"</title>
			<link>http://en.forums.wordpress.com/topic/help-changing-color-of-header-one-website#post-1052566</link>
			<pubDate>Sat, 27 Oct 2012 01:57:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1052566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I reviewed your site and I found that you were able to figure this out using the following CSS:</p>
<pre><code>#tabs a {
	background: #002c58
}
#topnav a:hover {
	text-decoration: none;
	background:none;
	color:#00458b
}</code></pre>
<p>Nice work!
</p>
]]></description>
					</item>
		<item>
			<title>bantonline on "Help changing color of header one website"</title>
			<link>http://en.forums.wordpress.com/topic/help-changing-color-of-header-one-website#post-1050366</link>
			<pubDate>Wed, 24 Oct 2012 21:05:25 +0000</pubDate>
			<dc:creator>bantonline</dc:creator>
			<guid isPermaLink="false">1050366@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry that should have said "shades" of blue as well. Thanks
</p>
]]></description>
					</item>
		<item>
			<title>bantonline on "Help changing color of header one website"</title>
			<link>http://en.forums.wordpress.com/topic/help-changing-color-of-header-one-website#post-1050363</link>
			<pubDate>Wed, 24 Oct 2012 21:00:15 +0000</pubDate>
			<dc:creator>bantonline</dc:creator>
			<guid isPermaLink="false">1050363@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I need to change the black colour on the head section of this website to this blue colour #00008B and sahes of this through CSS and can't work out how to do it - can anyone help? </p>
<p>Thanks<br />
Niki
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change background color of fusion theme"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-of-fusion-theme#post-881608</link>
			<pubDate>Tue, 08 May 2012 15:56:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">881608@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Welcome!</p>
<p>I'm not sure which background color, the content or behind the content?</p>
<p>Here's what I came up with for an example of changing the background color for the main content of a page and the footer:</p>
<pre><code>#mid-content, #footer, ul.secondary-tabs {
	background: #eee;
}
#mid-content, #respond {
	margin-bottom: 0;
}
#footer {
	margin-top: 0;
}</code></pre>
<p>As an alternative, here's an example I came up with for changing the background color behind the content area in the Fusion theme:</p>
<pre><code>body {
	background: #eee;
}
#page-wrap2 {
	background: none !important;
}
#mid-content, #footer, ul.secondary-tabs {
	background: #fff;
}
#header {
	background-color: #242424;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#707070), color-stop(0.26, #3D3D3D), color-stop(0.26, #242424), to(#0F0F0F));
	background: -moz-linear-gradient(top, #707070, #3D3D3D 26%, #242424 26%, #0F0F0F);
}
#mid-content {
	padding: 0 1em;
}
#page .clearcontent {
	display: none;
}</code></pre>
<p>Note that the Fusion theme is setup with quite a few different wrap elements, and so there are probably several different ways to accomplish changing the background color.
</p>
]]></description>
					</item>
		<item>
			<title>topgunmgmt on "Change background color of fusion theme"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-color-of-fusion-theme#post-877263</link>
			<pubDate>Wed, 02 May 2012 17:10:26 +0000</pubDate>
			<dc:creator>topgunmgmt</dc:creator>
			<guid isPermaLink="false">877263@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to switch the background color of my fusion theme.  I purchased the upgrade for customization and still cant figure it out.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS: Change Subscribe button - Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-change-subscribe-button-fusion-theme#post-857589</link>
			<pubDate>Wed, 04 Apr 2012 19:56:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">857589@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome! :)
</p>
]]></description>
					</item>
		<item>
			<title>purecomplex on "CSS: Change Subscribe button - Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-change-subscribe-button-fusion-theme#post-855870</link>
			<pubDate>Mon, 02 Apr 2012 17:34:49 +0000</pubDate>
			<dc:creator>purecomplex</dc:creator>
			<guid isPermaLink="false">855870@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much designsimply. This helped a great deal :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS: Change Subscribe button - Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-change-subscribe-button-fusion-theme#post-852069</link>
			<pubDate>Wed, 28 Mar 2012 17:45:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">852069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I also want to know if I can change how the "Excerpt" post appears? Right now I have it on Full Post, because on "Excerpt" post, it doesn't show an image.. just writing. Is there a way I can change that?</p></blockquote>
<p>There is not a way to add images to automatic excerpts, but you can setup your own excerpts manually and include images. To do it, open a post for editing, click the Screen Options tab at the top right of the page, make sure the "Excerpt" option is checked, find the excerpt on the page, add in a manual excerpt including HTML code for the image you'd like to add, and save changes.</p>
<p>Here is an example of a manual excerpt with an image:</p>
<p><code>&lt;img src=&quot;YOUR_IMAGE_URL&quot; class=&quot;alignleft&quot;/&gt; This is a test post with a manual excerpt that also includes an image.</code></p>
<p>Replace YOUR_IMAGE_URL with an image URL you choose. The best practice is to <a href="http://en.support.wordpress.com/images/">upload an image to your media library</a> and then copy the image URL from there.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS: Change Subscribe button - Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-change-subscribe-button-fusion-theme#post-852050</link>
			<pubDate>Wed, 28 Mar 2012 17:32:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">852050@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I have the Fusion Theme (www.purecomplex.com) and I can't find the css language that will allow me to change the look of the subscribe form.</p></blockquote>
<p>The Fusion Theme doesn't have any specific CSS rules setup for the subscribe form, and that means it will just inherit rules used for the sidebar in most cases. When that happens, you'll want to look at the HTML to see what selectors to use in your CSS.</p>
<p>Here is an example of the HTML for the visible elements of the follow widget while logged out:</p>
<pre><code>&lt;div class=&quot;widget widget_blog_subscription&quot; id=&quot;blog_subscription-6&quot;&gt;&lt;h2 class=&quot;title&quot;&gt;&lt;label for=&quot;subscribe-field&quot;&gt;Receive Updates via Email..&lt;/label&gt;&lt;/h2&gt;
			&lt;form id=&quot;subscribe-blog&quot; accept-charset=&quot;utf-8&quot; method=&quot;post&quot; action=&quot;https://subscribe.wordpress.com&quot;&gt;
				&lt;p&gt;&lt;input type=&quot;text&quot; id=&quot;subscribe-field&quot; value=&quot;&quot; style=&quot;width: 95%; padding: 1px 2px&quot; name=&quot;email&quot;&gt;&lt;/p&gt;
				&lt;p&gt;
					&lt;input type=&quot;submit&quot; value=&quot;Subscribe Today..&quot;&gt;
				&lt;/p&gt;
			&lt;/form&gt;
&lt;/div&gt;</code></pre>
<p>To style the subscription field and the submit button separately, you would add CSS using selectors like this:</p>
<pre><code>.widget_blog_subscription #subscribe-field {
/* CSS goes here */
}

.widget_blog_subscription input[type=&quot;submit&quot;] {
/* CSS goes here */
}</code></pre>
<p>Here is a more specific CSS example which changes a few things about the input fields:</p>
<pre><code>.widget_blog_subscription #subscribe-field {
height: 25px;
border: 1px solid black;
color: #444;
}

.widget_blog_subscription input[type=&quot;submit&quot;] {
background: darkorange;
color: black;
display:block;
width:100%;
padding:5px;
border:1px solid sienna;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}</code></pre>
<p>Of course, this is just one way of styling the form elements, and you can add/remove/adjust the rules to your liking.
</p>
]]></description>
					</item>
		<item>
			<title>purecomplex on "CSS: Change Subscribe button - Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-change-subscribe-button-fusion-theme#post-847938</link>
			<pubDate>Fri, 23 Mar 2012 18:05:20 +0000</pubDate>
			<dc:creator>purecomplex</dc:creator>
			<guid isPermaLink="false">847938@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have the Fusion Theme (www.purecomplex.com) and I can't find the css language that will allow me to change the look of the subscribe form. Can someone please help point out where the language is and how to change it?</p>
<p>I also want to know if I can change how the "Excerpt" post appears? Right now I have it on Full Post, because on "Excerpt" post, it doesn't show an image.. just writing. Is there a way I can change that? Please help and thank you in advance for anyone willing to help.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Inserting Original Artwork Into Header On Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-original-artwork-into-header-on-fusion-theme#post-780513</link>
			<pubDate>Sun, 01 Jan 2012 00:41:10 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">780513@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Go here &#62; Appearance &#62; Header and note the exact size required. Then create an image of the exact size required. Make sure the image you create has one of these file extensions .jpg .jpeg .png .gif Then follow the instructions to upload the image into your blog <a href="http://en.support.wordpress.com/themes/custom-header-image/" rel="nofollow">http://en.support.wordpress.com/themes/custom-header-image/</a>
</p>
]]></description>
					</item>
		<item>
			<title>whatsonyourgrill on "Inserting Original Artwork Into Header On Fusion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/inserting-original-artwork-into-header-on-fusion-theme#post-780504</link>
			<pubDate>Sun, 01 Jan 2012 00:28:52 +0000</pubDate>
			<dc:creator>whatsonyourgrill</dc:creator>
			<guid isPermaLink="false">780504@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey WP.com team. I am trying to upload an original art piece in the place of the PostCoaster.com copy on my site, postcoaster.wordpress.com. Any help would be appreciated! Happy New Year!~!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Full post on home page"</title>
			<link>http://en.forums.wordpress.com/topic/full-post-on-home-page#post-704680</link>
			<pubDate>Sat, 24 Sep 2011 01:52:50 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">704680@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>fairywitht on "Full post on home page"</title>
			<link>http://en.forums.wordpress.com/topic/full-post-on-home-page#post-704673</link>
			<pubDate>Sat, 24 Sep 2011 01:15:10 +0000</pubDate>
			<dc:creator>fairywitht</dc:creator>
			<guid isPermaLink="false">704673@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Full post on home page"</title>
			<link>http://en.forums.wordpress.com/topic/full-post-on-home-page#post-704583</link>
			<pubDate>Fri, 23 Sep 2011 21:29:37 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">704583@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Go to theme options and select to have it show full posts instead of excerpts and save.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Full post on home page"</title>
			<link>http://en.forums.wordpress.com/topic/full-post-on-home-page#post-704579</link>
			<pubDate>Fri, 23 Sep 2011 21:27:34 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">704579@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The site linked to your username is using Matala. We need a link to the site you are talking about.
</p>
]]></description>
					</item>
		<item>
			<title>fairywitht on "Full post on home page"</title>
			<link>http://en.forums.wordpress.com/topic/full-post-on-home-page#post-704574</link>
			<pubDate>Fri, 23 Sep 2011 21:07:05 +0000</pubDate>
			<dc:creator>fairywitht</dc:creator>
			<guid isPermaLink="false">704574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, I'm using the Fusion Theme and I would like the the newest post on my Home page shows in full. Is this possible?<br />
Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Custom CSS does not work with 3G"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-does-not-work-with-3g-1#post-662833</link>
			<pubDate>Thu, 04 Aug 2011 18:32:57 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">662833@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome. I'm not seeing it on Verizon 3G with iPhone 4, so I think all is well. Hopefully it sorts out. Also, keep clearing the Safari cache before checking.
</p>
]]></description>
					</item>
		<item>
			<title>brianheys on "Custom CSS does not work with 3G"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-does-not-work-with-3g-1#post-662823</link>
			<pubDate>Thu, 04 Aug 2011 18:13:48 +0000</pubDate>
			<dc:creator>brianheys</dc:creator>
			<guid isPermaLink="false">662823@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, I mean the #topnav line hidden with display:none.</p>
<p>Okay, thanks for the advice. I was thinking along the same lines myself, but I was a little thrown by the fact that the preview in the CSS Stylesheet Editor works.</p>
<p>I'll keep an eye on it and see what happens.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Custom CSS does not work with 3G"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-does-not-work-with-3g-1#post-662819</link>
			<pubDate>Thu, 04 Aug 2011 18:07:06 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">662819@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you are talking about under the site title, "BiranHeys" I see that "Contract software test manager &#38; consultant" line in Safari, in Firefox, and in Opera on my computer and on my iPhone.</p>
<p>If you are talking about that line of text you've hidden with the "display:none; in #topnav in the CSS, I do not see that on any browser and I do not see it on my iPhone.</p>
<p>I would suspect a caching issue at your phone service provider possibly where they haven't upgraded their cache. They use invisible proxy servers to lower bandwidth usage.
</p>
]]></description>
					</item>
		<item>
			<title>brianheys on "Custom CSS does not work with 3G"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-does-not-work-with-3g-1#post-662596</link>
			<pubDate>Thu, 04 Aug 2011 13:14:03 +0000</pubDate>
			<dc:creator>brianheys</dc:creator>
			<guid isPermaLink="false">662596@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The difference is quite subtle, you may not have noticed it: if there is a grey bar at the top saying "Contract software test manager &#38; consultant", the CSS is not being applied.</p>
<p>Did you definitely access via 3G and not WiFi?
</p>
]]></description>
					</item>

	</channel>
</rss>
