-
15th January 2018 at 10:50 pm #9751
I’ve modified all the front-end scripts (changing the WT prefix to KT), and now they all work as they should .. BUT .. I am still unable to update the main HTML block – clicking ‘Save’ has no effect. Went through all the scripts again to be sure I hadn’t missed one but No. Looking at the source of the HTML block I can see nothing else suspect – with the possible exception of the Google analytics script at the end, which I don’t really use any longer so I would remove it to see if that has any effect – if I was able to update the block! Here’s the script:
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-45223249-1’]);
_gaq.push([‘_trackPageview’]);(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();</script>
Any suggestions please Nigel?
Ron in France Website: https://clan-davies.kiwitrees.net/ kiwitrees 3.3.11; PHP 8.0.14
Author