<?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: missing file - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/missing-file</link>
		<description>Support Forum - Tag: missing file - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 13:15:38 +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/missing-file" rel="self" type="application/rss+xml" />

		<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>Nick on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75751</link>
			<pubDate>Thu, 13 Sep 2012 15:08:57 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am glad everything worked and hope nothing like that disturbs your work again.&#60;/p&#62;
&#60;p&#62;Wish you the best,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75748</link>
			<pubDate>Thu, 13 Sep 2012 15:03:05 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you so much for the advice.&#60;br /&#62;
i erased the  w3Cache , but i cannot find the cftct Carousel, i will search more to see where it is)&#60;br /&#62;
about the  loop-comments.php  IT WAS ALWAYS THERE,  and still it is.&#60;br /&#62;
NOW i can have comments  for the posts (from now on) BECAUSE i did this.&#60;br /&#62;
in comments.php i changed this&#60;br /&#62;
echo &#34;&#38;lt;div class='comment_meta_container alpha '.avia_layout('meta',false,false.' unit'&#38;gt;&#34;;&#60;br /&#62;
echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
*/&#60;br /&#62;
echo &#34;&#38;lt;div class='comment_container &#34;.avia_layout_class('entry',false).&#34; units $indent'&#38;gt;&#34;;&#60;br /&#62;
i changed the false to TRUE AND WORKS but for the posts from that day an on, not the previous posts. so the working is this:&#60;br /&#62;
echo &#34;&#38;lt;div class='comment_meta_container alpha '.avia_layout('meta',true,true).' unit'&#38;gt;&#34;;&#60;br /&#62;
echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
*/&#60;br /&#62;
echo &#34;&#38;lt;div class='comment_container &#34;.avia_layout_class('entry',true).&#34; units $indent'&#38;gt;&#34;;&#60;br /&#62;
and IF I  PUT IT AS IT WAS , WITH THE &#34;FALSE&#34; THE COMMENTS FORM  DISAPPEARS!!!!&#60;/p&#62;
&#60;p&#62;but again, thank you so the care, at least i had some human response .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75639</link>
			<pubDate>Wed, 12 Sep 2012 21:22:07 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ismael gave you the correct process for resolving this issue.&#60;/p&#62;
&#60;p&#62;Your loop-comments.php file is missing. This is a core theme file without which the comments will not function. This file comes with the theme and lives inside the /includes/ directory. Please check if it is present in the zip file containing the theme. &#60;/p&#62;
&#60;p&#62;Please go and download the theme and do a re-install so that the missing file can do its job. &#60;/p&#62;
&#60;p&#62;*Please be aware that if you are using a 'child theme' there are 2 directories, the parent directory containing the theme, and a child directory containing  site specific customization files. You would need to re-install the theme into the parent directory.&#60;/p&#62;
&#60;p&#62;You could also take the above named file and please upload it to the directory mentioned above, however since 1 file was missing there may be 2 or more other files missing since I do not know why they were removed, so it is best to re-install the theme.&#60;/p&#62;
&#60;p&#62;The attached image (&#60;a href=&#34;http://imgur.com/p8xP8&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/p8xP8&#60;/a&#62;) shows the missing file and the error preventing the comments from loading.&#60;/p&#62;
&#60;p&#62;I think you might need to  instruct the person who customized this theme to remove a number of plugins that use a wrong configuration (w3 Cache) or are broken (cfct Carousel, please remove this plugin) .&#60;/p&#62;
&#60;p&#62;Good luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75357</link>
			<pubDate>Tue, 11 Sep 2012 06:00:08 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i am so sorry not receiving any response , support or comment from kriesi.  it is pitty the poor support. but for others who may be have the same problem with me, i found the solution.&#60;br /&#62;
