diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 2112ef7420125e5f3a2df057ce43998a95bfb0cc..3e7ab4f6dcd70ed9ffd2e0973bdeeeac4ee33450 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -150,12 +150,12 @@ </div> --> <p class="clear" style="padding-bottom:5px;"> - Most recent members to add their profile: + Most recent members to add their profile photo and location: </p> <!-- lat, lng, username, location, displayname, title, comment(text area) --> <?php - //$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); - $users = get_entities('user', '', 0, '', 8, 0, false, 0, null); + $users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); + //$users = get_entities('user', '', 0, '', 8, 0, false, 0, null); if($users){ foreach($users as $user){ echo "<div class=\"member_icon\"><img onclick=\"window.openLocation('" . $user->longitude . "','" . $user->latitude . "','" . $user->username . "',"; diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php index 69f18b120199fe8235a78544906d59fbbc4afc28..f8233e5e3ecb717bf7470cecde17575749ebefb7 100644 --- a/customindex/views/default/customindex/css.php +++ b/customindex/views/default/customindex/css.php @@ -147,6 +147,7 @@ end three equal panels */ /*the popup info bubble on the globe */ #FE_InfoWindow { margin:35px 0 0 15px !important; + margin:0 0 0 15px !important\9; z-index:50; } #witw_wrapper { diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index d024faa4004857d9cc295b1a1f191065f4fc23c2..3beb40a99c87af5feca1e8b1c939c7d66d67b4ca 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -16,6 +16,15 @@ ?> +<!--[if IE]> + <style type="text/css"> + #FE_InfoWindow { + margin:10px 0 0 15px !important; + } + </style> +<![endif]--> + + <script type="text/javascript"> WDN.jQuery(document).ready(function(){ @@ -149,3 +158,4 @@ WDN.jQuery(document).ready(function() { </script> <!-- end poly9 globe js --> +