<?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: [help] jquery ruins pictures</title>
		<link>http://www.kriesi.at/support/topic/help-jquery-ruins-pictures</link>
		<description>Support Forum - Topic: [help] jquery ruins pictures</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 18:42:51 +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/help-jquery-ruins-pictures" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "[help] jquery ruins pictures"</title>
			<link>http://www.kriesi.at/support/topic/help-jquery-ruins-pictures#post-76314</link>
			<pubDate>Mon, 17 Sep 2012 19:02:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi iphoneinformant,&#60;/p&#62;
&#60;p&#62;Well the the theme already loads in the jquery library but it loads in the library from wordpress based on the most recent version available in the wp library. So right now, in the header its calling jquery version 1.7.2. via wp_head()&#60;/p&#62;
&#60;p&#62;If you try and load in 1.3.2 on top of that, its going to cause a lot of problems.&#60;/p&#62;
&#60;p&#62;If the script you have will run on the newer version, you can just include it in the header.php after the wp_head is called or in the footer so that it loads after all the other content.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iphoneinformant on "[help] jquery ruins pictures"</title>
			<link>http://www.kriesi.at/support/topic/help-jquery-ruins-pictures#post-75942</link>
			<pubDate>Fri, 14 Sep 2012 16:25:27 +0000</pubDate>
			<dc:creator>iphoneinformant</dc:creator>
			<guid isPermaLink="false">75942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the exitpopup.php is a pop up script that gives a pop up when the mouse leaves the site.  The problem is not with the script, it is when  i try to add the jquery &#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://www.google.com/jsapi&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;google.load(&#34;jquery&#34;, &#34;1.3.2&#34;);&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iphoneinformant on "[help] jquery ruins pictures"</title>
			<link>http://www.kriesi.at/support/topic/help-jquery-ruins-pictures#post-75935</link>
			<pubDate>Fri, 14 Sep 2012 16:17:08 +0000</pubDate>
			<dc:creator>iphoneinformant</dc:creator>
			<guid isPermaLink="false">75935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basically I need to include  &#38;lt;?php include('exitpopup.php'); ?&#38;gt;  in a file where Jquery is already called out on.&#60;/p&#62;
&#60;p&#62;Is there a file in this theme where jquery is already called out on?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "[help] jquery ruins pictures"</title>
			<link>http://www.kriesi.at/support/topic/help-jquery-ruins-pictures#post-75927</link>
			<pubDate>Fri, 14 Sep 2012 16:06:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What does this exitpopup.php do? Can you give us a link on your website?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iphoneinformant on "[help] jquery ruins pictures"</title>
			<link>http://www.kriesi.at/support/topic/help-jquery-ruins-pictures#post-75924</link>
			<pubDate>Fri, 14 Sep 2012 14:21:57 +0000</pubDate>
			<dc:creator>iphoneinformant</dc:creator>
			<guid isPermaLink="false">75924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I have a popup .PHP script that I have uploaded to my hosting.&#60;/p&#62;
&#60;p&#62;I place &#38;lt;?php  include('exitpopup.php');  ?&#38;gt; some where in the themes files but I also have to call out the jquery.&#60;/p&#62;
&#60;p&#62;So ultimately I am adding the following lines into the theme,  either in the header, footer, main index, ect.&#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://www.google.com/jsapi&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;google.load(&#34;jquery&#34;, &#34;1.3.2&#34;);&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php  include('exitpopup.php');  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;But when I call out the jquery the pictures do not load on my site.  &#60;/p&#62;
&#60;p&#62;I can do this on all of my other sites so I know this problem has to do with your theme.&#60;/p&#62;
&#60;p&#62;any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
