<?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 - Topic: Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio..</title>
		<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio</link>
		<description>Support Forum - Topic: Remove &quot;Continue Reading&quot; next to the excerpt in the portfolio..</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 20:42:14 +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/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-109187</link>
			<pubDate>Mon, 06 May 2013 08:37:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, unfortunately this is not easily possible and would require a (probably complex) jquery calculation... &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ansonkemp on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-109178</link>
			<pubDate>Mon, 06 May 2013 06:48:18 +0000</pubDate>
			<dc:creator>ansonkemp</dc:creator>
			<guid isPermaLink="false">109178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Inserted above code into functions.php to control the length. It works as expected. I wish I could control it by the size of the exerpt by pixel size so all my boxes were uniform in the portfolio.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-108829</link>
			<pubDate>Sat, 04 May 2013 09:05:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The avia_excerpt() won't help in this case because Kriesi uses the standard the_excerpt function. Two possible solutions.&#60;/p&#62;
&#60;p&#62;1) Use a filter to change the excerpt length - see: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters&#60;/a&#62; (insert the code at the end of functions.php)&#60;/p&#62;
&#60;p&#62;2) Use the excerpt field on the editor page (can be found underneath the &#34;big&#34; text editor field). This field also allows you to use a different excerpt text which is a good idea if you want to avoid duplicate text content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ansonkemp on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-108689</link>
			<pubDate>Fri, 03 May 2013 14:01:46 +0000</pubDate>
			<dc:creator>ansonkemp</dc:creator>
			<guid isPermaLink="false">108689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;adjusting the code to &#60;code&#62;function avia_excerpt($length = 150, $more_text = false, $order = array(&#38;#39;more-tag&#38;#39;,&#38;#39;excerpt&#38;#39;))&#60;/code&#62; made no difference to the length of the excerpt at all . Please advise&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://thgroup.sentrinoweb.com/our-portfolio/case-studies/&#34; rel=&#34;nofollow&#34;&#62;http://thgroup.sentrinoweb.com/our-portfolio/case-studies/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76951</link>
			<pubDate>Sun, 23 Sep 2012 00:43:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please take a look at this function &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_excerpt($length = 250, $more_text = false, $order = array(&#38;#39;more-tag&#38;#39;,&#38;#39;excerpt&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It starts around line 850 till 920 or so in functions-set-avia-frontend.php located in /framework/php/ directory of the theme.&#60;/p&#62;
&#60;p&#62;The more-tag , length and all kinds of goodies are within it to let you give your site the right look and feel. &#60;/p&#62;
&#60;p&#62;However for SEO, completely removing this link will not help you.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ak-muc on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76779</link>
			<pubDate>Fri, 21 Sep 2012 11:34:50 +0000</pubDate>
			<dc:creator>ak-muc</dc:creator>
			<guid isPermaLink="false">76779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i cant see these words &#34;Continue Reading&#34; if i set the excerpt manually. try to set youre excerpt manually on every page and the code above works fine!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orrarah on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76773</link>
			<pubDate>Fri, 21 Sep 2012 10:13:32 +0000</pubDate>
			<dc:creator>orrarah</dc:creator>
			<guid isPermaLink="false">76773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.. The thing is I want to keep the excerpt and just remove &#34;Continue reading&#34;. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76661</link>
			<pubDate>Thu, 20 Sep 2012 11:12:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi orrarah,&#60;/p&#62;
&#60;p&#62;You can access Quick CSS thru WP Dashboard, inside it, go to Propulsion &#38;gt; Theme Options &#38;gt; Styling &#38;gt; Quick CSS (this is located on the bottom). Just drop the code there and save. Or inside custom.css, after this line of code (or you can put it below):&#60;br /&#62;
&#60;code&#62;/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */&#60;/code&#62;&#60;br /&#62;
Add the code that I gave you above.&#60;/p&#62;
&#60;p&#62;Note: Add the code either on Quick CSS or custom.css but not on both. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orrarah on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76553</link>
			<pubDate>Wed, 19 Sep 2012 08:46:02 +0000</pubDate>
			<dc:creator>orrarah</dc:creator>
			<guid isPermaLink="false">76553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry but I can't find any css-file with the name QUICK CSS. And in the Custom CSS-file there is only a text saying: &#60;/p&#62;
&#60;p&#62;/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */&#60;/p&#62;
&#60;p&#62;with no other content. Have checked the other files too, but haven't find the code you're talking about..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76429</link>
			<pubDate>Tue, 18 Sep 2012 15:41:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;You might want to remove the whole portfolio except, it can be done by adding this code to your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_excerpt {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_excerpt {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orrarah on "Remove &#34;Continue Reading&#34; next to the excerpt in the portfolio.."</title>
			<link>http://www.kriesi.at/support/topic/remove-continue-reading-next-to-the-excerpt-in-the-portfolio#post-76174</link>
			<pubDate>Mon, 17 Sep 2012 06:28:28 +0000</pubDate>
			<dc:creator>orrarah</dc:creator>
			<guid isPermaLink="false">76174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to remove the text &#34;Continue reading&#34;, which shows up after the excerpt I've typed in at every portfoliopage.&#60;br /&#62;
Where do I fix this?&#60;/p&#62;
&#60;p&#62;Please check website: &#60;a href=&#34;http://oxpand.com/&#34; rel=&#34;nofollow&#34;&#62;http://oxpand.com/&#60;/a&#62;, if you don't understand my question.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
