<?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 - User Favorites: travelerto</title>
		<link><a href='http://www.kriesi.at/support/profile/travelerto'>travelerto</a></link>
		<description>Support Forum - User Favorites: travelerto</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:40:45 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75846</link>
			<pubDate>Fri, 14 Sep 2012 02:02:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Hi travelerto,&#60;/p&#62;
&#60;p&#62;Glad that we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75752</link>
			<pubDate>Thu, 13 Sep 2012 15:13:22 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you so much!. it worked!!!! now my comments have not the strange uge codes.&#60;br /&#62;
thank you again.
&#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>Ismael on "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75653</link>
			<pubDate>Thu, 13 Sep 2012 01:45:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi travelerto,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.form-allowed-tags {
   visibility: hidden;
   height: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this code, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.form-allowed-tags {
   visibility: hidden !important;
   height: 10px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#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 "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75576</link>
			<pubDate>Wed, 12 Sep 2012 15:09:14 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i did what you said but no result. please help me, give me some example, something. till now you did not help me at all
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75574</link>
			<pubDate>Wed, 12 Sep 2012 15:02:12 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i already did. not  there is NOWHERE the  &#34;You may use these HTML tags and attributes:&#60;br /&#62;
&#60;a href=&#34;&#34; title=&#34;&#34;&#62; &#38;lt;abbr title=&#34;&#34;&#38;gt; &#38;lt;acronym title=&#34;&#34;&#38;gt; &#38;lt;b&#38;gt; &#38;lt;blockquote cite=&#34;&#34;&#38;gt; &#38;lt;cite&#38;gt; &#60;code&#62; &#38;lt;del datetime=&#34;&#34;&#38;gt; &#60;em&#62; &#38;lt;i&#38;gt; &#38;lt;q cite=&#34;&#34;&#38;gt; &#60;strike&#62; &#60;strong&#62;&#34; that appear under the comment.&#60;br /&#62;
please help a little bit, i really tried 2 days for this.&#60;br /&#62;
seems that the above text is included somewhere.&#60;br /&#62;
please see my link i send you.&#60;/strong&#62;&#60;/strike&#62;&#60;/em&#62;&#60;/code&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75564</link>
			<pubDate>Wed, 12 Sep 2012 14:36:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You edit includes &#38;gt; comments.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;comment_form();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To alter that you visit this link for reference. &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/comment_form&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/comment_form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "wrong comment form"</title>
			<link>http://www.kriesi.at/support/topic/wrong-comment-form#post-75561</link>
			<pubDate>Wed, 12 Sep 2012 14:02:37 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">75561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;my comments for shows this  at the end.&#60;br /&#62;
You may use these HTML tags and attributes:&#60;br /&#62;
&#60;a href=&#34;&#34; title=&#34;&#34;&#62; &#38;lt;abbr title=&#34;&#34;&#38;gt; &#38;lt;acronym title=&#34;&#34;&#38;gt; &#38;lt;b&#38;gt; &#38;lt;blockquote cite=&#34;&#34;&#38;gt; &#38;lt;cite&#38;gt; &#60;code&#62; &#38;lt;del datetime=&#34;&#34;&#38;gt; &#60;em&#62; &#38;lt;i&#38;gt; &#38;lt;q cite=&#34;&#34;&#38;gt; &#60;strike&#62; &#60;strong&#62;&#60;br /&#62;
see here&#60;br /&#62;
&#60;a href=&#34;http://theological.asia/2012/09/%E5%B0%8D%E6%96%BC%E3%80%8C%E5%B1%AC%E9%9D%88%E7%88%B6%E8%A6%AA%E3%80%8D%E5%92%8C%E3%80%8C%E6%95%99%E7%88%B6%E6%AF%8D%E4%BB%A3%E7%88%B6%E6%AF%8D%E3%80%8D%E5%85%A9%E5%80%8B%E8%A9%9E%E5%BD%99%E7%9A%84/&#34; rel=&#34;nofollow&#34;&#62;http://theological.asia/2012/09/%E5%B0%8D%E6%96%BC%E3%80%8C%E5%B1%AC%E9%9D%88%E7%88%B6%E8%A6%AA%E3%80%8D%E5%92%8C%E3%80%8C%E6%95%99%E7%88%B6%E6%AF%8D%E4%BB%A3%E7%88%B6%E6%AF%8D%E3%80%8D%E5%85%A9%E5%80%8B%E8%A9%9E%E5%BD%99%E7%9A%84/&#60;/a&#62;&#60;br /&#62;
what to do to stop it?&#60;/strong&#62;&#60;/strike&#62;&#60;/em&#62;&#60;/code&#62;&#60;/a&#62;
&#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>Mya on "portfolio items posts links or post text"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-items-posts-links-or-post-text#post-74421</link>
			<pubDate>Wed, 05 Sep 2012 01:53:40 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">74421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Travelerto and Agirjuste,&#60;/p&#62;
&#60;p&#62;I'm not following your questions entirely. Can you give us more of an explanation as to what you're trying to do?&#60;/p&#62;
&#60;p&#62;Agirjuste: What do you mean by &#34;manage&#34;? What are you wanting to manage?&#60;/p&#62;
&#60;p&#62;Travelerto: What do you mean by &#34;accept any link&#34;?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "portfolio items posts links or post text"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-items-posts-links-or-post-text#post-74189</link>
			<pubDate>Mon, 03 Sep 2012 17:10:36 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">74189@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;not any answer yet from kriesi. i did my best, i  even buy another similar theme the eunoia but still the question remains and the BIS SILENCE from kriesi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agirjuste on "portfolio items posts links or post text"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-items-posts-links-or-post-text#post-74140</link>
			<pubDate>Mon, 03 Sep 2012 10:39:32 +0000</pubDate>
			<dc:creator>agirjuste</dc:creator>
			<guid isPermaLink="false">74140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My propblem is more or less the same finaly. Is-it possible to manage portfollio item like a post ? How ?&#60;/p&#62;
&#60;p&#62;Damien
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travelerto on "portfolio items posts links or post text"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-items-posts-links-or-post-text#post-74084</link>
			<pubDate>Sun, 02 Sep 2012 16:32:39 +0000</pubDate>
			<dc:creator>travelerto</dc:creator>
			<guid isPermaLink="false">74084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i struggled and i failed. this is my website &#60;a href=&#34;http://theological.asia&#34; rel=&#34;nofollow&#34;&#62;http://theological.asia&#60;/a&#62; . i created portfolio items , specially this  test-content-portfolio     (&#60;a href=&#34;http://theological.asia/portfolio-item/test-content-portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://theological.asia/portfolio-item/test-content-portfolio/&#60;/a&#62;)  which contains posts of the site (dynamic) . i saddly saw that it is imposible to accept any link. i put the text, but see, it puts the texts at the left. i used the theme builder, the template builder, i did all the possivle combinations, the result is same ugly. PLEASE CAN YOU HELP, ANY SUGGESTION?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
