Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Mutiple includes of Google Maps JavaScript API #1086944

    Hi Nikko,
    the addition was only the way to find out what is the problem and to configure the plugin.

    Is it possilbe to deactivate the maps api for the plugin pages?

    in reply to: Mutiple includes of Google Maps JavaScript API #1083661

    in addition:
    when i disable Google MAPS API through the child theme with

    add_filter('avf_load_google_map_api_prohibited', 'avf_load_google_map_api_prohibited_true', 10, 1);
    function avf_load_google_map_api_prohibited_true($prohibited) {
    	$prohibited = true;
    	return $prohibited;
    }

    everything works fine inside the plugin.

Viewing 2 posts - 1 through 2 (of 2 total)