Title: Compatability with Multisite?
Last modified: August 21, 2016

---

# Compatability with Multisite?

 *  [jibbius](https://wordpress.org/support/users/jibbius/)
 * (@jibbius)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/compatability-with-multisite/)
 * Great plugin.
 * I just converted my wordpress, to multisite.
 * After making this change however, there is no longer a “Google Maps Builder” 
   icon in my wordpress menu.
    This is the case for both the “network dashboard”,
   and the “sub-blog dashboard(s)”.
 * Is there a fix for this?
 * Thanks in advance.
 * [https://wordpress.org/plugins/google-maps-builder/](https://wordpress.org/plugins/google-maps-builder/)

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

 *  Thread Starter [jibbius](https://wordpress.org/support/users/jibbius/)
 * (@jibbius)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/compatability-with-multisite/#post-5112158)
 * Found a fix.
 * For some reason, replacing this:
 *     ```
       $args = array(
       ...etc
       'menu_position'      => ! empty( $menu_position ) ? intval($menu_position) : 25,
       ...etc
       )
       register_post_type( 'google_maps', $args );
       ```
   
 * with this:
 *     ```
       $args = array(
       ...etc
       'menu_position'      => ! empty( $menu_position ) ? intval(''.$menu_position) : 25,
       ...etc
       )
       register_post_type( 'google_maps', $args );
       ```
   
 * solves the issue.
 *  [phantolino](https://wordpress.org/support/users/phantolino/)
 * (@phantolino)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/compatability-with-multisite/#post-5112406)
 * The file you have to edit is _public\class-wordpress-google-maps.php _. The above
   fix didn’t work for me, i had to completely remove the 170th line:
 * `'menu_position' => ! empty( $menu_position ) ? intval($menu_position) : 25,`

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

The topic ‘Compatability with Multisite?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-maps-builder_f9f9f9.svg)
 * [Maps Builder - Google Maps Plugin](https://wordpress.org/plugins/google-maps-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-builder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [phantolino](https://wordpress.org/support/users/phantolino/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/compatability-with-multisite/#post-5112406)
 * Status: not resolved