#1396490

Hi,

Thank you for the update.

We get an error when we try to edit the theme options. Please try to add this code in the functions.php file temporarily, see if it helps.

add_filter("avf_skip_enqueue_scripts_backend_gmaps", function($skip) {
   return "skip_loading";
}, 10, 1);

add_filter("avf_load_google_map_api_prohibited", function($prohibit) {
   return true;
}, 10, 1);

Best regards,
Ismael