<?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: post-excerpt - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/post-excerpt</link>
		<description>Support Forum - Tag: post-excerpt - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:45:58 +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/post-excerpt" rel="self" type="application/rss+xml" />

		<item>
			<title>colorit2 on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82867</link>
			<pubDate>Thu, 08 Nov 2012 13:18:21 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great, thanks!&#60;/p&#62;
&#60;p&#62;If someone needs this, too:&#60;br /&#62;
the code, that you need to search for, is &#60;em&#62;twice&#60;/em&#62; in the  includes/helper-templates.php; replace the part in line 856 (and not 598) with the code shown above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82827</link>
			<pubDate>Thu, 08 Nov 2012 06:50:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try following - open up includes/helper-templates.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_single()){
$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
					$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
					$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
}else{
					$content = apply_filters(&#38;#39;the_excerpt&#38;#39;, get_the_excerpt());
					$content .= &#38;#39;&#38;lt;p&#38;gt;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82785</link>
			<pubDate>Wed, 07 Nov 2012 22:33:36 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update:&#60;/p&#62;
&#60;p&#62;I just discovered, that the automatic excerpt as defined in the &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-use-individual-post-excerpts-with-corona#post-82608&#34;&#62;functions.php of CORONA&#60;/a&#62; works &#60;strong&#62;not on dynamic templates&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;In dynamic templates as shown above, an excerpt of a post is &#60;strong&#62;only&#60;/strong&#62; shown, when I limit the post text with the &#60;strong&#62;more&#60;/strong&#62;-tag.&#60;/p&#62;
&#60;p&#62;Isn't this possible with the &#34;automatic&#34; excerpt of the functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82781</link>
			<pubDate>Wed, 07 Nov 2012 22:20:48 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;within CORONA's template builder I need a template with among other things &#60;strong&#62;3 columns&#60;/strong&#62;, showing the posts from certain categories, but I don't have here the possiblity to show there the post title and the &#60;strong&#62;post excerpt&#60;/strong&#62; - not the whole post and not only the title+image.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I would like to have the image + post title + post excerpt.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i46.tinypic.com/qqsb4x.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Is this possible in any way?&#60;/p&#62;
&#60;p&#62;I hope, that nothing has went wrong with the excerpt code, as we have discussed these days here:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-use-individual-post-excerpts-with-corona&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-use-individual-post-excerpts-with-corona&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-25116</link>
			<pubDate>Thu, 18 Aug 2011 06:58:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't think so but it will be released in the next few days. Kriesi wants to iron out all bugs to avoid &#34;mini&#34; bug releases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>berniemdraudzigs on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-25095</link>
			<pubDate>Wed, 17 Aug 2011 18:27:39 +0000</pubDate>
			<dc:creator>berniemdraudzigs</dc:creator>
			<guid isPermaLink="false">25095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Is the fixed theme released?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24936</link>
			<pubDate>Mon, 15 Aug 2011 19:52:58 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">24936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Thanks for the notice. I was able to reproduce the error, a fix will be released within the next 24 hours &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24548</link>
			<pubDate>Thu, 11 Aug 2011 05:42:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24528</link>
			<pubDate>Wed, 10 Aug 2011 18:52:19 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Definitively resolved the archive bug. The layout works fine (see the solution here&#60;a href=&#34;http://www.kriesi.at/support/topic/strange-tag-betwen-the-term-comments-and-the-term-off&#34;&#62;here&#60;/a&#62;).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24446</link>
			<pubDate>Tue, 09 Aug 2011 13:50:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I reported it as a (severe) bug to Kriesi. It's caused by the avia_excerpt function. We'll release an update soon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heynadine on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24445</link>
			<pubDate>Tue, 09 Aug 2011 13:37:38 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">24445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Carlor, that is the same issues I was having with my blog. Yes, the automatic excerpt generated breaks the theme so to fix it just manually add one. That seems to be working for me. Would be better if the auto would work though, haha cause I have so many posts!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24359</link>
			<pubDate>Mon, 08 Aug 2011 14:28:33 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In that post (&#60;a href=&#34;http://www.edilpress.com/archives/20&#34; rel=&#34;nofollow&#34;&#62;http://www.edilpress.com/archives/20&#60;/a&#62;) I don't have a my own excerpt. The excerpt you see for this post is the automatic generated excerpt. How do I find an html coding error?&#60;br /&#62;
Indeed I think that those errors are generated by the function to create the excerpt bult in the theme (and I think that this depend from the code loop that contain the automatic excerpt).&#60;br /&#62;
Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24344</link>
			<pubDate>Mon, 08 Aug 2011 12:41:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24344@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this post: &#60;a href=&#34;http://www.edilpress.com/archives/20&#34; rel=&#34;nofollow&#34;&#62;http://www.edilpress.com/archives/20&#60;/a&#62; misses a strong close tag in the excerpt. This causes various errors. Please fix this. That said I don't think it's a theme bug but just a html coding error...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24340</link>
			<pubDate>Mon, 08 Aug 2011 12:02:05 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have sent.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24337</link>
			<pubDate>Mon, 08 Aug 2011 11:44:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll forward it to Kriesi so that he can debug the site personally.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24336</link>
			<pubDate>Mon, 08 Aug 2011 11:29:06 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, my site have a htaccess file. Send me your e-mail where I can transmit the my data access.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24334</link>
			<pubDate>Mon, 08 Aug 2011 08:05:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link to the page where this error occurs? We can investigate it first hand then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Another major bug (the layout is broken)"</title>
			<link>http://www.kriesi.at/support/topic/another-major-bug-the-layout-is-broken#post-24333</link>
			<pubDate>Mon, 08 Aug 2011 07:52:50 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, see here for another bug code (the display is broken) &#60;a href=&#34;http://awesomescreenshot.com/012i52528&#34;&#62;awesomescreenshot&#60;/a&#62; when the post-excerpt are displaied.&#60;br /&#62;
The footer fly on the right!!!!!!!!!!!!!!!!!!!!&#60;br /&#62;
I have verificated this problem with firefox 5.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24286</link>
			<pubDate>Sun, 07 Aug 2011 10:35:50 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thanks.&#60;br /&#62;
I suggest you to save (for KRIESI) in your server my awesomescreenshots (as it exipire by 3 day).&#60;br /&#62;
Great support, sunday too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24285</link>
			<pubDate>Sun, 07 Aug 2011 10:26:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'll report it to Kriesi. It seems to be a bug in the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24279</link>
			<pubDate>Sun, 07 Aug 2011 08:36:30 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi heynadine, thanks for the reply.&#60;br /&#62;
Yes, I verified that the problem is precisely dependent from the presence of post-excerpt in the page, although it remains a random problem. You see &#60;a href=&#34;http://awesomescreenshot.com/02ci34o27&#34;&#62;here&#60;/a&#62; the same my page with manual excerpt.&#60;br /&#62;
IMPORTANT NOTE:&#60;br /&#62;
It 's probably worth pointing out that my post does not have an associated image.&#60;br /&#62;
I do not know if the problem would occur even if the post had an associated image.&#60;br /&#62;
CONCLUSION:&#60;br /&#62;
&#60;strong&#62;There is a bug in the code.NEED HELP FROM KRIESI'S STAFF&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heynadine on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24259</link>
			<pubDate>Sat, 06 Aug 2011 22:02:14 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">24259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey wow, you are right. Manually adding an excerpt fixed the problem. I guess there was an issue with the automatic generated excerpts that was breaking the layout. Guess I'll just have to go through each post that is broken and manually add an excerpt.&#60;br /&#62;
I'll let you know if that fixes all the issues.&#60;/p&#62;
&#60;p&#62;Cheers,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carlor on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24256</link>
			<pubDate>Sat, 06 Aug 2011 20:40:28 +0000</pubDate>
			<dc:creator>Carlor</dc:creator>
			<guid isPermaLink="false">24256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, I have similar problem (display incorrect elements) , but, in my case, it is indipendent from &#34;half sized&#34;. It, I think, is correlated with the presennce of post excerpt in the page (you &#60;a href=&#34;http://awesomescreenshot.com/00ei2du37&#34;&#62;see here&#60;/a&#62;), in fact when I view the individual posts the layout works fine. The error appears random.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heynadine on "Template Issues"</title>
			<link>http://www.kriesi.at/support/topic/template-issues#post-24249</link>
			<pubDate>Sat, 06 Aug 2011 14:00:22 +0000</pubDate>
			<dc:creator>heynadine</dc:creator>
			<guid isPermaLink="false">24249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;br /&#62;
I've just bought shoutbox and I'm trying to update my site. I have been using the Mega Menu with my categories to organize my various blog post and almost everytime  when I display &#34;entries half sized with preview picture &#34; My whole page breaks on the entry. Including the sidebar and footer. &#60;/p&#62;
&#60;p&#62;It's almost like the post gets nestled into the following posts and everything else in the layout ends up vertically down the page in a strip. Kinda like the code is missing a close bracket. Now because it's very random, I thought it might be in the posts, so I've been going through them but i can't seem to find a connection aside from the fact that it does break at the same ones usually. And when I view the individual posts the layout works fine.&#60;/p&#62;
&#60;p&#62;I have disable all plugins and it still breaks. &#60;/p&#62;
&#60;p&#62;My site is currently in a maintenance mode while i try and figure everything out but any help or tips would be awesome.&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
