<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Blog about concrete5 cms</title>
	<atom:link href="http://www.smartwebprojects.net/concrete5-blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smartwebprojects.net/concrete5-blog</link>
	<description>Tutorials, notes, concrete5 addons and themes bulletin</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:57:18 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to use logo instead of site name by cynthia laurenti</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/15/how-to-use-logo-instead-of-sitename/comment-page-1/#comment-7098</link>
		<dc:creator>cynthia laurenti</dc:creator>
		<pubDate>Thu, 22 Dec 2011 10:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=15#comment-7098</guid>
		<description>Thank you! needed this quick fix!</description>
		<content:encoded><![CDATA[<p>Thank you! needed this quick fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install concrete5 theme by Herbert Altink</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/65/how-to-install-concrete5-theme/comment-page-1/#comment-7088</link>
		<dc:creator>Herbert Altink</dc:creator>
		<pubDate>Mon, 19 Dec 2011 21:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=65#comment-7088</guid>
		<description>Hi,

Here is another tutorial how to install an concrete5 theme. http://www.altinkonline.nl/tutorials/concrete5/make-a-concrete5-theme/</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Here is another tutorial how to install an concrete5 theme. <a href="http://www.altinkonline.nl/tutorials/concrete5/make-a-concrete5-theme/" rel="nofollow">http://www.altinkonline.nl/tutorials/concrete5/make-a-concrete5-theme/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change background color by admin</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/170/how-to-change-background-color/comment-page-1/#comment-6822</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 05 Nov 2011 16:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=170#comment-6822</guid>
		<description>If a concrete5 theme doesn&#039;t support the &quot;Customize&quot; functionality, then the only way to modify the background color is to edit the theme css file.

Depending on the html structure, it might be something like

body { background-color: #ffffff; }

or

div.wrapper { background-color: #ffffff; }

As for our themes, most of them currently do not support the &quot;Customize&quot; functionality, but a large revision is coming: we&#039;re going to revise and update every theme by the end of 2011.</description>
		<content:encoded><![CDATA[<p>If a concrete5 theme doesn&#8217;t support the &#8220;Customize&#8221; functionality, then the only way to modify the background color is to edit the theme css file.</p>
<p>Depending on the html structure, it might be something like</p>
<p>body { background-color: #ffffff; }</p>
<p>or</p>
<p>div.wrapper { background-color: #ffffff; }</p>
<p>As for our themes, most of them currently do not support the &#8220;Customize&#8221; functionality, but a large revision is coming: we&#8217;re going to revise and update every theme by the end of 2011.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on typography.css in concrete5 themes by admin</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-6821</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 05 Nov 2011 14:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-6821</guid>
		<description>&lt;a href=&quot;#comment-6792&quot; rel=&quot;nofollow&quot;&gt;@Andy Frahm&lt;/a&gt; this fix with the timestamp is for web developers who need to debug and immediately see the changes in typography.css of the theme they are working on. It just prevents the browser from caching typography.css. There is absolutely no need to keep that workaround forever, so it&#039;s not a problem if the core upgrade overwrites that edit.

But if you for some reason need to keep that workaround forever, you can simply copy the files from /concrete/blocks/content/ to /blocks/content/ and make the changes there.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6792" rel="nofollow">@Andy Frahm</a> this fix with the timestamp is for web developers who need to debug and immediately see the changes in typography.css of the theme they are working on. It just prevents the browser from caching typography.css. There is absolutely no need to keep that workaround forever, so it&#8217;s not a problem if the core upgrade overwrites that edit.</p>
<p>But if you for some reason need to keep that workaround forever, you can simply copy the files from /concrete/blocks/content/ to /blocks/content/ and make the changes there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on typography.css in concrete5 themes by Andy Frahm</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/131/typography-css-in-concrete5-themes/comment-page-1/#comment-6792</link>
		<dc:creator>Andy Frahm</dc:creator>
		<pubDate>Wed, 02 Nov 2011 18:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=131#comment-6792</guid>
		<description>Anything you edit in the main concrete folder will need to be updated with every new release. There must be a better way.</description>
		<content:encoded><![CDATA[<p>Anything you edit in the main concrete folder will need to be updated with every new release. There must be a better way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on utf-8 encoding problem in Firefox by Björn Kähler</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/71/utf-8-encoding-problem-in-firefox/comment-page-1/#comment-6444</link>
		<dc:creator>Björn Kähler</dc:creator>
		<pubDate>Thu, 22 Sep 2011 20:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=71#comment-6444</guid>
		<description>Thanks! You made my day! :)
I tried a lot of fixes I&#039;ve found on google, but this finally made it! :D</description>
		<content:encoded><![CDATA[<p>Thanks! You made my day! <img src='http://www.smartwebprojects.net/concrete5-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I tried a lot of fixes I&#8217;ve found on google, but this finally made it! <img src='http://www.smartwebprojects.net/concrete5-blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change background color by DoctorIT</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/170/how-to-change-background-color/comment-page-1/#comment-6324</link>
		<dc:creator>DoctorIT</dc:creator>
		<pubDate>Wed, 07 Sep 2011 19:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=170#comment-6324</guid>
		<description>How do you change the background colour of the page if your theme does not support it?</description>
		<content:encoded><![CDATA[<p>How do you change the background colour of the page if your theme does not support it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on concrete5 addon Tables v2.1 released by Styling tables in concrete5</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/232/concrete5-addon-tables-v2-1-released/comment-page-1/#comment-3915</link>
		<dc:creator>Styling tables in concrete5</dc:creator>
		<pubDate>Mon, 27 Dec 2010 16:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=232#comment-3915</guid>
		<description>[...] .swp-table &#8211; class of the div block which wraps around the table .swp-table-table &#8211; class of the table tag .swp-table-head &#8211; class of the table headings row .swp-table-odd-row, .swp-table-even-row &#8211; these classes can be used to style odd/even rows differently .swp-table-paging &#8211; class of the div block which wraps around the list of pages (option to split table into separate tables has been added in Tables v2.1) [...]</description>
		<content:encoded><![CDATA[<p>[...] .swp-table &#8211; class of the div block which wraps around the table .swp-table-table &#8211; class of the table tag .swp-table-head &#8211; class of the table headings row .swp-table-odd-row, .swp-table-even-row &#8211; these classes can be used to style odd/even rows differently .swp-table-paging &#8211; class of the div block which wraps around the list of pages (option to split table into separate tables has been added in Tables v2.1) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; moving blocks in concrete5 by Bob</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/204/quick-tip-moving-blocks-in-concrete5/comment-page-1/#comment-2484</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 31 Aug 2010 16:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=204#comment-2484</guid>
		<description>I have searched around for a tip or solution for two block techniques I would like to accomplish. Hope maybe this has been addressed or. If not, that some of the erudite C5 gurus can get me up to speed:

1. Best way, if exists, to shrink height and width of the default block size. I would like to be able to insert an image at 320x240 and to have the block match that size or say, use a 5px margin. Is this a task for tables within the block?

2. I have noticed in two new C5 installations that there is no Global Scrapbook. Is this correct? Out of curiosity, I installed a third with sample content; this one did have a Global Scrapbook. I want to be able to use your posted technique for replacing text header with logo. 

In a related issue with the alternate method, the header.php file in 5.4.0.5 doesn&#039;t match the code you reference to change to the logo.

Thanks for your willingness to help.

Bob</description>
		<content:encoded><![CDATA[<p>I have searched around for a tip or solution for two block techniques I would like to accomplish. Hope maybe this has been addressed or. If not, that some of the erudite C5 gurus can get me up to speed:</p>
<p>1. Best way, if exists, to shrink height and width of the default block size. I would like to be able to insert an image at 320&#215;240 and to have the block match that size or say, use a 5px margin. Is this a task for tables within the block?</p>
<p>2. I have noticed in two new C5 installations that there is no Global Scrapbook. Is this correct? Out of curiosity, I installed a third with sample content; this one did have a Global Scrapbook. I want to be able to use your posted technique for replacing text header with logo. </p>
<p>In a related issue with the alternate method, the header.php file in 5.4.0.5 doesn&#8217;t match the code you reference to change to the logo.</p>
<p>Thanks for your willingness to help.</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on concrete5 theme: eos by Collin Barrett</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/122/concrete5-theme-eos/comment-page-1/#comment-2164</link>
		<dc:creator>Collin Barrett</dc:creator>
		<pubDate>Tue, 06 Jul 2010 23:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=122#comment-2164</guid>
		<description>I am trying to use this Eos theme.  How do I eliminate the two light blue bars in the header area.  In the wordpress theme, these contain the post title, but I don&#039;t want them in my concrete5 theme...  Thanks.</description>
		<content:encoded><![CDATA[<p>I am trying to use this Eos theme.  How do I eliminate the two light blue bars in the header area.  In the wordpress theme, these contain the post title, but I don&#8217;t want them in my concrete5 theme&#8230;  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

