On my homepage is a yellow box
https://www.chatteris.biz/ which used to display a met office weather warning rss feed -
https://www.metoffice.gov.uk/public/data/PWSCache/WarningsRSS/Region/ee, unfortunately, the rss used scripts from DynamicDrive and Simplepie both of which are no longer around and the log indicates a fatal error.
My problem is that is I comment out the script on index.php, the saratoga template fails to load, I've tried lots of permutations but I'm stuck:
<!-- Begin of Weather Alert Feed Announcement script -->
<div class="advisoryBox">
<script type="text/javascript">
var showmet1=new rssdisplaybox("met1", "met1id", "someclass")
showmet1.set_items_shown (10) //show 10 entries from feed
showmet1.start() //Required: start script
</script>
<!-- End of Weather Alert Feed Announcement script -->
Any one show some Christmas cheer and help me out please
[ You are not allowed to view attachments ]