Hi,
There looks to be two issues:
When creating a map widget there is a section called “Page the Map will be used on” and the URL needs to match how the page URL loads in the address bar where the map is placed.
In this situation you were missing buying/ from the input box to the right of your domain name.
Creating and editing widgets: https://support.idxbroker.com/support/s/article/creating-and-managing-widgets
Map Widgets: https://support.idxbroker.com/support/s/article/widget—map-search
The second issue
These scripts and stylsheets need to be on the page where the widget is placed:
<script type=”text/javascript” src=”//d1qfrurkpai25r.cloudfront.net/graphical/javascript/leaflet.js?auid=X7LCUn8AAAEAAFFtdakAAAAF”></script>
<script type=”text/javascript” src=”//d1qfrurkpai25r.cloudfront.net/graphical/frontend/javascript/maps/plugins/leaflet.draw.js?auid=X7LCUn8AAAEAAFFtdakAAAAF”></script>
<script type=”text/javascript” src=”//www.mapquestapi.com/sdk/leaflet/v2.2/mq-map.js?key=Gmjtd%7Cluub2h0rn0%2Crx%3Do5-lz1nh”></script>
<link rel=”stylesheet” href=”//d1qfrurkpai25r.cloudfront.net/graphical/css/leaflet.css?auid=X7LCUn8AAAEAAFFtdakAAAAF” />
<link rel=”stylesheet” href=”//d1qfrurkpai25r.cloudfront.net/graphical/css/leaflet.label.css?auid=X7LCUn8AAAEAAFFtdakAAAAF” />
You could try adding them to the head section of your CMS if that is allowed, but if not just paste them above the widget script code.