02-Jul-2018, 10:19 AM
This is the community forum. For a developer response use the Client Area.
02-Jul-2018, 10:39 AM
In the admin area, try going to 'Extensions -> Themes' and changing the jQuery setting to 'No, I load it myself'.
02-Jul-2018, 01:00 PM
(02-Jul-2018, 10:39 AM)Steven Wrote: In the admin area, try going to 'Extensions -> Themes' and changing the jQuery setting to 'No, I load it myself'.
Hello Steven,
thanks - unfortunately it did not help ...
in the form you an open the fields and type in, but the Captcha and the Add comment and the Review Button are defunct ...
02-Jul-2018, 07:52 PM
Keep the 'jQuery UI' setting as 'Local' because you don't appear to be loading it yourself.
The main issue is that you're loading two versions of jQuery and one of them is very old.
Inside the <head> tag of your page, you've got this:
That version, v1.3.2, is from 2009, so is too old for Commentics to use. Can you change that to v1.12.4?
Then near the bottom of your page, you've got this:
You'll need to remove that because it's too low down in the page for Commentics to use. If you remove it and just use v1.12.4 in the <head> tag then everything will work.
The main issue is that you're loading two versions of jQuery and one of them is very old.
Inside the <head> tag of your page, you've got this:
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
That version, v1.3.2, is from 2009, so is too old for Commentics to use. Can you change that to v1.12.4?
Then near the bottom of your page, you've got this:
Code:
<script src="js/jquery-1.10.2.min.js"></script>
You'll need to remove that because it's too low down in the page for Commentics to use. If you remove it and just use v1.12.4 in the <head> tag then everything will work.
02-Jul-2018, 09:19 PM
(02-Jul-2018, 07:52 PM)Steven Wrote: Keep the 'jQuery UI' setting as 'Local' because you don't appear to be loading it yourself.ok, I have all that changed - but it still does not work.
The main issue is that you're loading two versions of jQuery and one of them is very old.
Inside the <head> tag of your page, you've got this:
Code:<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
That version, v1.3.2, is from 2009, so is too old for Commentics to use. Can you change that to v1.12.4?
Then near the bottom of your page, you've got this:
Code:<script src="js/jquery-1.10.2.min.js"></script>
You'll need to remove that because it's too low down in the page for Commentics to use. If you remove it and just use v1.12.4 in the <head> tag then everything will work.
I am so sorry to be such a trouble to you ...
03-Jul-2018, 08:15 AM
It's no trouble but just to clarify you want the 'jQuery' setting as 'No, I load it myself' and the 'jQuery UI' setting as 'Local'.
03-Jul-2018, 09:16 AM
(03-Jul-2018, 08:15 AM)Steven Wrote: It's no trouble but just to clarify you want the 'jQuery' setting as 'No, I load it myself' and the 'jQuery UI' setting as 'Local'.
settings are done according to your instruction ... doesn't help .... is it probably a problem of internal routing (paths) between the php-scripts or so ... ? I have no idea. Or may be I should upgrade to the licenced version, would that help?
03-Jul-2018, 10:44 AM
There's only one version of Commentics. Buying the licence just gives you the licence key to remove the 'Powered by' statement.
It's definitely a jQuery issue. I've just noticed you're loading jQuery here as well:
So you could try removing that.
It's definitely a jQuery issue. I've just noticed you're loading jQuery here as well:
Code:
<script src="emailform/jquery-2.1.0.min.js"></script>
So you could try removing that.
03-Jul-2018, 12:51 PM
(03-Jul-2018, 10:44 AM)Steven Wrote: There's only one version of Commentics. Buying the licence just gives you the licence key to remove the 'Powered by' statement.
It's definitely a jQuery issue. I've just noticed you're loading jQuery here as well:
Code:<script src="emailform/jquery-2.1.0.min.js"></script>
So you could try removing that.
Yes Steven, you were right, that script caused the problem - but now the contact-form has a problem failing exactly that jquery script .... do u have an idea for solving that?
And the last question: after adding a comment, in the form the name and email address of the preceded commentator remains ... how to fix/clear that?
03-Jul-2018, 01:55 PM
(03-Jul-2018, 12:51 PM)HGsunday Wrote:(03-Jul-2018, 10:44 AM)Steven Wrote: There's only one version of Commentics. Buying the licence just gives you the licence key to remove the 'Powered by' statement.
It's definitely a jQuery issue. I've just noticed you're loading jQuery here as well:
Code:<script src="emailform/jquery-2.1.0.min.js"></script>
So you could try removing that.
Yes Steven, you were right, that script caused the problem - but now the contact-form has a problem failing exactly that jquery script .... do u have an idea for solving that?
And the last question: after adding a comment, in the form the name and email address of the preceded commentator remains ... how to fix/clear that?
SORRY - my fault with the email form, it works! Rests: after adding a comment name and email address of the preceded commentator remains in the fields ... how to clear that? (Then we are "through" .... )
« Next Oldest | Next Newest »
Possibly Related Threads…
Thread / Author
Replies
Views
Last Post
Users browsing this thread: 1 Guest(s)