<?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: CHOICES - Blog Roll changes</title>
		<link>http://www.kriesi.at/support/topic/choices-blog-roll-changes</link>
		<description>Support Forum - Topic: CHOICES - Blog Roll changes</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 19:19:44 +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/choices-blog-roll-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "CHOICES - Blog Roll changes"</title>
			<link>http://www.kriesi.at/support/topic/choices-blog-roll-changes#post-87755</link>
			<pubDate>Wed, 12 Dec 2012 07:09:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Open up choices/includes/loop-index.php and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comment&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in choices\includes\helper-social-media.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$tweetlink 	.= &#38;quot;&#38;lt;span class=&#38;#39;avia_count&#38;#39;&#38;gt;{avia-social-count}&#38;lt;/span&#38;gt; &#38;quot;.__(&#38;#39;Tweets&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$tweetlink 	.= &#38;quot;&#38;lt;span class=&#38;#39;avia_count&#38;#39;&#38;gt;{avia-social-count}&#38;lt;/span&#38;gt; &#38;quot;.__(&#38;#39;Tweet&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$sharelink 	.= &#38;quot;&#38;lt;span class=&#38;#39;avia_count&#38;#39;&#38;gt;{avia-social-count}&#38;lt;/span&#38;gt; &#38;quot;.__(&#38;#39;Likes&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$sharelink 	.= &#38;quot;&#38;lt;span class=&#38;#39;avia_count&#38;#39;&#38;gt;{avia-social-count}&#38;lt;/span&#38;gt; &#38;quot;.__(&#38;#39;Like&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "CHOICES - Blog Roll changes"</title>
			<link>http://www.kriesi.at/support/topic/choices-blog-roll-changes#post-87603</link>
			<pubDate>Tue, 11 Dec 2012 13:26:15 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">87603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that. I don't 100% understand the first instructions. Also is there a way of doing question 2?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "CHOICES - Blog Roll changes"</title>
			<link>http://www.kriesi.at/support/topic/choices-blog-roll-changes#post-87313</link>
			<pubDate>Mon, 10 Dec 2012 03:31:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87313@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Amelia,&#60;/p&#62;
&#60;p&#62;If you mean on a Blog overview page like this: &#60;a href=&#34;http://www.kriesi.at/themes/choices/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/blog/&#60;/a&#62; , then you'll need to open and edit includes&#38;gt;loop-index.php in your theme files. Lines 121-165 hold the meta info for the individual post so they will need to be move up to just after the slideshow which is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

			//echo slideshow
			echo $sliderHtml;

			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just put the whole meta div right after that and then save the file. That should move it for all of the loops to be just above the blog title/date .&#60;/p&#62;
&#60;p&#62;For the single post spacing, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-post .slideshow.fade_slider {
margin-top: 5px;
margin-bottom: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the pixel value as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "CHOICES - Blog Roll changes"</title>
			<link>http://www.kriesi.at/support/topic/choices-blog-roll-changes#post-87281</link>
			<pubDate>Mon, 10 Dec 2012 01:38:53 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">87281@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.dahliem.com&#34; rel=&#34;nofollow&#34;&#62;http://www.dahliem.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;if you click on a post the picture is flush with the top. Is there anyway to add some space between the top of the picture and the menu bar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "CHOICES - Blog Roll changes"</title>
			<link>http://www.kriesi.at/support/topic/choices-blog-roll-changes#post-87280</link>
			<pubDate>Mon, 10 Dec 2012 01:37:56 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">87280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;A few quick questions...&#60;/p&#62;
&#60;p&#62;In the blog roll is it possible to show the tags underneath the picture?&#60;/p&#62;
&#60;p&#62;Where it says 0 comments, 0 Likes, 0 tweets. can it be renamed to Comment, Like and Tweet?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Amelia
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
