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

		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-110066</link>
			<pubDate>Thu, 09 May 2013 13:06:05 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">110066@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, that's sorted!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109919</link>
			<pubDate>Wed, 08 May 2013 23:30:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to hide the youtube link using &#60;a href=&#34;http://tinyurl.com/&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109889</link>
			<pubDate>Wed, 08 May 2013 21:42:52 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">109889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It didn't like the youtube link. I changed it from youtube.com to co.nz and it worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109734</link>
			<pubDate>Wed, 08 May 2013 12:35:06 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">109734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but the youtube link still doesn't work. It says:&#60;/p&#62;
&#60;p&#62;'Image cannot be loaded. Make sure the path is correct'. I've checked the youtube url which is fine. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109635</link>
			<pubDate>Wed, 08 May 2013 07:09:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up sidebar.php and search for:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;quot;&#38;#39;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) 	echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace this code with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;		&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://youtube.com/account&#38;#39;&#38;gt;Youtube&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://myflickr.com&#38;#39;&#38;gt;Flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of &#60;a href=&#34;http://myflickr.com&#34; rel=&#34;nofollow&#34;&#62;http://myflickr.com&#60;/a&#62; insert the url to your flickr account and replace &#60;a href=&#34;http://youtube.com/account&#34; rel=&#34;nofollow&#34;&#62;http://youtube.com/account&#60;/a&#62; with your youtube account url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tidegeist on "Social Stuff Icons"</title>
			<link>http://www.kriesi.at/support/topic/social-stuff-icons#post-109448</link>
			<pubDate>Tue, 07 May 2013 09:09:55 +0000</pubDate>
			<dc:creator>tidegeist</dc:creator>
			<guid isPermaLink="false">109448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have successfully replaced the facebook, rss and twitter icons with a new set of icons. facebook is still facebook. rss has a flickr icon. i turned twitter to youtube.&#60;/p&#62;
&#60;p&#62;I made changes to the soket container but the new links wouldn't wrok. Can you please post the code so the flickr icon links to flickr and the youtube icon to youtube?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108456</link>
			<pubDate>Thu, 02 May 2013 15:25:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ameliaamelia,&#60;/p&#62;
&#60;p&#62;Just change the css from Ismael to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-687 a {
background: url(../images/layout/overlay-video.png) no-repeat center;
text-indent: -9999px;
width: 52px;
height: 52px;
bottom: 25px;
position: relative;
}

#menu-item-687 a {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will keep the link active but still allow you to replace the text with an image.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108367</link>
			<pubDate>Thu, 02 May 2013 10:11:05 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">108367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry it has just replaced the wrong button.&#60;/p&#62;
&#60;p&#62;How do I find out the menu item id?&#60;/p&#62;
&#60;p&#62;And what is the shortcode to like it to a url?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108358</link>
			<pubDate>Thu, 02 May 2013 08:36:07 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">108358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you the picture is now in the main menu but the text is still showing and the picture is not linked to the page?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.supersonicspiano.com&#34; rel=&#34;nofollow&#34;&#62;http://www.supersonicspiano.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108346</link>
			<pubDate>Thu, 02 May 2013 07:48:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Inspect the Music menu then look for the unique menu id. After that edit custom.css or Quick CSS and add this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-687 {
background: url(../images/layout/overlay-video.png) no-repeat center;
text-indent: -9999px;
width: 52px;
height: 52px;
bottom: 25px;
position: relative;
}

#menu-item-687 a {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The unique id of the menu item that I test it with is #menu-item-687. You should use the Music id instead. Width and height will depend on the image that you are going to use.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108200</link>
			<pubDate>Wed, 01 May 2013 13:23:29 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">108200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I was just wondering how to use an uploaded picture as a menu item. The picture will be the right size and every but im not sure how to link it.&#60;/p&#62;
&#60;p&#62;For exampe: Home &#124; About &#124; Blog &#124; Gallery &#124; (picture) &#124; log in&#60;/p&#62;
&#60;p&#62;And the picture is a music not for example.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing default *width units in the theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-width-units-in-the-theme#post-96767</link>
			<pubDate>Thu, 14 Feb 2013 14:56:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jeffry_j_wainwright,&#60;/p&#62;
