Title: Gmap not load wrong ID
Last modified: August 30, 2016

---

# Gmap not load wrong ID

 *  Resolved [pumpi](https://wordpress.org/support/users/pumpi/)
 * (@pumpi)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gmap-not-load-wrong-id/)
 * i have problem with the GMAP
 * he is not shown at an event
    [http://zpidlx54.zpid.de/index.php/event/heilig-abend/](http://zpidlx54.zpid.de/index.php/event/heilig-abend/)
 * i think the problem is the wrong ID
    tribe-events-gmap-
 * he is missing the $index
 * i found this on map.php in /src/views/modules/
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

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

 *  Plugin Contributor [Brian](https://wordpress.org/support/users/brianjessee/)
 * (@brianjessee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gmap-not-load-wrong-id/#post-6810613)
 * Hi,
 * Sorry for the issues you are having. I can help out.
 * Do you have the latest version of the Events Calendar and can you please follow
   our testing for conflicts guide:
 * [https://theeventscalendar.com/knowledgebase/testing-for-conflicts/](https://theeventscalendar.com/knowledgebase/testing-for-conflicts/)
 * And see if that can narrow down the cause of this.
 * Let us know what you find out.
 * Thanks
 *  Plugin Contributor [Brian](https://wordpress.org/support/users/brianjessee/)
 * (@brianjessee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gmap-not-load-wrong-id/#post-6810614)
 * Hi,
 * Sorry for the issues you are having. I can help out.
 * Do you have the latest version of the Events Calendar and can you please follow
   our testing for conflicts guide:
 * [https://theeventscalendar.com/knowledgebase/testing-for-conflicts/](https://theeventscalendar.com/knowledgebase/testing-for-conflicts/)
 * And see if that can narrow down the cause of this.
 * Let us know what you find out.
 * Thanks
 *  Thread Starter [pumpi](https://wordpress.org/support/users/pumpi/)
 * (@pumpi)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gmap-not-load-wrong-id/#post-6810629)
 * i have found the bad thing 😉
 * it is in my theme Dice4 but i dont understand why it is an problem
 *     ```
       /*
       Plugin Name: Remove "Comments are closed"
       Plugin URI: http://soderlind.no/archives/2012/01/11/wordpress-plugin-remove-comments-are-closed/
       Description: On posts where comments are closed, the plugin will remove the text 'Comments are closed.' The plugin supports any languages/text domains, and will remove the text from themes and plugins.
       Author: Per Soderlind
       Version: 1.2
       Author URI: http://soderlind.no/
       */
   
       add_filter('gettext', 'ps_remove_comments_are_closed', 20, 3);
   
       function ps_remove_comments_are_closed($translated_text, $untranslated_text, $domain) {
           if ( $untranslated_text == 'Comments are closed.' ) {
               return '';
           }
           return $translated_text;
       }
       ```
   
 *  [Clifford Paulick](https://wordpress.org/support/users/cliffpaulick/)
 * (@cliffpaulick)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/gmap-not-load-wrong-id/#post-6810665)
 * That looks like a plugin, not a theme. Am I missing something?
 * Regardless, we do not provide support for other themes or non-Modern Tribe plugins,
   but you may be able to request support from your theme author if you indeed have
   detected a conflict between their theme and our plugin.
 * Thanks for your understanding.

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

The topic ‘Gmap not load wrong ID’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [gmap](https://wordpress.org/support/topic-tag/gmap/)

 * 4 replies
 * 3 participants
 * Last reply from: [Clifford Paulick](https://wordpress.org/support/users/cliffpaulick/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/gmap-not-load-wrong-id/#post-6810665)
 * Status: resolved