Posts: 12
Threads: 4
Joined: Mar 2014
When go to a page and I try to add a weblink using the icon, the page goes grey and hangs.
Any ideas?
Same issue with IE and Chrome
Posts: 2,894
Threads: 59
Joined: Jun 2010
Can you provide a link so I can determine what's happening?
Have
you completed
the interview?
Posts: 12
Threads: 4
Joined: Mar 2014
(17-May-2014, 06:37 PM)Steven Wrote: Can you provide a link so I can determine what's happening?
Hi Steven - thanks for reply
Try this page -
http://www.manchesterbeat.com/groups/joh...senior.php
It also happens if you hit the upload image icon
Thanks
Posts: 2,894
Threads: 59
Joined: Jun 2010
It may be because your versions of jQuery and jQuery UI are old.
* Instead of jQuery v1.10.2, use v1.11.1.
* Instead of jQuery UI v1.8.4, use v1.10.4.
Have
you completed
the interview?
Posts: 12
Threads: 4
Joined: Mar 2014
Ok - you got me.
I could find jsquery.js in table/js and have replaced it with newer version.
But couldn't find jsquery-ui.js anywhere.
Neither files seem to be in any other js folders.
Are they in the comments folder or, as read somewhere, in the root?
Or ... ?
My thanks for any assistance - just noticed Flag does not also work.
Paul
Posts: 2,894
Threads: 59
Joined: Jun 2010
Sorry, I was talking about your versions of jQuery and jQuery UI, the ones that are being included inside your page's head tag by your own website. If Commentics detects that jQuery and jQuery UI are already loaded (which it has done in your case) then it won't load them as this would cause errors. Usually this is fine but if you have old versions then there may be incompatibly issues and I think that's the problem here.
<HTML>
<HEAD>
<TITLE>John Senior Blues Band on Manchesterbeat - the group and music scene of Manchester in the 60s</TITLE>
<link href="http://www.manchesterbeat.com/mbeat.css" rel="stylesheet" type="text/css">
<meta name="verify-v1" content="tFLMhVEk8Z+jeCvSAfy0FaKQ7QHl8G5ws3EnxPsc1tY=" />
<meta name="robots" content="ALL">
<meta name="distribution" content="GLOBAL">
<META name="Description" content="Manchester Beat - Manchester music scene of the sixties 60s" - groups, djs, venues, clubs and shops >
<META NAME="keywords" CONTENT="Manchester,group,pop,bands,disco,club,60s,'60s,60's,sixties,clubs,beat,dj,guitar,oasis,twisted wheel,wheel,new century hall,shop,record,clothes">
<META NAME="REVISIT-AFTER" CONTENT="15 days">
<META NAME="COPYRIGHT" CONTENT="eastgippsland.com">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="//code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.jigowatt.js"></script><!-- AJAX Form Submit -->
</HEAD>
Have
you completed
the interview?
Posts: 12
Threads: 4
Joined: Mar 2014
My thanks!!!
Fixed.