<?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: call to action - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/call-to-action</link>
		<description>Support Forum - Tag: call to action - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:32:26 +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/call-to-action" rel="self" type="application/rss+xml" />

		<item>
			<title>IHRA on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-107101</link>
			<pubDate>Wed, 24 Apr 2013 19:50:05 +0000</pubDate>
			<dc:creator>IHRA</dc:creator>
			<guid isPermaLink="false">107101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I'll see what I can do. Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-106882</link>
			<pubDate>Tue, 23 Apr 2013 19:26:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My css above isn't exact and will definitely need a bit more tweaking on the individual slide. So from the .slide_number_1 add .slideshow_inner_caption or whatever class selector you were try to use. From there it could need !important or something like as well.&#60;/p&#62;
&#60;p&#62;It isn't something that I would be able directly do via support because of the additional checks needed to keep it browser compatible as well as responsive.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IHRA on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-106686</link>
			<pubDate>Mon, 22 Apr 2013 21:40:42 +0000</pubDate>
			<dc:creator>IHRA</dc:creator>
			<guid isPermaLink="false">106686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmmmm...I can't get that to work.&#60;br /&#62;
I had previously changed the height location of the caption titles for other slides and think that impacted this one too. Could that be the case?&#60;br /&#62;
Here's the section I modified:&#60;br /&#62;
.slideshow_inner_caption {&#60;br /&#62;
    padding: 0px 10%;&#60;br /&#62;
    position: relative;&#60;br /&#62;
    display: table;&#60;br /&#62;
    height: 30%; &#38;lt;--- that one&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-106232</link>
			<pubDate>Fri, 19 Apr 2013 11:55:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would do it with something like:&#60;br /&#62;
&#60;code&#62;#top.page-id-## .slideshow_container .slideshow .slide_number_1 { }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where ## is the page ID number and the .slide_number_1 is the number of the slide within the slideshow.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IHRA on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-105951</link>
			<pubDate>Wed, 17 Apr 2013 14:58:01 +0000</pubDate>
			<dc:creator>IHRA</dc:creator>
			<guid isPermaLink="false">105951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
Alright, that's good to know. I'll stay out of editing the other css files. How do I target individual images in the slider?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-105793</link>
			<pubDate>Tue, 16 Apr 2013 17:36:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi IHRA,&#60;/p&#62;
&#60;p&#62;You wouldn't be able to do an image map unless it was on a separate page you were trying to use an iframe.&#60;/p&#62;
&#60;p&#62;For the slideshow buttons, the theme doesn't have direct support for it so you would need to target each slide individually on that specific page and then style the buttons and position them with new css.&#60;/p&#62;
&#60;p&#62;All new css should be added to the custom.css file (never edit the themes css files except the custom.css file to prevent issues with upgrading later).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IHRA on "Homepage slider images, call to action buttons"</title>
			<link>http://www.kriesi.at/support/topic/homepage-slider-images-call-to-action-buttons#post-105693</link>
			<pubDate>Mon, 15 Apr 2013 22:18:39 +0000</pubDate>
			<dc:creator>IHRA</dc:creator>
			<guid isPermaLink="false">105693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
Really enjoying this theme. I have a question about the homepage slider images. Before discovering the call to action buttons already built into the theme, I made an image with two buttons and uploaded that as the first image in the slider. I can't figure out how to target that image so I can add an image map over those buttons for links or place new button images over the exact spot (851, 452 would be the coordinates) of the first button on the image.&#60;br /&#62;
If I can't do anything that way, how can I move Propulsion's call to action buttons around, change the font, and make two buttons two different colors? I couldn't figure out exactly where that was in the slideshow.css (if I'm looking in the right spot).&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brucegamble on "Button Style"</title>
			<link>http://www.kriesi.at/support/topic/button-style#post-95042</link>
			<pubDate>Mon, 04 Feb 2013 16:10:45 +0000</pubDate>
			<dc:creator>brucegamble</dc:creator>
			<guid isPermaLink="false">95042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great. thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Button Style"</title>
			<link>http://www.kriesi.at/support/topic/button-style#post-94605</link>
			<pubDate>Sat, 02 Feb 2013 01:43:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can place this on your custom.css, play around with the style.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .caption-slideshow-button {
border-radius: 50%;
width: 100px;
height: 60px;
background-color: red;
text-align: center;
vertical-align: bottom;
padding-top: 40px;
border: none;
color: #666;
background-image: url(&#38;quot;../images/layout/bg-button.png&#38;quot;);
text-shadow: 1px 1px 0px white;
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
font-size: 14px;
}

#top .button_wrap .style_wrap {
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
padding: 8px;
background: url(&#38;quot;../images/layout/bg-style-wrap.png&#38;quot;) repeat-x 0 0;
margin: 0 auto;
position: relative;
z-index: 2;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brucegamble on "Button Style"</title>
			<link>http://www.kriesi.at/support/topic/button-style#post-94515</link>
			<pubDate>Fri, 01 Feb 2013 14:53:54 +0000</pubDate>
			<dc:creator>brucegamble</dc:creator>
			<guid isPermaLink="false">94515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - the silver show me more button style.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Button Style"</title>
			<link>http://www.kriesi.at/support/topic/button-style#post-94501</link>
			<pubDate>Fri, 01 Feb 2013 12:28:10 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Do you mean the silver 'Show Me More' button'? &#60;a href=&#34;http://www.clipular.com/c?1802860=5UQ3a7-CYrJ4eEAYJ5IdOh-GjpY&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?1802860=5UQ3a7-CYrJ4eEAYJ5IdOh-GjpY&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James on "Button Style"</title>
			<link>http://www.kriesi.at/support/topic/button-style#post-94334</link>
			<pubDate>Thu, 31 Jan 2013 15:19:08 +0000</pubDate>
			<dc:creator>James</dc:creator>
			<guid isPermaLink="false">94334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm also trying to change the look of the button, I'd like to change the colour?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brucegamble on "Button Style"</title>
			<link>http://www.kriesi.at/support/topic/button-style#post-94226</link>
			<pubDate>Wed, 30 Jan 2013 22:15:13 +0000</pubDate>
			<dc:creator>brucegamble</dc:creator>
			<guid isPermaLink="false">94226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;Is there a quick way to change the shape and location of the &#34;Caption Call to Action Button Label&#34; on the featured media slide show? &#60;/p&#62;
&#60;p&#62;I would like to be able to quickly make it a circle (instead of a square) and right or left align it. &#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Bruce.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Replace homepage title with call to action"</title>
			<link>http://www.kriesi.at/support/topic/replace-homepage-title-with-call-to-action#post-91776</link>
			<pubDate>Tue, 15 Jan 2013 23:28:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can use the Template Builder &#38;gt; Select the frontpage template. Insert the Text Area/ Callout/ Quotes element. Choose Callout Style.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pvisser on "Replace homepage title with call to action"</title>
			<link>http://www.kriesi.at/support/topic/replace-homepage-title-with-call-to-action#post-91767</link>
			<pubDate>Tue, 15 Jan 2013 21:28:05 +0000</pubDate>
			<dc:creator>pvisser</dc:creator>
			<guid isPermaLink="false">91767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How do you replace the title on the homepage with a call to action like you have on your demo site?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
