Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #511087

    Is it possible to remove one of the components that Avia builder uses? I need to kill the maps as having it load on pages edit screen is breaking another mapping plugin I need to use..

    #511090

    So I found two things I need to remove, hoping there is a way to do it without hacking the core theme.

    Can I remove this action somehow? Found on line 1131 of class-framework-widgets.php

    add_action( 'admin_enqueue_scripts', array(&$this,'helper_print_google_maps_scripts') );

    Inside of config-templatebuilder/shortcodes, the file google_maps.php, can I remove that from an array with a filter or something, or must I delete the file directly?

    Thank you!

    #511429
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.