<?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: custom.js - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/customjs</link>
		<description>Support Forum - Tag: custom.js - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 16:18:18 +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/customjs" rel="self" type="application/rss+xml" />

		<item>
			<title>VikR on "Can I Use the &#34;Google Analytics Tracking Code&#34; Box to Add Other Javascript?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-use-the-google-analytics-tracking-code-box-to-add-other-javascript#post-114575</link>
			<pubDate>Tue, 28 May 2013 21:29:32 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">114575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Can I Use the &#34;Google Analytics Tracking Code&#34; Box to Add Other Javascript?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-use-the-google-analytics-tracking-code-box-to-add-other-javascript#post-114540</link>
			<pubDate>Tue, 28 May 2013 18:54:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">114540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi VikR,&#60;/p&#62;
&#60;p&#62;I had not though about that, but yes you probably can. If it causes any issues (I don't think it will) you can always keep a copy of the custom.js and re-add it via ftp if you want to just go that route.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Can I Use the &#34;Google Analytics Tracking Code&#34; Box to Add Other Javascript?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-use-the-google-analytics-tracking-code-box-to-add-other-javascript#post-114523</link>
			<pubDate>Tue, 28 May 2013 18:13:51 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">114523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to add a line of javascript.  I can edit the custom.js file, but I'm concerned that it will be deleted when I upgrade to the next version of Replete. Is that correct, and if it is, can I add a line of javascript after my Google Analytics code in the &#34;Google Analytics Tracking Code&#34; box on the Theme Options page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53647</link>
			<pubDate>Fri, 27 Apr 2012 06:29:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lienhard on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53628</link>
			<pubDate>Fri, 27 Apr 2012 02:18:03 +0000</pubDate>
			<dc:creator>lienhard</dc:creator>
			<guid isPermaLink="false">53628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you.  That did the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53423</link>
			<pubDate>Thu, 26 Apr 2012 06:10:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case just adjust following line in js/custom.js - this should solve the issue:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;input:text&#38;#39;).kriesi_empty_input();	// comment form improvement&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;.commententry input:text&#38;#39;).kriesi_empty_input();	// comment form improvement&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lienhard on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53374</link>
			<pubDate>Thu, 26 Apr 2012 01:10:35 +0000</pubDate>
			<dc:creator>lienhard</dc:creator>
			<guid isPermaLink="false">53374@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;I just want to prevent the text field from blanking out when the user clicks in it.  In other words, if the text field has value=&#34;some value&#34;, I want &#34;some value&#34; to remain visible in the field when the user clicks in the field.  Right now it goes blank.&#60;/p&#62;
&#60;p&#62;I was able to prevent this behavior by adding onfocus=&#34;var x=this.value+' '; this.value = x;&#34;, but this adds a blank on the end of the input, so not a good solution. &#60;/p&#62;
&#60;p&#62;I think this default behavior works if the field says something like &#34;enter your name here&#34;  or &#34;enter your email here&#34;, but in my case I am preloading the field with data from the database using php and I want the user to be able to edit the field.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53219</link>
			<pubDate>Wed, 25 Apr 2012 04:53:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;What do you want to achieve with the is_full class - at the moment it outputs an error as soon as a field is not empty. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53183</link>
			<pubDate>Wed, 25 Apr 2012 02:37:58 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">53183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lienhard,&#60;/p&#62;
&#60;p&#62;I'm tagging Dude to this thread so he can assist you further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lienhard on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53178</link>
			<pubDate>Wed, 25 Apr 2012 02:17:30 +0000</pubDate>
			<dc:creator>lienhard</dc:creator>
			<guid isPermaLink="false">53178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tried adding this javascript to newscast/js/custom.js, and then adding the class to the form text element... class=&#34;text_input is_full&#34;, but no luck.&#60;/p&#62;
