diff --git a/www/plugins/es/templates/menu_extend.html b/www/plugins/es/templates/menu_extend.html
index e24f7609233ca0fed7b9440ba04f6263698499fc..fa320701c2df98ccc15418873cc7296858c17c07 100644
--- a/www/plugins/es/templates/menu_extend.html
+++ b/www/plugins/es/templates/menu_extend.html
@@ -1,11 +1,12 @@
 
 <!-- Top header: Main section -->
-<div ng-if="enable && extensionPoint === 'nav-buttons-right'" class="hidden-xs hidden-sm">
+<div
+  ng-if="enable && extensionPoint === 'nav-buttons-right'" class="hidden-xs hidden-sm">
 
 
   <!-- invitation event -->
   <button class="button button-clear icon ion-person-stalker"
-          ng-if="login"
+          ng-if="login && $root.walletData.isMember"
           active-link="gray"
           active-link-path-prefix="#/app/invitations"
           ng-click="showInvitationsPopover($event)">
diff --git a/www/plugins/map/templates/settings/es_settings_extend.html b/www/plugins/map/templates/settings/es_settings_extend.html
index ff49a5d241e416ee1040899259bade943a4e3f8e..e749f8117016cb625eb1fae3cdb83df241592750 100644
--- a/www/plugins/map/templates/settings/es_settings_extend.html
+++ b/www/plugins/map/templates/settings/es_settings_extend.html
@@ -1,5 +1,5 @@
 
-<span class="item item-divider" translate>MAP.SETTINGS.MAP_DIVIDER</span>
+<!--<span class="item item-divider" translate>MAP.SETTINGS.MAP_DIVIDER</span>
 
 <label class="item item-toggle dark item-text-wrap">
   <span translate>MAP.SETTINGS.ENABLE_GOOGLE_API</span>
@@ -32,4 +32,4 @@
   <div class="form-error">
     <span translate="ERROR.FIELD_REQUIRED"></span>
   </div>
-</div>
+</div>-->