<?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: Ask the WordPress Guru, Q&amp;A #1</title> <atom:link href="http://www.prelovac.com/vladimir/ask-the-wordpress-guru-qa-1/feed" rel="self" type="application/rss+xml" /><link>http://www.prelovac.com/vladimir/ask-the-wordpress-guru-qa-1</link> <description>Coding, WordPress, SEO, Games and Rants</description> <lastBuildDate>Sun, 21 Mar 2010 11:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Jason</title><link>http://www.prelovac.com/vladimir/ask-the-wordpress-guru-qa-1#comment-13201</link> <dc:creator>Jason</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=962#comment-13201</guid> <description>I seem to be having a problem accessing a sub-directory inside the wordpress directory... really strange... can you help solve this issue?Here are2 webpages I made detailing changes that we want to make, and screenshots of the activity trying to access these folders via FTP... but can&#039;t, due to the inability to access a folder called &#039;blueggrace&#039; in the directory called...http://www.dalligold.com/blog/wp-content/themes/ VIA FTP!I can see the directory &#039;blueggrace&#039; via explorer and firefox browsers, but WS_FTP_LE, AceFTP AND FireFTP CANNOT see the folder &#039;blueggrace&#039; in thehttp://www.dalligold.com/blog/wp-content/themes/folder...View these 2 webpages to see what we are trying to do AND screenshots of both FTP and Browser access attempts for the &#039;blueggrace&#039; folder!http://committeetorestoretheusconstitution.com/Dalli/DalliLogo.htmland the screenshots at...http://committeetorestoretheusconstitution.com/Dalli/index_2.htmlI have over 12 years experience with computers, FTP and browser management and USE and I have NEVER run across the inability to access a subfolder with FTP Apps, but can SEE, and DOWNLOAD files WITHIN a folder via BROWSER... It&#039;s stranger than fiction!</description> <content:encoded><![CDATA[<p>I seem to be having a problem accessing a sub-directory inside the wordpress directory... really strange... can you help solve this issue?</p><p>Here are2 webpages I made detailing changes that we want to make, and screenshots of the activity trying to access these folders via <a
href="http://FTP.." rel="nofollow">http://FTP..</a>. but can't, due to the inability to access a folder called 'blueggrace' in the directory called...</p><p><a
href="http://www.dalligold.com/blog/wp-content/themes/" rel="nofollow">http://www.dalligold.com/blog/wp-content/themes/</a> VIA FTP!</p><p>I can see the directory 'blueggrace' via explorer and firefox browsers, but WS_FTP_LE, AceFTP AND FireFTP CANNOT see the folder 'blueggrace' in the</p><p><a
href="http://www.dalligold.com/blog/wp-content/themes/" rel="nofollow">http://www.dalligold.com/blog/wp-content/themes/</a></p><p>folder...</p><p>View these 2 webpages to see what we are trying to do AND screenshots of both FTP and Browser access attempts for the 'blueggrace' folder!</p><p><a
href="http://committeetorestoretheusconstitution.com/Dalli/DalliLogo.html" rel="nofollow">http://committeetorestoretheusconstitution.com/Dalli/DalliLogo.html</a></p><p>and the screenshots at...</p><p><a
href="http://committeetorestoretheusconstitution.com/Dalli/index_2.html" rel="nofollow">http://committeetorestoretheusconstitution.com/Dalli/index_2.html</a></p><p>I have over 12 years experience with computers, FTP and browser management and USE and I have NEVER run across the inability to access a subfolder with FTP Apps, but can SEE, and DOWNLOAD files WITHIN a folder via BROWSER... It's stranger than fiction!</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.prelovac.com/vladimir/ask-the-wordpress-guru-qa-1#comment-11290</link> <dc:creator>Chris</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=962#comment-11290</guid> <description>Thanks for your answers. Interesting as always. I&#039;m using your Blue Grace theme and my tool of choice for any file comparism and update jobs is WinMerge. It&#039;s open source and highly recommended.</description> <content:encoded><![CDATA[<p>Thanks for your answers. Interesting as always. I'm using your Blue Grace theme and my tool of choice for any file comparism and update jobs is WinMerge. It's open source and highly recommended.</p> ]]></content:encoded> </item> <item><title>By: Adam W. Warner</title><link>http://www.prelovac.com/vladimir/ask-the-wordpress-guru-qa-1#comment-10976</link> <dc:creator>Adam W. Warner</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=962#comment-10976</guid> <description>Regarding this question and answer:&lt;blockquote cite=&quot;&quot;&gt;I would just turn off the sidebar in a few pages of my website. Can be done? For example in the photo gallery page.Of course it is. You need to find call to get_sidebar() in your theme template (usually in footer.php and exclude it in certain cases. Here is actual snippet from my site.&lt;cite&gt;I would also suggest creating a Page Template that has no sidebar. That way, when creating a page, you simply choose the Page Template with no sidebar. This avoids editing the theme files directly, so upgrades don&#039;t overwrite your custom changes.You can learn more about Page Templates here:
http://justintadlock.com/archives/2009/03/13/page-templates-the-untapped-potential-of-wordpress</description> <content:encoded><![CDATA[<p>Regarding this question and answer:</p><blockquote
cite=""><p>I would just turn off the sidebar in a few pages of my website. Can be done? For example in the photo gallery page.</p><p>Of course it is. You need to find call to get_sidebar() in your theme template (usually in footer.php and exclude it in certain cases. Here is actual snippet from my site.</p><p><cite></p><p>I would also suggest creating a Page Template that has no sidebar. That way, when creating a page, you simply choose the Page Template with no sidebar. This avoids editing the theme files directly, so upgrades don't overwrite your custom changes.</p><p>You can learn more about Page Templates here:<br
/> <a
href="http://justintadlock.com/archives/2009/03/13/page-templates-the-untapped-potential-of-wordpress" rel="nofollow">http://justintadlock.com/archives/2009/03/13/page-templates-the-untapped-potential-of-wordpress</a></cite></p></blockquote> ]]></content:encoded> </item> <item><title>By: Hardeep Singh</title><link>http://www.prelovac.com/vladimir/ask-the-wordpress-guru-qa-1#comment-10972</link> <dc:creator>Hardeep Singh</dc:creator> <pubDate></pubDate> <guid
isPermaLink="false">http://www.prelovac.com/vladimir/?p=962#comment-10972</guid> <description>I posted on the support forums about the avatar bug, and the bug with images &#039;centered&#039;. AG is not able to show images that have an alignment of &#039;center&#039;. I have fixed these on my own blogs but it would be good if an update can be provided.</description> <content:encoded><![CDATA[<p>I posted on the support forums about the avatar bug, and the bug with images 'centered'. AG is not able to show images that have an alignment of 'center'. I have fixed these on my own blogs but it would be good if an update can be provided.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.prelovac.com @ 2010-03-21 13:06:52 by W3 Total Cache -->