&#60;p&#62;That is a bit difficult generally. If the page uses a template builder template, it isn't doable as it would cause issues with the whole template builder.&#60;/p&#62;
&#60;p&#62;For other pages, its a bit easier as you can go to those pages or loops and change it directly. For instance in the template-blog.php file, you can remove the avia_config for the layout and set it manually for that file. For the portfolio, you could do the same in includes&#38;gt;loop-portfolio.php.&#60;/p&#62;
&#60;p&#62;For a standard page, you could change it in page.php and the sidebar in sidebar.php&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffry_j_wainwright on "Changing default *width units in the theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-width-units-in-the-theme#post-96689</link>
			<pubDate>Thu, 14 Feb 2013 07:40:52 +0000</pubDate>
			<dc:creator>jeffry_j_wainwright</dc:creator>
			<guid isPermaLink="false">96689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Angular Theme: width class change for content areas and sidebars&#60;br /&#62;
--&#60;br /&#62;
I'd like to have control over which class *width units [i.e. &#38;lt;div class=&#34;content eight alpha ... etc&#34;&#38;gt;] show up where. Which file(s) control this? In particular, for the standard home page: I'd like to the change the content area to have the class of 'eight' rather than 'nine' width the sidebar then  adopting a class of 'four' rather than 'three'.&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Jeff&#60;/p&#62;
&#60;p&#62;*width: in the Angular theme the content and sidebar widths are controlled by class such as 'nine' or 'three'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Replace standard related post thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/replace-standard-related-post-thumbnails#post-79748</link>
			<pubDate>Mon, 15 Oct 2012 03:53:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try to open includes &#38;gt; related-posts.php.  Find this code which renders the thumbnail.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;div class=&#38;#39;relThumb relThumb&#38;quot;.$count.&#38;quot;&#38;#39;&#38;gt;\n&#38;quot;;
	 			$output .= &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; class=&#38;#39;relThumWrap noLightbox&#38;#39;&#38;gt;\n&#38;quot;;
	 			$output .= $image;
	 			$output .= &#38;quot;&#38;lt;span class=&#38;#39;relThumbTitle&#38;#39;&#38;gt;\n&#38;quot;;
	 			$output .= &#38;quot;&#38;lt;strong class=&#38;#39;relThumbHeading&#38;#39;&#38;gt;&#38;quot;.avia_backend_truncate(get_the_title(), 50).&#38;quot;&#38;lt;/strong&#38;gt;\n&#38;quot;;
	 			$output .= &#38;quot;&#38;lt;/span&#38;gt;\n&#38;lt;/a&#38;gt;&#38;quot;;
	 			$output .= &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!-- end .relThumb --&#38;gt;\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GAIANORM on "Replace standard related post thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/replace-standard-related-post-thumbnails#post-79623</link>
			<pubDate>Sat, 13 Oct 2012 16:47:30 +0000</pubDate>
			<dc:creator>GAIANORM</dc:creator>
			<guid isPermaLink="false">79623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;today I decided to change the standard related post images function which is placed in the bottom part of every single page. That because, in my opinion, the standard &#34;related posts&#34; is not really accurate, and sometimes the content is not really realted with the posts which are shown below the author description.&#60;/p&#62;
&#60;p&#62;So I decided to use a plug-in &#34;nrelated&#34; instead the standard function used in Shoutbox, now the problem is that I'd like to add the new thumbnails in the same position as the old  were shown, procedure that should be really simple, because they give the option to place manually the related content adding the following code where you like is displayed:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (function_exists('nrelate_related')) nrelate_related(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I tried to add that code inside the singlepage.php, where the funcion is call, but without success..&#60;/p&#62;
&#60;p&#62;I hope you can help me out&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
giacomo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CU3ER Pro Version in Display"</title>
			<link>http://www.kriesi.at/support/topic/cu3er-pro-version-in-display#post-58503</link>
			<pubDate>Sat, 02 Jun 2012 06:45:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sadly not. It's still not possible to use the Pro version without some custom work. The (newer) theme Brightbox does support the Pro version because it's based on Cu3er 1.x but Display uses the old and free version 0.9.3 which uses a complete different xml structure, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cid902 on "CU3ER Pro Version in Display"</title>
			<link>http://www.kriesi.at/support/topic/cu3er-pro-version-in-display#post-58084</link>
			<pubDate>Wed, 30 May 2012 13:06:31 +0000</pubDate>
			<dc:creator>cid902</dc:creator>
			<guid isPermaLink="false">58084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I know based on this thread:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/cuber-logo&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/cuber-logo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It was not possible to replace the free CU3ER that comes with the display theme with a paid CU3ER Pro slider.&#60;/p&#62;
