After updating to Joomla 3.7, most templates and modules are a problem. In the "NEWS SHOW PRO GK5" part of the option is no longer active, including the option to select a data source
Could not find an updated template but this line change in the scrips.js file discussed worked (commented out the old line) // var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option'; var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';