<?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: download manager - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/download-manager</link>
		<description>Support Forum - Tag: download manager - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 10:51:06 +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/download-manager" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Ajax portfolio with Download Manager shortcode"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-with-download-manager-shortcode#post-82501</link>
			<pubDate>Tue, 06 Nov 2012 13:13:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've removed the URL's for you Chris :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Ajax portfolio with Download Manager shortcode"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-with-download-manager-shortcode#post-82484</link>
			<pubDate>Tue, 06 Nov 2012 09:35:03 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">82484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, thanks very much for all this. I will give everything you mention a try.&#60;/p&#62;
&#60;p&#62;Would you mind deleting the URLs in my original post? Just so that they are not indexed by google or anything.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Chris.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Ajax portfolio with Download Manager shortcode"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-with-download-manager-shortcode#post-82148</link>
			<pubDate>Sun, 04 Nov 2012 02:17:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Well its hard to say looking at your setup because you have jquery files showing not their real path, path rewritten same as if they were pretty permalink.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link href=&#38;quot;http://www.hubbard.co.uk/media/css/cookiesnew.css&#38;quot; rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; /&#38;gt;
&#38;lt;script language=&#38;quot;javascript&#38;quot; type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.hubbard.co.uk/media/script/jquery-1.3.2.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script language=&#38;quot;javascript&#38;quot; type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.hubbard.co.uk/media/script/cookies.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script language=&#38;quot;javascript&#38;quot; type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.hubbard.co.uk/media/script/global.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script language=&#38;quot;javascript&#38;quot; type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.hubbard.co.uk/media/script/jquery.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script language=&#38;quot;javascript&#38;quot; type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.hubbard.co.uk/media/script/jquery.extensions.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is not a part of the theme, so it's probably from a plugin but its over 5  years old, so not even sure what kind of plugin it could be. Lets start by unplugging every single plugin you have, and see if that block of code can be found when viewing the source. If not, they slowly start adding the plugins back one by one and eventually u will find who is disturbing things. You crashed when trying to take off jquerry is because you are somewhere using code that's too old to understand the new jquery . The download manager , the cookie plugin or something with social media is likely the one. &#60;/p&#62;
&#60;p&#62;Once we get the plugin removed and modernize things a bit, ajax should start working correctly, because i don't see how its possible for it to work with 3 versions of jquery on the loose.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Ajax portfolio with Download Manager shortcode"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-with-download-manager-shortcode#post-81952</link>
			<pubDate>Fri, 02 Nov 2012 12:53:39 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">81952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, thanks for your help, i have tried disabling the different versions of jquery but still the shortcode wont work. &#60;/p&#62;
&#60;p&#62;I have also tried adding the following to functions.php but it broke the site:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
if( !is_admin()){&#60;br /&#62;
   wp_deregister_script('jquery');&#60;br /&#62;
   wp_register_script('jquery', (&#34;http://www.hubbard.co.uk/test/wp-includes/js/jquery/jquery.js?ver=1.7.2&#34;), false, '1.7.2');&#60;br /&#62;
   wp_enqueue_script('jquery');&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks so much for your help with this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Ajax portfolio with Download Manager shortcode"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-with-download-manager-shortcode#post-81903</link>
			<pubDate>Fri, 02 Nov 2012 03:12:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You have 3 different versions of jquery running in each page, which is never a good thing, v1.72, v1.26 and v1.32, Would you please remove the older two please &#60;/p&#62;
&#60;p&#62;/media/script/jquery-1.3.2.min.js&#60;/p&#62;
&#60;p&#62;/media/script/jquery.js&#60;/p&#62;
&#60;p&#62;/test/wp-includes/js/jquery/jquery.js?ver=1.7.2&#60;/p&#62;
&#60;p&#62;Hopefully that will do the trick.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "Ajax portfolio with Download Manager shortcode"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-with-download-manager-shortcode#post-81712</link>
			<pubDate>Wed, 31 Oct 2012 15:13:07 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">81712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Im using WP Download Manager (www.wpdownloadmanager.com) and the shortcode doesn't seem to want to work in the ajax portfolio. It works when you view the individual portfolio page but not when you are using the ajax interface. &#60;/p&#62;
&#60;p&#62;Please see: **removed by Devin on request**&#60;/p&#62;
&#60;p&#62;if you click on '360 Alpha Panel Van Refrigeration' (for example), the shortcode doesn't work. It just displays [wpdm_package id=5]&#60;/p&#62;
&#60;p&#62;However, it does work if you go to the portfolio page here: **removed by Devin on request**/&#60;/p&#62;
&#60;p&#62;Can someone help me with this? Ive got no idea what to do in order to get the download manager shortcode working in the ajax portfolio.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Chris.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
