cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Problem in information window #853

Closed alessiobertolani closed 4 years ago

alessiobertolani commented 4 years ago

Hi, I'm having this problem when I create the page with the global map. The content is not displayed on the popup. What can it depend on?

list_–_OmA_test_e_Posta_in_arrivo_•_alessio_bertolani_fondazionecrfirenze_it

cyberhobo commented 4 years ago

The ajax request is being blocked by something. Often this happens when a site administrator unwittingly blocks requests to everything in /wp-admin, not realizing that front end ajax requests need access to /wp-admin/admin-ajax.php. It could be any number of other things too: a plugin, server-level security rules, firewall, etc.