<?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 on: Free Blog Theme: Blue Grace</title> <atom:link href="http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/feed" rel="self" type="application/rss+xml" /><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace</link> <description>Web 2.0, Marketing, Analytics, WordPress SEO</description> <lastBuildDate>Sat, 21 Nov 2009 18:31:58 -0600</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Fubbe</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-2#comment-7220</link> <dc:creator>Fubbe</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-7220</guid> <description>Hi, love your theme!
I really want to implement chess viewer deluxe on my site, but can&#039;t figure out how. Any tips anybody?Heres the link &lt;a href=&quot;http://www.geocities.com/pilafovi/Chess-Viewer/Viewer-Deluxe.Html?20085&quot; title=&quot;Chess Viewer deluxe&quot; rel=&quot;nofollow&quot;&gt;. At the bottom of that page is a link to a page explaining how to implement the viewer, but I can&#039;t get it to work. I don&#039;t know where to past the code, basically.I know this is way off topic, but don&#039;t know where to ask.....</description> <content:encoded><![CDATA[<p>Hi, love your theme!<br
/> I really want to implement chess viewer deluxe on my site, but can't figure out how. Any tips anybody?</p><p>Heres the link <a
href="http://www.geocities.com/pilafovi/Chess-Viewer/Viewer-Deluxe.Html?20085" title="Chess Viewer deluxe" rel="nofollow">. At the bottom of that page is a link to a page explaining how to implement the viewer, but I can't get it to work. I don't know where to past the code, basically.</p><p>I know this is way off topic, but don't know where to ask.....</a></p> ]]></content:encoded> </item> <item><title>By: Bithead</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-2#comment-6956</link> <dc:creator>Bithead</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6956</guid> <description>Excellent theme. My thanks and compliments.I did have Amazing Grace up for a while, because I really liked it&#039;s layout; It only took some minor changes to make it fit my content. And here they are as adapted to the Blue Grace theme.Janey, I note in the comments here, apparently had the same width problem. To solve this, I modified the sidebars as follows:
-=-=-=-=-=-#sidebar-left
{
background:#F8f8F8;
border:1px #ccc dashed;
font-size:1em;
float:left;
margin-left:10px;
width:150px;
padding:2px 1px 0px 1px;
}#sidebar-right
{
font-size:1em;
float:left;
margin-left:10px;
width:140px;
padding:1em .0em 2em .3em;
}-=-=-=-=-
That works OK for what I&#039;m using for ad templates and content. Your mileage may vary. It does get the display width down to one wide on a 1024&amp;768 screen which was my objective.I also added non-standard blockquote calls..(Nested blockquotes... yeah, I know it&#039;s not kosher, but frankly until the figure out a way to deal with that issue, I go with what works)..-=-=-=-=-=--
blockquote {
display: block;
padding: 2px 10px;
font-family:Courier;
background-image: url(http://bitsblog.florack.us/images/bq1.jpg);
border:2px dashed #DCD8A8;
}blockquote blockquote {
display: block;
padding: 2px 10px;
font-family:Courier;
background-image: url(http://bitsblog.florack.us/images/bq2.jpg);
border:1px dashed #DCD8A8;
}
blockquote blockquote blockquote {
display: block;
padding: 2px 10px;
font-family:Courier;
background-image: url(http://bitsblog.florack.us/images/bq3.jpg);
border:1px dashed #DCD8A8;
}-=-=-=-=-=-
Of course the objective with that is a different color layout for each nest of blockquote. The code allows for a triple-nested quote block if things that that bad. (Usually, they don&#039;t but...) This allows for a more easily understood discussion thread.I also added a (slightly ham-handed) mod to more obviously mark links on the page. Again, visibility issues for my readers. Because of where I had to place that call, it makes some of the more graphic links..(for example, the header and footer)  look a little less smooth than I&#039;d like, but I can live with that for now. I wish there was a way I could apply that heavier underline just for the body of the posts and not the &#039;static&#039; parts of the display. I suppose there is a way, I&#039;ve just not found it yet.As I say, I roiginally had AG up. I Loved the layout of the original Amazing Grace,  but was a little nonplussed with the color. It looked realy nice, but some of my older readers were having some problems with it from a readability standpoint. When I found Blue Grace online, I was very pleased indeed. That smile got wider as I realized it was going to be only some very minor work to transport the mods I&#039;d added to the original AG theme, over to BG.After Christmas... and the added expenses that brings, you&#039;ll be getting a donation from me. Again, my compliments.</description> <content:encoded><![CDATA[<p>Excellent theme. My thanks and compliments.</p><p>I did have Amazing Grace up for a while, because I really liked it's layout; It only took some minor changes to make it fit my content. And here they are as adapted to the Blue Grace theme.</p><p>Janey, I note in the comments here, apparently had the same width problem. To solve this, I modified the sidebars as follows:<br
/> -=-=-=-=-=-</p><p>#sidebar-left<br
/> {<br
/> background:#F8f8F8;<br
/> border:1px #ccc dashed;<br
/> font-size:1em;<br
/> float:left;<br
/> margin-left:10px;<br
/> width:150px;<br
/> padding:2px 1px 0px 1px;<br
/> }</p><p>#sidebar-right<br
/> {<br
/> font-size:1em;<br
/> float:left;<br
/> margin-left:10px;<br
/> width:140px;<br
/> padding:1em .0em 2em .3em;<br
/> }</p><p>-=-=-=-=-<br
/> That works OK for what I'm using for ad templates and content. Your mileage may vary. It does get the display width down to one wide on a 1024&amp;768 screen which was my objective.</p><p>I also added non-standard blockquote calls..(Nested blockquotes... yeah, I know it's not kosher, but frankly until the figure out a way to deal with that issue, I go with what works)..</p><p>-=-=-=-=-=--<br
/> blockquote {</p><p> display: block;<br
/> padding: 2px 10px;<br
/> font-family:Courier;<br
/> background-image: url(http://bitsblog.florack.us/images/bq1.jpg);<br
/> border:2px dashed #DCD8A8;</p><p>}</p><p>blockquote blockquote {</p><p> display: block;<br
/> padding: 2px 10px;<br
/> font-family:Courier;<br
/> background-image: url(http://bitsblog.florack.us/images/bq2.jpg);<br
/> border:1px dashed #DCD8A8;</p><p>}<br
/> blockquote blockquote blockquote {</p><p> display: block;<br
/> padding: 2px 10px;<br
/> font-family:Courier;<br
/> background-image: url(http://bitsblog.florack.us/images/bq3.jpg);<br
/> border:1px dashed #DCD8A8;</p><p>}</p><p>-=-=-=-=-=-<br
/> Of course the objective with that is a different color layout for each nest of blockquote. The code allows for a triple-nested quote block if things that that bad. (Usually, they don't but...) This allows for a more easily understood discussion thread.</p><p>I also added a (slightly ham-handed) mod to more obviously mark links on the page. Again, visibility issues for my readers. Because of where I had to place that call, it makes some of the more graphic links..(for example, the header and footer)  look a little less smooth than I'd like, but I can live with that for now. I wish there was a way I could apply that heavier underline just for the body of the posts and not the 'static' parts of the display. I suppose there is a way, I've just not found it yet.</p><p>As I say, I roiginally had AG up. I Loved the layout of the original Amazing Grace,  but was a little nonplussed with the color. It looked realy nice, but some of my older readers were having some problems with it from a readability standpoint. When I found Blue Grace online, I was very pleased indeed. That smile got wider as I realized it was going to be only some very minor work to transport the mods I'd added to the original AG theme, over to BG.</p><p>After Christmas... and the added expenses that brings, you'll be getting a donation from me. Again, my compliments.</p> ]]></content:encoded> </item> <item><title>By: Janey</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-2#comment-6850</link> <dc:creator>Janey</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6850</guid> <description>Hello Vladimir, I appreciate this very nice theme of yours, but is there a way to fit the theme in full view by removing the scrollbar? the theme looks too wide to me, but all in all, its good. Thanks.</description> <content:encoded><![CDATA[<p>Hello Vladimir, I appreciate this very nice theme of yours, but is there a way to fit the theme in full view by removing the scrollbar? the theme looks too wide to me, but all in all, its good. Thanks.</p> ]]></content:encoded> </item> <item><title>By: willy</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6755</link> <dc:creator>willy</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6755</guid> <description>It looks great. I have downloaded it.</description> <content:encoded><![CDATA[<p>It looks great. I have downloaded it.</p> ]]></content:encoded> </item> <item><title>By: John Stevens</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6310</link> <dc:creator>John Stevens</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6310</guid> <description>Vladimir,
Thanks you for a job well done. I made the switch with no difficulty what so ever.John Stevens (idahostevens)</description> <content:encoded><![CDATA[<p>Vladimir,<br
/> Thanks you for a job well done. I made the switch with no difficulty what so ever.</p><p>John Stevens (idahostevens)</p> ]]></content:encoded> </item> <item><title>By: Karthick</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6305</link> <dc:creator>Karthick</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6305</guid> <description>This is THE theme, so awesome. I just installed it, I&#039;ll fool around with the colors and stuff. But it&#039;s so awesome! Thanks!</description> <content:encoded><![CDATA[<p>This is THE theme, so awesome. I just installed it, I'll fool around with the colors and stuff. But it's so awesome! Thanks!</p> ]]></content:encoded> </item> <item><title>By: Vladimir</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6263</link> <dc:creator>Vladimir</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6263</guid> <description>&lt;a href=&#039;#comment-6198&#039; rel=&quot;nofollow&quot;&gt;@Will&lt;/a&gt; - Photos in heading has been covered many times in original amazing grace thread and also in the forums - have a peek.Thanks everyone for the support. I am glad you like the theme!</description> <content:encoded><![CDATA[<p><a
href='#comment-6198' rel="nofollow">@Will</a> - Photos in heading has been covered many times in original amazing grace thread and also in the forums - have a peek.</p><p>Thanks everyone for the support. I am glad you like the theme!</p> ]]></content:encoded> </item> <item><title>By: Will</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6198</link> <dc:creator>Will</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6198</guid> <description>How do I change the photos in the heading as I really prefer beach photos and would like them to run exclusively as many believe that living at the ocean is a sign of success... Or am I just stuck with the photos in the Blue Grace Theme?  And I don&#039;t understand how to manipulate the photos.I do like the blue theme much better and would like to thank you for it. It has been proven that a majority of people prefer blue to any other color.Thank you,
-Will</description> <content:encoded><![CDATA[<p>How do I change the photos in the heading as I really prefer beach photos and would like them to run exclusively as many believe that living at the ocean is a sign of success... Or am I just stuck with the photos in the Blue Grace Theme?  And I don't understand how to manipulate the photos.</p><p>I do like the blue theme much better and would like to thank you for it. It has been proven that a majority of people prefer blue to any other color.</p><p>Thank you,<br
/> -Will</p> ]]></content:encoded> </item> <item><title>By: Dana - Trick Your Metabolism</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6134</link> <dc:creator>Dana - Trick Your Metabolism</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6134</guid> <description>I wrote last week that I&#039;d find a site to use Blue Grace on since I have three blogs with the Amazing Grace theme already and I created a blog today. It looks gorgeous. I love it! Thanks Vladimir!</description> <content:encoded><![CDATA[<p>I wrote last week that I'd find a site to use Blue Grace on since I have three blogs with the Amazing Grace theme already and I created a blog today. It looks gorgeous. I love it! Thanks Vladimir!</p> ]]></content:encoded> </item> <item><title>By: Rich babw</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6086</link> <dc:creator>Rich babw</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6086</guid> <description>Hello All,
I have just downloaded and applyed this new WP theme , just one question as i am a newbie to WP. my site containes 2 home page btns how do i go about removing one of these?also how can i have random adsense within the site? is it possible with this Theme?thansk for a great Theme Vladimir!!!
B.</description> <content:encoded><![CDATA[<p>Hello All,<br
/> I have just downloaded and applyed this new WP theme , just one question as i am a newbie to WP. my site containes 2 home page btns how do i go about removing one of these?</p><p>also how can i have random adsense within the site? is it possible with this Theme?</p><p>thansk for a great Theme Vladimir!!!<br
/> B.</p> ]]></content:encoded> </item> <item><title>By: Vladan</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6083</link> <dc:creator>Vladan</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6083</guid> <description>Lovely theme Vladimir. I hope that you&#039;ll release 3rd one. Never say no....Vladan</description> <content:encoded><![CDATA[<p>Lovely theme Vladimir. I hope that you'll release 3rd one. Never say no....</p><p>Vladan</p> ]]></content:encoded> </item> <item><title>By: Dana</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6058</link> <dc:creator>Dana</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6058</guid> <description>Ooh, this is lovely! I love the Amazing Grace theme and have it on 4 of my blogs. I really think I&#039;ll have to change at least one to Blue Grace.Thanks for a great theme, Vlad!</description> <content:encoded><![CDATA[<p>Ooh, this is lovely! I love the Amazing Grace theme and have it on 4 of my blogs. I really think I'll have to change at least one to Blue Grace.</p><p>Thanks for a great theme, Vlad!</p> ]]></content:encoded> </item> <item><title>By: sonkind</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6051</link> <dc:creator>sonkind</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6051</guid> <description>Wow wow wow! Thanks. I have been using your theme for quite a while now and THIS is exactly the colours I wanted. I won&#039;t change my current site, as I have put quite some work into it, but I am starting another one end of this month and will definitely then use Blue Grace. Please let us know when all tweaks and stuff is sorted out.</description> <content:encoded><![CDATA[<p>Wow wow wow! Thanks. I have been using your theme for quite a while now and THIS is exactly the colours I wanted. I won't change my current site, as I have put quite some work into it, but I am starting another one end of this month and will definitely then use Blue Grace. Please let us know when all tweaks and stuff is sorted out.</p> ]]></content:encoded> </item> <item><title>By: WordPress Theme Releases for 10/09 &#187; &#160; Weblog Tools Collection &#187; Blog Archive</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6048</link> <dc:creator>WordPress Theme Releases for 10/09 &#187; &#160; Weblog Tools Collection &#187; Blog Archive</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6048</guid> <description>[...] Please subscribe to our RSS feed for new articles.  We report on Wordpress news, themes, plugins, ideas, hacks, quick fixes and everything about blogging, especially about Wordpress. You can also receive updates from this blog via email if you want that method of notification.Blue Grace [...]</description> <content:encoded><![CDATA[<p>[...] Please subscribe to our RSS feed for new articles.  We report on Wordpress news, themes, plugins, ideas, hacks, quick fixes and everything about blogging, especially about Wordpress. You can also receive updates from this blog via email if you want that method of notification.Blue Grace [...]</p> ]]></content:encoded> </item> <item><title>By: Ajay</title><link>http://www.prelovac.com/vladimir/free-blog-theme-blue-grace/comment-page-1#comment-6047</link> <dc:creator>Ajay</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=741#comment-6047</guid> <description>Is there a way to convert Amazing Grace to the blue shade directly?</description> <content:encoded><![CDATA[<p>Is there a way to convert Amazing Grace to the blue shade directly?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: 67.222.145.100 @ 2009-11-21 20:51:58 by W3 Total Cache -->