<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: file - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/file</link>
		<description>Support Forum - Tag: file - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 05:21:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/file" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105430</link>
			<pubDate>Sat, 13 Apr 2013 20:26:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>narisa on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105328</link>
			<pubDate>Fri, 12 Apr 2013 17:18:51 +0000</pubDate>
			<dc:creator>narisa</dc:creator>
			<guid isPermaLink="false">105328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;awesome! thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105259</link>
			<pubDate>Fri, 12 Apr 2013 05:25:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; 1) Ok, in this case I'd also ask the developer to change the entire header section. &#60;/p&#62;
&#60;p&#62;2) Search for&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_search_form();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( !is_home() &#38;amp;&#38;amp; !is_front_page() )
{
get_search_form();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>narisa on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105231</link>
			<pubDate>Thu, 11 Apr 2013 23:39:11 +0000</pubDate>
			<dc:creator>narisa</dc:creator>
			<guid isPermaLink="false">105231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1.  I wanted to replace the entire heading including the logo- I'm going to have a programmer change the nav menu (too complicated for me) so that won't be included.- but I know I may have to have him do the entire thing if it's beyond my skill set : ) depending on if you can help.&#60;br /&#62;
2. I don't see this code.  I'm using broadscope theme.&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105165</link>
			<pubDate>Thu, 11 Apr 2013 10:14:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Please elaborate - do you want to add a div / html element or just an image to the existing theme header (which contains the menu, logo, etc.)&#60;/p&#62;
&#60;p&#62;2) Open up header.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!avia_woocommerce_enabled() &#124;&#124; avia_get_option(&#38;#39;header_search&#38;#39;) != &#38;#39;product&#38;#39;)
							{
								get_search_form();
							}
							else
							{
								get_product_search_form();
							}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( (!avia_woocommerce_enabled() &#124;&#124; avia_get_option(&#38;#39;header_search&#38;#39;) != &#38;#39;product&#38;#39;) &#38;amp;&#38;amp; !is_home() &#38;amp;&#38;amp; !is_front_page() )
							{
								get_search_form();
							}
							else if( !is_home() &#38;amp;&#38;amp; !is_front_page() )
							{
								get_product_search_form();
							}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>narisa on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105112</link>
			<pubDate>Wed, 10 Apr 2013 18:52:03 +0000</pubDate>
			<dc:creator>narisa</dc:creator>
			<guid isPermaLink="false">105112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI- so A few things. . .&#60;br /&#62;
1.I wanted to add a header -basically a design I have all the way across the top&#60;br /&#62;
2. remove the search bar just on the home page.  want it on all interior pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105048</link>
			<pubDate>Wed, 10 Apr 2013 10:37:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basically you don't need to change the css code at all because the size of the surrounding div will change if you change the logo size. If your logo/image has a width of 622px the surrounding div will also have a size of 622px. However if you want to change the image size manually you can use following css code (insert it into the quick css field):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header .logo, #header .logo a {
height: 200px;
width: 622px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jeremygray2 on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105000</link>
			<pubDate>Tue, 09 Apr 2013 23:31:11 +0000</pubDate>
			<dc:creator>jeremygray2</dc:creator>
			<guid isPermaLink="false">105000@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We wanted to increase the width of the logo_container from 200px x 100px, to 622px x 100px. &#60;/p&#62;
&#60;p&#62;The documentation says to &#34;...if your logo is larger you might need to modify style.css to align it...&#34;&#60;/p&#62;
&#60;p&#62;However the commenting in &#34;style.css&#34; (which is blank) says not to modify or add to this file but add to &#34;custom.css&#34;&#60;/p&#62;
&#60;p&#62;Yet, in another location the documentation says to modify within the &#34;function-set-avia-frontend.php&#34; file. But we do not see a reference to the logo_container within that PHP file.&#60;/p&#62;
&#60;p&#62;The generated source code looks like this. Which of these objects would need to be edited to widen the area for the logo?&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- ####### HEAD CONTAINER ####### --&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;container_wrap container_wrap_logo header_color light_bg_color&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;logo_container&#34; class=&#34;container&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;h1 class=&#34;logo&#34;&#38;gt;&#60;br /&#62;
        &#60;a href=&#34;http://www.nationalsafetysupply.com.php53-8.dfw1-1.websitetestlink.com&#34;&#62;&#60;br /&#62;
           &#60;img alt=&#34;&#34; src=&#34;/wp-content/uploads/2011/12/NSSI-Logo-1.jpg&#34; /&#62;&#38;lt;/img&#38;gt;&#60;br /&#62;
        &#60;/a&#62;&#60;br /&#62;
      &#38;lt;/h1&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;header_meta&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sub_menu&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!-- end container_wrap--&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;container_wrap container_wrap_menu header_color light_bg_color&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!-- end container_wrap--&#38;gt;&#60;/p&#62;
&#60;p&#62;      &#38;lt;!-- ####### END HEAD CONTAINER ####### --&#38;gt;&#60;/p&#62;
&#60;p&#62;Where, and in what file would we introduce that width change? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Template.php File missing"</title>
			<link>http://www.kriesi.at/support/topic/templatephp-file-missing#post-98783</link>
			<pubDate>Thu, 28 Feb 2013 06:54:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">98783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi juliegross89,&#60;/p&#62;
&#60;p&#62;Just as what slackbladder have posted, you need to unzip the file you have downloaded from themeforest, inside it is another zip file called angular.zip, this is what you should install. The link posted by slackbladder should help you. :)&#60;/p&#62;
&#60;p&#62;@slackbladder: thanks for helping out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slackbladder on "Template.php File missing"</title>
			<link>http://www.kriesi.at/support/topic/templatephp-file-missing#post-98749</link>
			<pubDate>Wed, 27 Feb 2013 22:04:51 +0000</pubDate>
			<dc:creator>slackbladder</dc:creator>
			<guid isPermaLink="false">98749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you unzip the file from Themeforest first? Inside the first zip file is another zip file called angular.zip, this is the file that you need to use to install the theme via the wordpress cp.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.screenr.com/SMZs&#34; rel=&#34;nofollow&#34;&#62;http://www.screenr.com/SMZs&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>juliegross89 on "Template.php File missing"</title>
			<link>http://www.kriesi.at/support/topic/templatephp-file-missing#post-98677</link>
			<pubDate>Wed, 27 Feb 2013 13:49:08 +0000</pubDate>
			<dc:creator>juliegross89</dc:creator>
			<guid isPermaLink="false">98677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I downloaded the Angular theme and attempted to install it, I get an error that the theme is incomplete. That it needs a stylesheet and a template. I found a previous discussion from about a month ago with a similar error, and it looks like the same is true from the ZIP file that I downloaded from themeforest.net. It is missing the theme.php file. Is there somewhere I can download this file from? The other needed file (style.css) is in the theme folder, so I'm just looking for the theme.php. If you can point me to a place I can download it, that would be awesome. Definitely looking forward to using this theme!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing a File&#039;s Permission to 444"</title>
			<link>http://www.kriesi.at/support/topic/changing-a-files-permission-to-444#post-88851</link>
			<pubDate>Tue, 18 Dec 2012 19:21:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just make sure to keep it in mind :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Changing a File&#039;s Permission to 444"</title>
			<link>http://www.kriesi.at/support/topic/changing-a-files-permission-to-444#post-88815</link>
			<pubDate>Tue, 18 Dec 2012 16:26:12 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">88815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh, okay. Thanks for the warning Devin.&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Need a template without any padding and margin"</title>
			<link>http://www.kriesi.at/support/topic/need-a-template-without-any-padding-and-margin#post-88676</link>
			<pubDate>Mon, 17 Dec 2012 20:57:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88676@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The page template you have there should do most of it. You can create an alternate header that doesn't have the menu or header (see &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_header)&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_header)&#60;/a&#62; and then continue modifying for your needs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alecrim on "Need a template without any padding and margin"</title>
			<link>http://www.kriesi.at/support/topic/need-a-template-without-any-padding-and-margin#post-88601</link>
			<pubDate>Mon, 17 Dec 2012 16:14:19 +0000</pubDate>
			<dc:creator>alecrim</dc:creator>
			<guid isPermaLink="false">88601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I need a clean page template, no menu, no header, full width for some pages. I created this one, but still I need to set the full width everytime.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Need a template without any padding and margin"</title>
			<link>http://www.kriesi.at/support/topic/need-a-template-without-any-padding-and-margin#post-88600</link>
			<pubDate>Mon, 17 Dec 2012 16:11:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88600@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi alecrim,&#60;/p&#62;
&#60;p&#62;I'm not sure if you mean you've solved it with the that page template or you are still looking for help. &#60;/p&#62;
&#60;p&#62;If you do still need help, can you describe what you are trying to do a bit more or show a screenshot with some annotation? &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alecrim on "Need a template without any padding and margin"</title>
			<link>http://www.kriesi.at/support/topic/need-a-template-without-any-padding-and-margin#post-88481</link>
			<pubDate>Sun, 16 Dec 2012 17:44:35 +0000</pubDate>
			<dc:creator>alecrim</dc:creator>
			<guid isPermaLink="false">88481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Template: &#60;a href=&#34;http://pastebin.com/0izYm5au&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/0izYm5au&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(Note: I need a page template)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alecrim on "Need a template without any padding and margin"</title>
			<link>http://www.kriesi.at/support/topic/need-a-template-without-any-padding-and-margin#post-88479</link>
			<pubDate>Sun, 16 Dec 2012 17:40:17 +0000</pubDate>
			<dc:creator>alecrim</dc:creator>
			<guid isPermaLink="false">88479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm trying to create a template without any margin or padding (I need to use a lightbox iframe), with css, I managed to remove header, footer etc:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.page-template-template-clean-php #header {display:none}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I can't figure out a way to prevent margin and padding in #main on this template.&#60;/p&#62;
&#60;p&#62;Can someone help me on this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing a File&#039;s Permission to 444"</title>
			<link>http://www.kriesi.at/support/topic/changing-a-files-permission-to-444#post-87851</link>
			<pubDate>Wed, 12 Dec 2012 16:22:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Stephen,&#60;/p&#62;
&#60;p&#62;You'll need to do this on your server with an FTP program or with your server side file management software.&#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://codex.wordpress.org/Changing_File_Permissions#Using_an_FTP_Client&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Changing_File_Permissions#Using_an_FTP_Client&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As for the actual technique, I would *really* not recommend doing this as a way to protect files from updates. When updates occur they are fixing bugs or adding new features. If you prevent a file from being updated it could break the theme that is expecting a change in the function of that file.&#60;/p&#62;
&#60;p&#62;The recommended method if you are worried about this is to look at the change log for every update and then only update those files that are mentioned in the version.rtf that is inside the main package you download from Themeforest. If you are replacing a file you have made changes on, save a backup of that file and then compare the changes and re-add your modification.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Changing a File&#039;s Permission to 444"</title>
			<link>http://www.kriesi.at/support/topic/changing-a-files-permission-to-444#post-87688</link>
			<pubDate>Tue, 11 Dec 2012 21:17:55 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">87688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've been reading through the forums and have come across a common theme of changing a file's permission to 444 in order to avoid losing changes. Well, we've made a ton of changes that we'd hate to lose if and when the theme updates. &#60;/p&#62;
&#60;p&#62;Can you please tell me the process to change a file's permission to 444?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35341</link>
			<pubDate>Sun, 18 Dec 2011 21:02:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35325</link>
			<pubDate>Sun, 18 Dec 2011 15:13:39 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">35325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hurrah!  That was the problem. Changed back to default and all the pages reappeared.  THANK YOU!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35322</link>
			<pubDate>Sun, 18 Dec 2011 12:29:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
please check your permalink settings (especially the structure). Go to Settings &#38;gt; Permalinks to view/edit/save the permalink structure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35307</link>
			<pubDate>Sun, 18 Dec 2011 05:54:54 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">35307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What is the pathway to the created page files in WordPress / Newscast?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35258</link>
			<pubDate>Sun, 18 Dec 2011 00:24:40 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">35258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also have the same problem when I create a new page from scratch.  When I hit View Page, I get the server error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35257</link>
			<pubDate>Sun, 18 Dec 2011 00:22:51 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">35257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the front page appears fine, it is just when I clickthough to go to a constructed page or post, I get the errors mentioned earlier.  It affects all pages, including those accessed by the header menus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Lost connection to the database."</title>
			<link>http://www.kriesi.at/support/topic/lost-connection-to-the-database#post-35256</link>
			<pubDate>Sun, 18 Dec 2011 00:15:31 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">35256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I have an established site in development that has been working, but today lost the connection to the database or something.  While I can see the admin screen and screens for each formatted page and post, when I try to view the page, I get an error message that the file cannot be found on the server, plus a 404 error.&#60;/p&#62;
&#60;p&#62;How can I re-establish the connection? Or is that the problem?  What other information can I provide that would be helpful?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Weird file in my theme"</title>
			<link>http://www.kriesi.at/support/topic/weird-file-in-my-theme#post-15089</link>
			<pubDate>Fri, 18 Mar 2011 07:14:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
this php file isn't part of Newscast theme files. Maybe a plugin created it or someone hacked you blog....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mommybrain on "Weird file in my theme"</title>
			<link>http://www.kriesi.at/support/topic/weird-file-in-my-theme#post-15034</link>
			<pubDate>Thu, 17 Mar 2011 14:14:45 +0000</pubDate>
			<dc:creator>mommybrain</dc:creator>
			<guid isPermaLink="false">15034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So, when I asked about another issue, Pixelbits helped me out, and also brought to my attention that my site was forwarding him to some adware type site... I had no idea what he was talking about since it had never happened to me. Well, I installed the Wordpress AntiVirus plugin and it found a file in my NewsCast/Cache folder called harv_tomas.php. I googled it and came up with nothing. Has anyone else seen this file? I don't think it belongs in my theme files...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