&#60;p&#62;Same result.... the text element is cleared when it obtains focus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-53027</link>
			<pubDate>Tue, 24 Apr 2012 05:41:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can add the &#34;is_full&#34; class support by editing js/custom.js. Open up the file and search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(classes.match(/is_empty/))
						{
							if(value == &#38;#39;&#38;#39;)
							{
								surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;error&#38;quot;);
								send.validationError = true;
							}
							else
							{
								surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;valid&#38;quot;);
							}
							nomatch = false;
						}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(classes.match(/is_empty/))
						{
							if(value == &#38;#39;&#38;#39;)
							{
								surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;error&#38;quot;);
								send.validationError = true;
							}
							else
							{
								surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;valid&#38;quot;);
							}
							nomatch = false;
						}

					 	if(classes.match(/is_full/))
						{
							if(value != &#38;#39;&#38;#39;)
							{
								surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;error&#38;quot;);
								send.validationError = true;
							}
							else
							{
								surroundingElement.attr(&#38;quot;class&#38;quot;,&#38;quot;&#38;quot;).addClass(&#38;quot;valid&#38;quot;);
							}
							nomatch = false;
						}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lienhard on "How to prevent form fields from &#039;blanking out&#039; when they get focus."</title>
			<link>http://www.kriesi.at/support/topic/how-to-prevent-form-fields-from-blanking-out-when-they-get-focus#post-52741</link>
			<pubDate>Sat, 21 Apr 2012 21:33:10 +0000</pubDate>
			<dc:creator>lienhard</dc:creator>
			<guid isPermaLink="false">52741@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have this simple form here &#60;a href=&#34;http://artists.firstfridaysantacruz.com/wp-content/themes/newscast/ap/test.php&#34; rel=&#34;nofollow&#34;&#62;http://artists.firstfridaysantacruz.com/wp-content/themes/newscast/ap/test.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When the user clicks in the text field, it blanks out.  How do I prevent this from happening?  I was able to prevent this behavior by adding onfocus=&#34;var x=this.value+' '; this.value = x;&#34;, but this adds a blank on the end of the input, so not a real solution.  &#60;/p&#62;
&#60;p&#62;Is there some class similar to class=&#34;text_input is_empty&#34;  where is_empty is is_full instead or something?  &#60;/p&#62;
&#60;p&#62;Any help appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "jQuery vs. Newscast"</title>
			<link>http://www.kriesi.at/support/topic/jquery-vs-newscast#post-34750</link>
			<pubDate>Tue, 13 Dec 2011 09:04:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Newscast already uses the noConflict mode. Make sure that your js plugins also run the noconflict mode (if they're code right they should use one of these methods: &#60;a href=&#34;http://api.jquery.com/jQuery.noConflict/&#34; rel=&#34;nofollow&#34;&#62;http://api.jquery.com/jQuery.noConflict/&#60;/a&#62; ). You can also try to replace the function call &#34;$&#34; with &#34;jQuery&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sawasdee on "jQuery vs. Newscast"</title>
			<link>http://www.kriesi.at/support/topic/jquery-vs-newscast#post-34724</link>
			<pubDate>Mon, 12 Dec 2011 22:29:54 +0000</pubDate>
			<dc:creator>Sawasdee</dc:creator>
			<guid isPermaLink="false">34724@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude!&#60;/p&#62;
&#60;p&#62;I need an answer on this one pls!&#60;/p&#62;
&#60;p&#62;I have your HTML Newscast theme and every time I wanna add a new jQuery plugin somewhere in my pages, I'm getting a conflict between the plugin and the original custom.js&#60;/p&#62;
&#60;p&#62;Is there a way to prevent that?&#60;/p&#62;
&#60;p&#62;I tried by adding a $.noConflict or jQuery.noConflict but I'm always having a problem.&#60;/p&#62;
&#60;p&#62;Like on this page, &#60;a href=&#34;organigramme.html&#34;&#62;&#60;/a&#62;I'm suppose to have an hover effect on each button of the flow chart but nothing work! It's working only when I remove the custom.js from the html page.&#60;/p&#62;
&#60;p&#62;An answer will be seriously appreciate!&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19816</link>
			<pubDate>Wed, 25 May 2011 06:08:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19816@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
remove following code from custom.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// activates the lightbox page
	my_lightbox(&#38;quot;a[rel^=&#38;#39;prettyPhoto&#38;#39;], a[rel^=&#38;#39;lightbox&#38;#39;]&#38;quot;,true);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19695</link>
			<pubDate>Mon, 23 May 2011 23:17:00 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">19695@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, thanks for your efforts. Tell me then how to remove for both images + videos. I will put the videos in pages or posts rather than having them launch when clicking on the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19220</link>
			<pubDate>Mon, 16 May 2011 05:27:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I played around a bit but couldn't find a quick solution to remove the lightbox effect for images only. You can remove the mouseover magnifier effect or remove the lightbox effect for images + videos but removing the effect for images only can be tricky...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19207</link>
			<pubDate>Mon, 16 May 2011 03:11:35 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">19207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still doesn't fix it. The magnifying glass is removed prior to clicking on the image but the function of opening the image when clicking is still there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19162</link>
			<pubDate>Sun, 15 May 2011 11:12:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following. In custom.js replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery(this).attr(&#38;#39;href&#38;#39;).match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/)) $newclass = &#38;#39;lightbox_image&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery(this).attr(&#38;#39;href&#38;#39;).match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/)) $newclass = &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var $bg = jQuery(&#38;quot;&#38;lt;span class=&#38;#39;&#38;quot;+$newclass+&#38;quot; &#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;).appendTo(jQuery(this));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($newclass != &#38;#39;&#38;#39;){
var $bg = jQuery(&#38;quot;&#38;lt;span class=&#38;#39;&#38;quot;+$newclass+&#38;quot; &#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;).appendTo(jQuery(this));
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19044</link>
			<pubDate>Fri, 13 May 2011 13:02:56 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">19044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the website is ctaim.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-19004</link>
			<pubDate>Fri, 13 May 2011 05:19:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to your website please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18877</link>
			<pubDate>Wed, 11 May 2011 15:37:12 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">18877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did this and it makes no difference?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18831</link>
			<pubDate>Wed, 11 May 2011 05:17:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Custom.js is located in the folder &#34;js&#34; in the cleancut theme directory. You need a ftp software like filezilla or web ftp access to download/upload the file and a text editor to modify it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18815</link>
			<pubDate>Wed, 11 May 2011 02:05:29 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">18815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is the custom.js file? Can't seem to find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18776</link>
			<pubDate>Tue, 10 May 2011 06:02:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in custom.js replace following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=&#38;quot;.mov&#38;quot;] , a[href$=&#38;quot;.swf&#38;quot;] , a[href*=&#38;quot;vimeo.com&#38;quot;] , a[href*=&#38;quot;youtube.com&#38;quot;]&#38;#39;).contents(&#38;quot;img&#38;quot;).parent().each(function()&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;a[href$=&#38;quot;.mov&#38;quot;] , a[href$=&#38;quot;.swf&#38;quot;] , a[href*=&#38;quot;vimeo.com&#38;quot;] , a[href*=&#38;quot;youtube.com&#38;quot;]&#38;#39;).contents(&#38;quot;img&#38;quot;).parent().each(function()&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>oceano1 on "How do I remove the Image magnifying on featured images?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-image-magnifying-on-featured-images#post-18762</link>
			<pubDate>Mon, 09 May 2011 22:50:13 +0000</pubDate>
			<dc:creator>oceano1</dc:creator>
			<guid isPermaLink="false">18762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to remove the image magnifying on the featured images on pages, posts, and  portfolio.&#60;br /&#62;
The launch video function on the portfolio i want to keep, but the magnifying glass i don't need.&#60;br /&#62;
How do I do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "slider conflict(custum.js) with another jQuery plugin(jQuerymsgbox)"</title>
			<link>http://www.kriesi.at/support/topic/slider-conflictcustumjs-with-another-jquery-pluginjquerymsgbox#post-7825</link>
			<pubDate>Wed, 27 Oct 2010 08:33:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>behz4d on "slider conflict(custum.js) with another jQuery plugin(jQuerymsgbox)"</title>
			<link>http://www.kriesi.at/support/topic/slider-conflictcustumjs-with-another-jquery-pluginjquerymsgbox#post-7817</link>
			<pubDate>Wed, 27 Oct 2010 07:59:12 +0000</pubDate>
			<dc:creator>behz4d</dc:creator>
			<guid isPermaLink="false">7817@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PERFECTLY SOLVED by DUDE.&#60;br /&#62;
thanks alot.&#60;/p&#62;
&#60;p&#62;Best Regards&#60;br /&#62;
Behzad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "slider conflict(custum.js) with another jQuery plugin(jQuerymsgbox)"</title>
			<link>http://www.kriesi.at/support/topic/slider-conflictcustumjs-with-another-jquery-pluginjquerymsgbox#post-7814</link>
			<pubDate>Wed, 27 Oct 2010 07:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I sent you a mail.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>behz4d on "slider conflict(custum.js) with another jQuery plugin(jQuerymsgbox)"</title>
			<link>http://www.kriesi.at/support/topic/slider-conflictcustumjs-with-another-jquery-pluginjquerymsgbox#post-7811</link>
			<pubDate>Wed, 27 Oct 2010 07:31:40 +0000</pubDate>
			<dc:creator>behz4d</dc:creator>
			<guid isPermaLink="false">7811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;mail with website+jquery plugin sent to &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62;.&#60;br /&#62;
I would really appreciate if you can help since i've bought both the template and plugin and I need to use them on my website.&#60;/p&#62;
&#60;p&#62;Thank you in advanced&#60;br /&#62;
Best Regards&#60;br /&#62;
Behzad
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
