<?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: text and link on each slice - rif. Cubit theme</title>
		<link>http://www.kriesi.at/support/topic/link-on-each-slide</link>
		<description>Support Forum - Topic: text and link on each slice - rif. Cubit theme</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 15:30:35 +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/link-on-each-slide" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-75109</link>
			<pubDate>Mon, 10 Sep 2012 05:32:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75109@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Francesco,&#60;/p&#62;
&#60;p&#62;Glad that we could help. I have marked this as resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>themeforestwp on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-75083</link>
			<pubDate>Sun, 09 Sep 2012 20:19:53 +0000</pubDate>
			<dc:creator>themeforestwp</dc:creator>
			<guid isPermaLink="false">75083@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael, now it's ok! &#60;/p&#62;
&#60;p&#62;Thanks again for your competence.&#60;/p&#62;
&#60;p&#62;Francesco
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-75050</link>
			<pubDate>Sun, 09 Sep 2012 10:35:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Francesco,&#60;/p&#62;
&#60;p&#62;Just replace this code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#home-extra {
display: block;
height: 25px;
margin-top: -25px;
width: 900px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#home-extra {
display: block;
height: 25px;
margin-top: -25px;
width: 900px;
z-index: 9999;
position: relative;
}&#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>themeforestwp on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-74670</link>
			<pubDate>Thu, 06 Sep 2012 14:47:44 +0000</pubDate>
			<dc:creator>themeforestwp</dc:creator>
			<guid isPermaLink="false">74670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much Devin,&#60;/p&#62;
&#60;p&#62;I've done what you suggested...&#60;/p&#62;
&#60;p&#62;Now the text appears on the right but it's not linkable.&#60;/p&#62;
&#60;p&#62;Could you verify if the code? Here is the link site: &#60;a href=&#34;http://www.impiantienergetici.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.impiantienergetici.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again&#60;br /&#62;
Francesco
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-74518</link>
			<pubDate>Wed, 05 Sep 2012 16:28:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Francesco,&#60;/p&#62;
&#60;p&#62;You'll need to create a new div in your index.php file of the theme files. This will be just above where the content area begins and will house the  content you want.&#60;/p&#62;
&#60;p&#62;So something like:&#60;br /&#62;
&#60;code&#62;&#38;lt;div id=&#38;quot;home-extra&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;www.yourlink.com&#38;quot;&#38;gt;Your link text&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;br /&#62;
Immediately after the end of the:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php global $kriesi_options; get_header(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then, in the style.css you need to add something like the following at the bottom:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#home-extra {
display: block;
height: 25px;
margin-top: -25px;
width: 900px;
}

#home-extra a {
float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to style the link, you can add more declarations to &#34;#home-extra a&#34; such as color, font style etc. The above is not tested in anything but Chrome on a windows machine so you may need tweak it for cross browser compatibility.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>themeforestwp on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-74172</link>
			<pubDate>Mon, 03 Sep 2012 14:58:56 +0000</pubDate>
			<dc:creator>themeforestwp</dc:creator>
			<guid isPermaLink="false">74172@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael, I solved!&#60;/p&#62;
&#60;p&#62;Do you know also if it's possibile to insert Text + link in a particular point of Homepage?&#60;/p&#62;
&#60;p&#62;Look at my screenshot to understand where I would like to insert text + link.&#60;/p&#62;
&#60;p&#62;Here the screenshot &#60;a href=&#34;http://snag.gy/9g9M3.jpg&#34; rel=&#34;nofollow&#34;&#62;http://snag.gy/9g9M3.jpg&#60;/a&#62; (see highlighting red).&#60;/p&#62;
&#60;p&#62;What is the procedure to get this?&#60;/p&#62;
&#60;p&#62;Than you again.&#60;br /&#62;
Francesco
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-73909</link>
			<pubDate>Sat, 01 Sep 2012 06:28:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First upload your image then get the image url. If you want to create a link for your images, edit it manually on your header.php. Find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;#39;&#38;lt;?php echo bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/images&#38;lt;?php echo $kriesi_options[&#38;#39;whichdesign&#38;#39;]; ?&#38;gt;/header_image1.jpg&#38;#39; alt=&#38;#39;&#38;#39; height=&#38;quot;240&#38;quot; width=&#38;quot;900&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;YOUR LINK HERE&#38;quot;&#38;gt;&#38;lt;img src=&#38;#39;&#38;lt;?php echo bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/images&#38;lt;?php echo $kriesi_options[&#38;#39;whichdesign&#38;#39;]; ?&#38;gt;/header_image1.jpg&#38;#39; alt=&#38;#39;&#38;#39; height=&#38;quot;240&#38;quot; width=&#38;quot;900&#38;quot; /&#38;gt;
&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course you have to change the image source with the new image url.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>themeforestwp on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-73895</link>
			<pubDate>Fri, 31 Aug 2012 22:27:15 +0000</pubDate>
			<dc:creator>themeforestwp</dc:creator>
			<guid isPermaLink="false">73895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick, but technically what I have to do to insert the link in the slide? What is the procedure? Thank you againg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-73874</link>
			<pubDate>Fri, 31 Aug 2012 18:42:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In Cubit the text is part of the image in the slider, so you would need to edit an image using graphics software. The link would require you to edit and customize the theme.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>themeforestwp on "text and link on each slice - rif. Cubit theme"</title>
			<link>http://www.kriesi.at/support/topic/link-on-each-slide#post-73710</link>
			<pubDate>Thu, 30 Aug 2012 20:48:16 +0000</pubDate>
			<dc:creator>themeforestwp</dc:creator>
			<guid isPermaLink="false">73710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I would like to insert a text that appears on each slide (in slideshow) and this slide should contain also a link that go on a certain page (for example, on &#34;services&#34; page).&#60;/p&#62;
&#60;p&#62;I would the same result on slideshow (text + link on slide, clickable) like Cubit theme presentation:&#60;br /&#62;
&#60;a href=&#34;http://themeforest.net/item/cubit-6-in-1-business-portfolio-theme/full_screen_preview/38712&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/cubit-6-in-1-business-portfolio-theme/full_screen_preview/38712&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What must I do? Can you tell my the exact procedure? &#60;/p&#62;
&#60;p&#62;Thank you very much&#60;br /&#62;
Francesco
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
