<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Issue after update WordPress to the last v. 4.5</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:13:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28015</guid>
					<title><![CDATA[Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28015</link>
					<pubDate>Fri, 15 Apr 2016 07:00:20 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, sorry for my English.<br />
After the update to WP 4.5, the bar graphs and the animated circular counters doesn&#8217;t work in my site.<br />
For example, see at the end of <a href="https://test.guidedolomiti.com/guida-alpina/" title="guida alpina" target="_blank" rel="nofollow">this page</a>.<br />
Also, another plugin (used for lightbox) doesn&#8217;t work within the page where are bar graphs and the animated circular counters. I&#8217;m not sure if this is related with Aqua, but the lightbox works well in the pages where there aren&#8217;t the bar graphs or the animated circular counters&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28021</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28021</link>
					<pubDate>Fri, 15 Apr 2016 08:15:02 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Looks like the Javascript error you are getting breaks all animations, carousels too.<br />
It&#8217;s mostly due to the jquery-migrate plugin missing &#8230; Have you disabled it somehow?<br />
I have the library load automatically by WP.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28027</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28027</link>
					<pubDate>Fri, 15 Apr 2016 10:11:27 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, thanks for your quick reply.<br />
The history is this:<br />
After updated WordPress I had a problem with JackBox plugin, but unfortunately the author of the plugin doesn’t support his plugin anymore. It’s very bad, because it’s one of my fovorites plugins. In my site there are hundreds of images which use it.<br />
I inestigated a little bit and I found a fix. I&#8217;m not an expert of course&#8230;<br />
The fix that I used is to add the follow code in the functions.php file:<br />
<code>if (!is_admin()) {<br />
  		wp_deregister_script('jquery');<br />
		wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"), false, '1.11.3');<br />
		wp_enqueue_script('jquery');<br />
}</code><br />
It resolved the issue with JackBox plugin, but probably it&#8217;s not good for Aqua&#8230;<br />
Do you have, please, any suggestion?<br />
Thanks for helping me.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28034</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28034</link>
					<pubDate>Fri, 15 Apr 2016 11:25:56 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I see, so basically you are blocking the default WP jquery loading (along with its useful dependencies which is not a good idea) in order to load explicitly an older version of jquery in order for your plugin to work.<br />
At this point you can try to comment this code out because what jquery migrate does it makes things compatible with older jquery versions! Let me know. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28040</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28040</link>
					<pubDate>Fri, 15 Apr 2016 11:59:14 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, thanks BlueOwl.<br />
I comment that code, and Aqua works fine. So, I understand that the issue is not related with Aqua.<br />
But, in this way JackBox plugin doesn&#8217;t works <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_sad.gif" alt=":-(" class="wp-smiley" /> </p>
<p>Just a last question, please (I&#8217;m a dummy regarding code, php, ecc): do you think it could be possible that the next update of WordPress (maybe a patch) will fix this jQuery issue?</p>
<p>Or, due to the author of the plugin doesn’t support his plugin anymore, do you know anybody who offer a service that fix this plugin issue (somsbody who I pay, of course)?</p>
<p>Thank yuo very much for your time.<br />
Enrico</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28045</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28045</link>
					<pubDate>Fri, 15 Apr 2016 14:36:21 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Is it this one you are referring to?</p>
<p><a href="http://codecanyon.net/item/jackbox-responsive-lightbox-wordpress-plugin/3357551" rel="nofollow">http://codecanyon.net/item/jackbox-responsive-lightbox-wordpress-plugin/3357551</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28048</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28048</link>
					<pubDate>Fri, 15 Apr 2016 15:03:06 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, exactly!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28071</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28071</link>
					<pubDate>Sat, 16 Apr 2016 13:18:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hm&#8230; there must be a way to have this running on latest jquery versions&#8230; Did you google for a solution? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28094</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28094</link>
					<pubDate>Sun, 17 Apr 2016 13:50:02 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, I<br />
search Google and I found this post:<a href="https://wordpress.org/support/topic/wp-45-and-jquery-syntax-error?replies=10" title="wordpress.org" target="_blank" rel="nofollow"></p>
<p></a><a href="https://wordpress.org/support/topic/wp-45-and-jquery-syntax-error?replies=10" rel="nofollow">https://wordpress.org/support/topic/wp-45-and-jquery-syntax-error?replies=10</a></p>
<p>but I&#8217;m not a coder and I don&#8217;t know how to use SSH, so I&#8217;m not able to fix.<br />
Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28107</guid>
					<title><![CDATA[Reply To: Issue after update WordPress to the last v. 4.5]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/issue-after-update-wordpress-to-the-last-v-4-5/#post-28107</link>
					<pubDate>Mon, 18 Apr 2016 08:48:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I meant there must be way to run Jackbox on the latest jquery, not wp&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