in comments.php i changed this&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;div class='comment_meta_container alpha '.avia_layout('meta',false,false.' unit'&#38;gt;&#34;;&#60;br /&#62;
		 echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		*/&#60;/p&#62;
&#60;p&#62;		 echo &#34;&#38;lt;div class='comment_container &#34;.avia_layout_class('entry',false).&#34; units $indent'&#38;gt;&#34;;&#60;br /&#62;
i changed the false to TRUE AND WORKS but for the posts from that day an on, not the previous posts. so the working is this:&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;div class='comment_meta_container alpha '.avia_layout('meta',true,true).' unit'&#38;gt;&#34;;&#60;br /&#62;
		 echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		*/&#60;/p&#62;
&#60;p&#62;		 echo &#34;&#38;lt;div class='comment_container &#34;.avia_layout_class('entry',true).&#34; units $indent'&#38;gt;&#34;;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75272</link>
			<pubDate>Mon, 10 Sep 2012 17:42:16 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75272@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and i saw this Hi!&#60;br /&#62;
Yes, dynamic templates don't support comments because of technical reasons. Thus you can't use dynamic templates if you want to show comments for posts and/or pages.&#60;br /&#62;
Best regards,&#60;br /&#62;
Peter &#60;a href=&#34;http://www.kriesi.at/support/topic/enable-comments-on-pages-1&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/enable-comments-on-pages-1&#60;/a&#62;&#60;br /&#62;
so what is going on?&#60;br /&#62;
please help me. what is the point of a Wordpress without comments?&#60;br /&#62;
what to do so that my POSTS to show the comment  form
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75268</link>
			<pubDate>Mon, 10 Sep 2012 17:32:59 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i did redownloaded ,  but still the comments  form is missing!!!! please help me.&#60;br /&#62;
WHERE I MUST SEARCH TO FIND SOMETHING?&#60;br /&#62;
in comments.php?&#60;br /&#62;
where else?&#60;br /&#62;
help it is very important for me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75233</link>
			<pubDate>Mon, 10 Sep 2012 16:49:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;By default, the comment form should be enabled. Please try to download the theme again and install it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "comments form disappear"</title>
			<link>http://www.kriesi.at/support/topic/comments-form-disappear#post-75211</link>
			<pubDate>Mon, 10 Sep 2012 15:46:22 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;as you can see , my site &#60;a href=&#34;http://theological.asia&#34; rel=&#34;nofollow&#34;&#62;http://theological.asia&#60;/a&#62; , all posts HAVE NOT comments form!!!! but i can see comments in the administrator .&#60;br /&#62;
YES, i enabled in settings-&#38;gt;discussion-&#38;gt;everybody can comment .&#60;br /&#62;
please help me.&#60;br /&#62;
i checked the Eunoia: Comments (includes/comments.php)&#60;br /&#62;
but i cannot find why comments for disappear , so nobody can send me any comment
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Missing File"</title>
			<link>http://www.kriesi.at/support/topic/missing-file#post-9447</link>
			<pubDate>Fri, 26 Nov 2010 09:08:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ydaria83 on "Missing File"</title>
			<link>http://www.kriesi.at/support/topic/missing-file#post-9410</link>
			<pubDate>Thu, 25 Nov 2010 02:31:04 +0000</pubDate>
			<dc:creator>ydaria83</dc:creator>
			<guid isPermaLink="false">9410@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, I got it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Missing File"</title>
			<link>http://www.kriesi.at/support/topic/missing-file#post-9163</link>
			<pubDate>Sat, 20 Nov 2010 08:55:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
do you mean the block slider effect? If you want to use this effect you need to set rectangle width and ractangle height to lower values. You can change these options under CleanCut Options &#38;gt; Slideshow Options. I'm not aware of a &#34;special&#34; block slider - you can change the transition effects and block effects on the option page mentioned in the last sentence.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Missing File"</title>
			<link>http://www.kriesi.at/support/topic/missing-file#post-9157</link>
			<pubDate>Sat, 20 Nov 2010 06:30:16 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">9157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Hmm, this is strange let me check with the other support staff to see if possibly there is a reason. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Noah
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ydaria83 on "Missing File"</title>
			<link>http://www.kriesi.at/support/topic/missing-file#post-9147</link>
			<pubDate>Fri, 19 Nov 2010 21:36:15 +0000</pubDate>
			<dc:creator>ydaria83</dc:creator>
			<guid isPermaLink="false">9147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I just downloaded your theme a few days ago and the slider effect I wanted is actually missing it is the &#34;Block Slider&#34;. Please advise.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
