• Resolved fedde225

    (@fedde225)


    Installed plugin and set up my API key(works with other map integrated stuff on my site)
    Only get a white space instead of the map. Anyone have any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter fedde225

    (@fedde225)

    In console i get these 2 errors:

    Uncaught ReferenceError: cf7GoogleMap is not defined
    at cf7-googlemap.js?ver=1.8.3:147:3
    at cf7-googlemap.js?ver=1.8.3:178:3

    Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
    maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true:1

    Plugin Author Aurovrata Venet

    (@aurovrata)

    I just checked and it’s working fine for me.

    
    Uncaught ReferenceError: cf7GoogleMap is not defined
    at cf7-googlemap.js?ver=1.8.3:147:3
    at cf7-googlemap.js?ver=1.8.3:178:3
    

    these error occur if you have an error on your server and the script localisation fails.

    Please enable WP_DEBUG mode and see if you are getting any errors on the server.

    Thread Starter fedde225

    (@fedde225)

    I tried to enable WP_DEBUG, no errors were saved. i can’t seem to understand why it doesnt work. Fresh install on a new wp

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Is your site available online so i can take a look at the page?

    Thread Starter fedde225

    (@fedde225)

    This is the page where i added the contactform:
    https://brusautomat.no/?page_id=102

    Plugin Author Aurovrata Venet

    (@aurovrata)

    I can see that the localisation of the js script is not working.

    The cf7GoogleMap variable fails to print in the wp_footer, however, I can see that the wpcf7 variable is being printed (this comes from the CF7 plugin), so I am guessing that there is an error in your page with a a footer hook preventing the wp_footer from completing your footer scripts from completing the printing.

    Can you try to insert your form in a different page, as well as use a default WordPress theme (such as twentytwenty) to see if it works.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White space instead of map’ is closed to new replies.