klosterfin
Hi
Can you make a screenshot and tell me Iphone model and browser version i need to check it from team member having iphone.
About the notification you can remove the code from template
file "/html/mod_community_toolbar/default.php" in template "socialize".
Remove
<li>
<a rel="tooltip" data-placement="bottom" class="joms-module-global-notif" href="javascript:" onclick="joms.popup.notification.global();" title="<?php echo JText::_( 'COM_COMMUNITY_NOTIFICATIONS_GLOBAL' );?>">
<span class="glyphicon glyphicon-globe"></span>
<span class="joms-notifications__label joms-js--notiflabel-general"><?php if( $newNotificationCount ) { echo $newNotificationCount; } ?></span>
</a>
</li>