Title: maps.googleapis.com
Last modified: May 31, 2019

---

# maps.googleapis.com

 *  Resolved [znajdz](https://wordpress.org/support/users/audiorelax/)
 * (@audiorelax)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/maps-googleapis-com/)
 * Hi,
    1. I do not use any maps, I disabled google maps from Directory Settings
   >> Listing Settings >> Form Fields. but I still see calls for [https://maps.googleapis.com/](https://maps.googleapis.com/).
   How can I disable it? Something maybe similar to code in functions.php file.
 * Should you give me the code, should I put it in childtheme and if yes, do you
   offer childtheme for Directoria or do I have to create one myself?
 * 2. I would love to include another search box on the home page just over the 
   Search Bar Title. I need to put this code <?php echo do_shortcode(‘[wpdreams_ajaxsearchlite]’);?
   > or [wpdreams_ajaxsearchlite] to make it work. Is it possible to do it?
 * Thanks,
    Adam
    -  This topic was modified 6 years, 11 months ago by [znajdz](https://wordpress.org/support/users/audiorelax/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [znajdz](https://wordpress.org/support/users/audiorelax/)
 * (@audiorelax)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/maps-googleapis-com/#post-11596506)
 * Also, since I do not use any maps, how to disable loading this file: /wp-content/
   plugins/directorist/public/assets/openstreet/openlayers
    /OpenLayers.js
 *  [aazztech](https://wordpress.org/support/users/aazztech/)
 * (@aazztech)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/maps-googleapis-com/#post-11610517)
 * Hello Adam,
    1. We didn’t find the call of Google Map when disabled from Form
   Fields. It may be loading form your theme or other plugin. You may share the 
   link of your website to let us check.
 * 2. Yes, it is possible. We have added a hook in development version for you to
   have the ability to add anything before search bar title. We are going to release
   the development version tomorrow. Then you just have to add the code bellow in
   your child theme’s functions.php file or you may use the child plugin of Directorist(
   [https://github.com/aazztech/directorist-child](https://github.com/aazztech/directorist-child)).
 *     ```
       function search_listing_before_title() {
           echo do_shortcode('[wpdreams_ajaxsearchlite]');
       }
       add_action( 'atbdp_search_listing_before_title', 'search_listing_before_title' );
       ```
   
 *  [aazztech](https://wordpress.org/support/users/aazztech/)
 * (@aazztech)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/maps-googleapis-com/#post-11610524)
 * We found that two files of OpenStreetMap was loading even if its disabled which
   we have fixed in development version that going to be released tomorrow.
 *  [aazztech](https://wordpress.org/support/users/aazztech/)
 * (@aazztech)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/maps-googleapis-com/#post-11616182)
 * Released the update, please upgrade to the latest version. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘maps.googleapis.com’ is closed to new replies.

 * ![](https://ps.w.org/directorist/assets/icon-256x256.gif?rev=3185058)
 * [Directorist: AI-Powered Business Directory, Listings & Classified Ads](https://wordpress.org/plugins/directorist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/directorist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/directorist/)
 * [Active Topics](https://wordpress.org/support/plugin/directorist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/directorist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/directorist/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [aazztech](https://wordpress.org/support/users/aazztech/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/maps-googleapis-com/#post-11616182)
 * Status: resolved