<?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: Removing border lines from portfolio</title>
		<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio</link>
		<description>Support Forum - Topic: Removing border lines from portfolio</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:24:56 +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/removing-border-lines-from-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-78304</link>
			<pubDate>Tue, 02 Oct 2012 22:43:57 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">78304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did that fix your issue?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkwsniva on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-78283</link>
			<pubDate>Tue, 02 Oct 2012 19:53:27 +0000</pubDate>
			<dc:creator>tkwsniva</dc:creator>
			<guid isPermaLink="false">78283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-75113</link>
			<pubDate>Mon, 10 Sep 2012 05:59:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tkwsniva,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content\themes\angular\includes\loop-portfolio.php and find this code(in line 109):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;inner-entry&#38;#39;&#38;gt;
				&#38;lt;?php 

					echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title portfolio-title&#38;#39;&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;span class=&#38;#39;primary-background title-span&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

					$forceSmall = true;
					$slider = new avia_slideshow(get_the_ID());
					$slider -&#38;gt; setImageSize($image_size);
					if(!empty($avia_config[&#38;#39;portfolio_ajax&#38;#39;])) $slider -&#38;gt; set_links(get_permalink());

					echo $slider-&#38;gt;display($forceSmall);

				?&#38;gt;
			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace this code with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;inner-entry&#38;#39;&#38;gt;
				&#38;lt;?php 

					$forceSmall = true;
					$slider = new avia_slideshow(get_the_ID());
					$slider -&#38;gt; setImageSize($image_size);
					if(!empty($avia_config[&#38;#39;portfolio_ajax&#38;#39;])) $slider -&#38;gt; set_links(get_permalink());

					echo $slider-&#38;gt;display($forceSmall);

					echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title portfolio-title&#38;#39;&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;span class=&#38;#39;primary-background title-span&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

				?&#38;gt;
			&#38;lt;/div&#38;gt;&#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>tkwsniva on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-75054</link>
			<pubDate>Sun, 09 Sep 2012 10:44:17 +0000</pubDate>
			<dc:creator>tkwsniva</dc:creator>
			<guid isPermaLink="false">75054@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Move them from above and right to the image to the bottom of the image and aligned to the left.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-75045</link>
			<pubDate>Sun, 09 Sep 2012 10:17:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tkwsniva,&#60;/p&#62;
&#60;p&#62;What do you want to do with the heads for &#34;nature&#34; and &#34;people&#34;?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkwsniva on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-75031</link>
			<pubDate>Sun, 09 Sep 2012 07:15:04 +0000</pubDate>
			<dc:creator>tkwsniva</dc:creator>
			<guid isPermaLink="false">75031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure - I mean the heads for &#34;nature&#34; and &#34;people&#34;&#60;br /&#62;
&#60;a href=&#34;https://www.dropbox.com/s/h6r24s4ol0d0sq2/angular_portfolio.png&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/h6r24s4ol0d0sq2/angular_portfolio.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-75011</link>
			<pubDate>Sun, 09 Sep 2012 05:26:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What image name location? Can you give us a screenshot?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkwsniva on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-74970</link>
			<pubDate>Sat, 08 Sep 2012 19:54:55 +0000</pubDate>
			<dc:creator>tkwsniva</dc:creator>
			<guid isPermaLink="false">74970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wow! thanx! It works...&#60;br /&#62;
:)&#60;br /&#62;
Any ideas about the change of image name location?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-74783</link>
			<pubDate>Fri, 07 Sep 2012 11:53:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;Try to add this in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.inner-entry {
border: none !important;
box-shadow: none !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>tkwsniva on "Removing border lines from portfolio"</title>
			<link>http://www.kriesi.at/support/topic/removing-border-lines-from-portfolio#post-74753</link>
			<pubDate>Fri, 07 Sep 2012 08:50:52 +0000</pubDate>
			<dc:creator>tkwsniva</dc:creator>
			<guid isPermaLink="false">74753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Just starting out with Angular, and it's a great template.&#60;br /&#62;
How can I remove all lines and shadows from the portfolio table?&#60;br /&#62;
And also - is there a way to place the image header below the image instead of above and align it to the left, without the dash on the left?&#60;/p&#62;
&#60;p&#62;Thanx!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
