<?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: Image Name - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/image-name</link>
		<description>Support Forum - Tag: Image Name - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 07:49: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/image-name" 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>
		<item>
			<title>Dude on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-11268</link>
			<pubDate>Thu, 13 Jan 2011 16:43:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please create an admin account and send me the login info to &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll have a look at it. Maybe I can find the problem (i.e. if it's plugin related, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nate1031 on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-11240</link>
			<pubDate>Wed, 12 Jan 2011 16:20:41 +0000</pubDate>
			<dc:creator>nate1031</dc:creator>
			<guid isPermaLink="false">11240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having the same problem.  Titles show up fine, but I can't get descriptions to show on any images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6381</link>
			<pubDate>Sun, 10 Oct 2010 07:41:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We hadn't such a problem before but Habitat is a pretty new theme so maybe it's a bug. So the title and the description are displayed only for some images? If yes, does this problem occur on certain pages or is it related to certain pictures? Can you provide a link to your problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mechadeus on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6360</link>
			<pubDate>Sat, 09 Oct 2010 19:26:31 +0000</pubDate>
			<dc:creator>Mechadeus</dc:creator>
			<guid isPermaLink="false">6360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the quick response. I have reviewed the documentation prior to making the post. The image has both a title and a description but it does not show up in my front end on one of my pictures but it does on others. I was wondering if that was a known issue or just a rogue instance on my install. Some of my other images have their title and description and some don't...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6345</link>
			<pubDate>Sat, 09 Oct 2010 11:18:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6345@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please have a look at the documentation. Search for following sentence:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Once you have uploaded an Image you can set title and description of the image, this will then be used as as image caption in your front end
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>Mechadeus on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6308</link>
			<pubDate>Fri, 08 Oct 2010 21:21:19 +0000</pubDate>
			<dc:creator>Mechadeus</dc:creator>
			<guid isPermaLink="false">6308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For some reason, the image name and description doesn't show up on the images on the main slide show. On the sample theme, I really liked the balloon picture because it had a title and a caption but for some reason I can't get that to work. Any idea? Thanks a bunch!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
