Title: Loading Map&#8230;
Last modified: August 24, 2016

---

# Loading Map…

 *  Resolved [Organic Lighting Systems](https://wordpress.org/support/users/organic-lighting-systems/)
 * (@organic-lighting-systems)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/)
 * I have been reading around and seeing a lot of issues with W3 Total Cache and
   Basic Google Maps Placemarks, I did not code of create this site it was already
   created by somebody else prior to me being employed by this company.
 * I am not too familiar with WordPress but I have **some** experience but as I 
   have been stuck the past few days I figured I would resort to the forums.
 * _PLEASE HELP ME, I WOULD GREATLY APPRECIATE IT! _
 * The site: [Home Page](https://wordpress.org/support/topic/loading-map-2/www.OrganicLighting.com?output_format=md)
   
   The map: [click here](http://organiclighting.com/sales-agents/)
 * It seems like there is some type of js error after using W3 Total Cache but if
   I could get some guidance on exactly what to do because I really have no idea
   at this point even after all of the research I have done.
 * Thank you in advanced for anybody taking the time to help.
 * [https://wordpress.org/plugins/basic-google-maps-placemarks/](https://wordpress.org/plugins/basic-google-maps-placemarks/)

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

 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049606)
 * It looks like another plugin is causing a fatal error, which you can see if you
   scroll down to the footer:
 * > Fatal error: Unsupported operand types in wp-content/plugins/widget-wrangler/
   > common/display.php on line 335
 * What happens if you disable that plugin?
 * P.S. You should disable PHP’s `display_errors` setting because exposing log output
   on production servers will leak potentially sensitive information to hackers.
 *  Thread Starter [Organic Lighting Systems](https://wordpress.org/support/users/organic-lighting-systems/)
 * (@organic-lighting-systems)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049611)
 * Thank you for the response, after disabling the “Widget Wrangler” plugin the 
   error has changed to
 * > Fatal error: Call to undefined function ww_the_widget() in /home/organ113/public_html/
   > wp-content/themes/organic_lighting/sidebar.php on line 129
 * Any ideas?
    I will look into disabling PHP’s errors. Thank you for that.
 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049639)
 * That doesn’t seem to have anything to do with BGMP. It sounds like the theme 
   is assuming that the plugin is active, which is kind of fragile. It’s safer to
   check if external dependencies exist before trying to use them.
 * So change,
 *     ```
       ww_the_widget()
       ```
   
 * …to
 *     ```
       if ( function_exists( 'ww_the_widget' ) ) {
           ww_the_widget();
       }
       ```
   
 * That should avoid that particular error, although there may be new ones that 
   appear.
 *  [Jonathan Daggerhart](https://wordpress.org/support/users/daggerhart/)
 * (@daggerhart)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049649)
 * Hi all,
 * WW author here. Not sure why you would run ww_the_widget in your theme directly
   at all. I don’t recommend this, nor have any plans to support it.
 * I’ll look into the unsupported operands error.
 * Thanks,
    Jonathan
 *  Thread Starter [Organic Lighting Systems](https://wordpress.org/support/users/organic-lighting-systems/)
 * (@organic-lighting-systems)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049662)
 * Thank you both for your input, as I said before I didn’t create this site. This
   was already done prior to me being with the company. As a in house IT, they kind
   of just put the responsibility on me after a while and here I am trying to figure
   it out.
 * I really apprecaite your guidance, again I am not too familiar with WP.
 * I did also download and test a theme (didn’t launch it, just previewed it within
   the panel) and noticed that the google map did work…would this make my issue 
   directly related to the theme?
 * If so, I can find a theme and edit my way through – it might just take a little
   more than a simple theme swap I’m assuming.
 * ——-
 * Okay so before posting this I tried using the code you provided Ian and it worked
   like a freaking CHARM!
 * I changed it on one line, but as you said there were new ones that appeared but
   they were exactly the same thing!
 * THANK YOU SO FREAKING MUCH YOU JUST MADE MY MORNING START OFF SO GOOD!!!!!!!!!!!
 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049673)
 * I’m glad to hear that helped 🙂
 * Yeah, I think the problems are related to the theme and the other plugin, so 
   switching to a different theme will probably help.

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

The topic ‘Loading Map…’ is closed to new replies.

 * ![](https://ps.w.org/basic-google-maps-placemarks/assets/icon-128x128.png?rev
   =1152531)
 * [Basic Google Maps Placemarks](https://wordpress.org/plugins/basic-google-maps-placemarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/basic-google-maps-placemarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/basic-google-maps-placemarks/)
 * [Active Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/basic-google-maps-placemarks/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/loading-map-2/#post-6049673)
 * Status: resolved