Hi,
thanks for your update.
I think no need to further debug. In the next theme version, you just need to add a null check for html element newsexo-time in file assets/js/custom.js as below:
if(jQuery('#newsexo-time').length >0 ){
var myVar = setInterval(function() {
myTimer();
}, 100);
}