&#60;p&#62;Has that changed?&#60;br /&#62;
Are there any plans to update the theme to allow this?&#60;br /&#62;
Or ar there any procedures I could follow to replace the free CU3ER in display with the Pro?&#60;/p&#62;
&#60;p&#62;Thanks so much,&#60;/p&#62;
&#60;p&#62;Matt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replacing Drop Down Menu&#039;"</title>
			<link>http://www.kriesi.at/support/topic/replacing-drop-down-menu#post-55466</link>
			<pubDate>Thu, 10 May 2012 06:43:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">55466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; It's not easily possible to implement this feature because it would require a complex jquery/javascript function. I'm sorry. It's for sure possible to achieve what you want but you need to hire a freelancer for this task.&#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ArxDesign on "Replacing Drop Down Menu&#039;"</title>
			<link>http://www.kriesi.at/support/topic/replacing-drop-down-menu#post-55224</link>
			<pubDate>Tue, 08 May 2012 18:40:05 +0000</pubDate>
			<dc:creator>ArxDesign</dc:creator>
			<guid isPermaLink="false">55224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Firstly I love the theme and how easy it is to edit,&#60;br /&#62;
But I'm interested in a slight change something that is slightly beyond my skill level.&#60;/p&#62;
&#60;p&#62;I'd love to be able to replace the drop down menu with a secondary menu directly underneath the navigation menu.&#60;br /&#62;
That when someone hovers over or clicks a specific menu item, the secondary menu changes to whatever would have been in the drop down menu.&#60;/p&#62;
&#60;p&#62;(I apologise in advance for my poor description, I couldn't think of a better way to explain it!)&#60;/p&#62;
&#60;p&#62;I hope you can help!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Jamie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to replace slider image with javascript :("</title>
			<link>http://www.kriesi.at/support/topic/how-to-replace-slider-image-with-javascript#post-39763</link>
			<pubDate>Thu, 02 Feb 2012 08:35:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can either use absolute positioning to display your output above the slider or you need to modify includes/loop-index.php. I'd replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(isset($slideHtml) &#38;amp;&#38;amp; $slideHtml)
 	 		{
 	 			echo $slideHtml;
 	 			$avia_config[&#38;#39;slider_first_post_active&#38;#39;] = true;
 	 		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with your custom code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zambala on "How to replace slider image with javascript :("</title>
			<link>http://www.kriesi.at/support/topic/how-to-replace-slider-image-with-javascript#post-39731</link>
			<pubDate>Thu, 02 Feb 2012 07:33:25 +0000</pubDate>
			<dc:creator>zambala</dc:creator>
			<guid isPermaLink="false">39731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am waiting for response, how to add javascript ....&#60;/p&#62;
&#60;p&#62;If I add it in Welcome tamplate, javascript box shows up under slider, not IN slider...&#60;/p&#62;
&#60;p&#62;If I make a new clean template to get rid of slider and add there only Text area and in this Text area put my javascript, there nothing at all shows up:(&#60;/p&#62;
&#60;p&#62;How to get around this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zambala on "How to replace slider image with javascript :("</title>
			<link>http://www.kriesi.at/support/topic/how-to-replace-slider-image-with-javascript#post-39562</link>
			<pubDate>Wed, 01 Feb 2012 08:45:08 +0000</pubDate>
			<dc:creator>zambala</dc:creator>
			<guid isPermaLink="false">39562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it appears I need to replace Slider Image with  javascript image/ search engine .....&#60;br /&#62;
Is it possible somehow?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon Issues"</title>
			<link>http://www.kriesi.at/support/topic/cufon-issues#post-31676</link>
			<pubDate>Fri, 11 Nov 2011 06:30:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31676@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
if you just want to use one cufon font you can follow the instructions here: &#60;a href=&#34;http://www.kriesi.at/support/topic/cufon&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/cufon&#60;/a&#62; - otherwise your solution is the only one I can think of.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreipop on "Cufon Issues"</title>
			<link>http://www.kriesi.at/support/topic/cufon-issues#post-31675</link>
			<pubDate>Fri, 11 Nov 2011 06:19:32 +0000</pubDate>
			<dc:creator>andreipop</dc:creator>
			<guid isPermaLink="false">31675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To fix this I overwrote the cufon file and ran individual Cufon.replace commands in the header.php script - not a very elegant solution but it works. If you guys have a better fix I'd really appreciate it thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreipop on "Cufon Issues"</title>
			<link>http://www.kriesi.at/support/topic/cufon-issues#post-31592</link>
			<pubDate>Thu, 10 Nov 2011 02:22:41 +0000</pubDate>
			<dc:creator>andreipop</dc:creator>
			<guid isPermaLink="false">31592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;site is here: &#60;a href=&#34;http://chic.evometrix.com&#34; rel=&#34;nofollow&#34;&#62;http://chic.evometrix.com&#60;/a&#62; - specific example I'm working on is the menu underneath the slider (but could be anywhere - and the #top .sliderheading class is still in the $applyCustomFontTo string but they don't seem to be converting either).&#60;/p&#62;
&#60;p&#62;I've created the .font.cufon file.&#60;br /&#62;
I've added the font &#34;Optima_400&#34; to the array in options.php&#60;br /&#62;
I've set my css class to be cufon (not optima).&#60;/p&#62;
&#60;p&#62;Nothing seems to be working, any thoughts? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replace prettyPhoto with Lightbox Evolution"</title>
			<link>http://www.kriesi.at/support/topic/replace-prettyphoto-with-lightbox-evolution#post-24544</link>
			<pubDate>Thu, 11 Aug 2011 05:41:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24544@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "Replace prettyPhoto with Lightbox Evolution"</title>
			<link>http://www.kriesi.at/support/topic/replace-prettyphoto-with-lightbox-evolution#post-24491</link>
			<pubDate>Wed, 10 Aug 2011 07:37:34 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">24491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you're right.&#60;/p&#62;
&#60;p&#62;Thanks for your help, it definitely does not call prettyPhoto anymore.  My problem is that the Evolution Slider allows me to click on the image which I can't seem to turn off.  I will follow it up with the author.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replace prettyPhoto with Lightbox Evolution"</title>
			<link>http://www.kriesi.at/support/topic/replace-prettyphoto-with-lightbox-evolution#post-24479</link>
			<pubDate>Wed, 10 Aug 2011 05:27:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I see no reason why it doesn't work because the activation function applies a rel attribute to all image links. However maybe the lightbox needs a direct call. You need to ask the author how the code I posted above&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($.fn.prettyPhoto)
			elements.prettyPhoto({ &#38;quot;theme&#38;quot;: &#38;#39;premium_photo&#38;#39;, &#38;#39;slideshow&#38;#39;: 5000 }); /* facebook /light_rounded / dark_rounded / light_square / dark_square */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;needs to be modified to work with his lightbox....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dodonnell73 on "Replace prettyPhoto with Lightbox Evolution"</title>
			<link>http://www.kriesi.at/support/topic/replace-prettyphoto-with-lightbox-evolution#post-24476</link>
			<pubDate>Wed, 10 Aug 2011 03:05:29 +0000</pubDate>
			<dc:creator>dodonnell73</dc:creator>
			<guid isPermaLink="false">24476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dude,&#60;/p&#62;
&#60;p&#62;I did what you said and re-included the original lines and then deleted the lines as specified, but still the behaviour is unchanged.  It still invokes lightbox by default and then shows the full size image on a blank page.  You can have a look at the link I supplied to you before to verify this.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replace prettyPhoto with Lightbox Evolution"</title>
			<link>http://www.kriesi.at/support/topic/replace-prettyphoto-with-lightbox-evolution#post-24449</link>
			<pubDate>Tue, 09 Aug 2011 14:04:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I think I found a better approach then. Revert the change I posted above and delete following two lines instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($.fn.prettyPhoto)
			elements.prettyPhoto({ &#38;quot;theme&#38;quot;: &#38;#39;premium_photo&#38;#39;, &#38;#39;slideshow&#38;#39;: 5000 }); /* facebook /light_rounded / dark_rounded / light_square / dark_square */&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
