<?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: Adding Featured Content Slider</title>
		<link>http://www.kriesi.at/support/topic/adding-featured-content-slider</link>
		<description>Support Forum - Topic: Adding Featured Content Slider</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 18:10:25 +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/adding-featured-content-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>biospa on "Adding Featured Content Slider"</title>
			<link>http://www.kriesi.at/support/topic/adding-featured-content-slider#post-19555</link>
			<pubDate>Fri, 20 May 2011 18:14:09 +0000</pubDate>
			<dc:creator>biospa</dc:creator>
			<guid isPermaLink="false">19555@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After some work I figured out that I can create a PAGE for each category, create a custom template with a content slider for each page, and then link navigation links to each page instead of linking to categories.&#60;/p&#62;
&#60;p&#62;The only problem is that the &#38;lt;!--more--&#38;gt; html does not work now in blogs that are on my pages. The entire post for each article is showing, even though the &#38;lt;!--more--&#38;gt; tag is placed in each article.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biospa on "Adding Featured Content Slider"</title>
			<link>http://www.kriesi.at/support/topic/adding-featured-content-slider#post-19478</link>
			<pubDate>Thu, 19 May 2011 20:07:52 +0000</pubDate>
			<dc:creator>biospa</dc:creator>
			<guid isPermaLink="false">19478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A couple of questions...&#60;/p&#62;
&#60;p&#62;I can see how this would work to put a content slider at the top of the general blog, however how would I construct this so a different slider could be put at the top of each different CATEGORY. I don't see a way to assign a custom template to each category...&#60;/p&#62;
&#60;p&#62;For example if I have a category (LIFESTYLE), then when someone clicks on that category then I have a custom slider showing 3 or 4 featured lifestyle posts, followed by the blog with all posts that have a lifestyle category.&#60;/p&#62;
&#60;p&#62;Then when someone clicks on another category, say (BEAUTY), then there is a different slider with a few chosen beauty posts followed by all the blog posts tagged with the beauty category.&#60;/p&#62;
&#60;p&#62;Also, the text code worked great for sliders with small image and text on the side, however it made no change with full size images that contain slide title and text...&#60;/p&#62;
&#60;p&#62;Thanks for the great support!&#60;/p&#62;
&#60;p&#62;:) Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Adding Featured Content Slider"</title>
			<link>http://www.kriesi.at/support/topic/adding-featured-content-slider#post-19466</link>
			<pubDate>Thu, 19 May 2011 14:23:05 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">19466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You can use the Template Builder to create a custom page template to display your Slideshow followed by your Blog. You would need to then create a page and assign the newly created template. You could then, using the Menu Manager create a navigation menu using these pages instead of traditional catgegory archive pages.&#60;/p&#62;
&#60;p&#62;So step by step:&#60;/p&#62;
&#60;p&#62;1.) Using the Template Builder (under the upScale menu), create a new page template similar to this: &#60;a href=&#34;http://www.cl.ly/3L1N2l0V3M3i200B2X3k&#34; rel=&#34;nofollow&#34;&#62;http://www.cl.ly/3L1N2l0V3M3i200B2X3k&#60;/a&#62;&#60;br /&#62;
2.) Select your categories to display under the Blog options drop down.&#60;br /&#62;
3.) Create a new page and select the template you just created in the right column.&#60;br /&#62;
4.) Publish!&#60;br /&#62;
5.) Add the new page to your navigation menu wherever you'd like it to appear.&#60;/p&#62;
&#60;p&#62;For the text size, you can change it by adjusting the CSS to suit your needs. The headings text size are controlled by this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container_featured .slideshow_welcome_title {
    font-size: 20px;
    text-align: justify;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the main text area size is controlled by this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container_featured .slideshow_welcome_text {
    font-size: 12px;
    text-align: justify;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this code to &#60;strong&#62;/css/custom.css&#60;/strong&#62;:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container_featured .slideshow_welcome_title { font-size: 20px; }
.slideshow_container_featured .slideshow_welcome_text { font-size: 12px; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then adjust the text size as required.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biospa on "Adding Featured Content Slider"</title>
			<link>http://www.kriesi.at/support/topic/adding-featured-content-slider#post-19419</link>
			<pubDate>Wed, 18 May 2011 20:12:16 +0000</pubDate>
			<dc:creator>biospa</dc:creator>
			<guid isPermaLink="false">19419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you recommend a way to add a Featured Content Slider at the top of Category pages? The idea is to have 3 or 4 featured blog posts that are always featured at the top of the page when readers click on a given category, along with thumbnails. New posts would then appear below this slider.&#60;/p&#62;
&#60;p&#62;Also, a way to adjust the text size of the current slider text or slide title?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
