Hi Jan
please check it, I put the fix for mobile logo at:
/modules/mod_community_toolbar/tmpl/default.php
line 144 from
<?php if(isset($toolbar_left_logo) && !empty($toolbar_left_logo)){?>
<a class="navbar-brand" href="<?php echo $logo_url;?>"><img height="50" src="<?php echo $toolbar_left_logo;?>" alt="<?php echo $logo_url.' logo';?>"/></a>
<?php }?>
<?php if(isset($toolbar_left_logo) && !empty($toolbar_left_logo)){?>
<a class="navbar-brand hidden-xs" href="<?php echo $logo_url;?>"><img height="50" src="<?php echo $toolbar_left_logo;?>" alt="<?php echo $logo_url.' logo';?>"/></a>
<?php }?>
<?php if(isset($toolbar_small_logo) && !empty($toolbar_small_logo)){?>
<a class="navbar-brand visible-xs" href="<?php echo $logo_url;?>"><img height="50" src="<?php echo $toolbar_small_logo;?>" alt="<?php echo $logo_url.' logo';?>"/></a>
<?php }?>
Hi,
I suggest 170px for logo width at mobile version.
strange, I cant reproduce that missing login button.
please try to open this site
socialize.jomsocial.com/
and let me know the result.
and please make sure your browse at mobile is uptodate. and try using Chrome too.
Regards
Hi, i chacked socialize demo on my iphone and when im not loged in, there is logo with text, but when im logged in, there is only logo without text...How to make it? Thanks