Hi,
how can I remove logo from template? Please see att.
Hi, Ainars.
Backend -> Extensions -> Template Manager -> Socialize template (click Socialize in first column) -> Theme -> Logo image (choose new one or click on X to remove current one).
Hi Ainars,
In that case you need to have small customization at
root/templates/socialize/tpls/blocks/header-jb.php at line no 21-36
as
<!-- LOGO -->
<div class="span8 logo">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<?php if($logoimgsm) : ?>
<img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</div>
</div>
<!-- //LOGO -->
Hi Ainars,
I have given the solution to remove the logo completely from template as you are requested.
There was a bug at the logo and we have fixed with our current version 1.2.8, see here
socialize.jomsocial.com/change-log
Thanks
Hi Ashraf
I'm not sure I understand you correctly or probably I do not explain good enough... I downloaded current version 10 min ago and reinstalled it.
I'll try again to explain my question.
1) with version 1.2.7. I can remove logo at template position without any problems becouse I have enough with logo in socialize template toolbar on a top of the site.
2) I upgrades to new version and cant remove it.
question
Is it like that in 1.2.8. by default and there is no possibility to configure it (like Michael suggestied) without changing the code?
Hi Ashraf,
I'm not sure I understand you correctly or probably I do not explain good enough... I downloaded current version 10 min ago and reinstalled it.
I'll try again to explain my question.
1) with version 1.2.7. I can remove logo at template position without any problems becouse I have enough with logo in socialize template toolbar on a top of the site.
2) I upgrades to new version and cant remove it.
question
Is it like that in 1.2.8. by default and there is no possibility to configure it (like Michael suggestied) without changing the code?
Hi Ainars,
Actually the logo was not working properly as expected and we have a fix for this.
Now you didn't assign any logo and showing t3 logo by default.
and it is such way implemented that logo image will be replaced with default logo.
So now if you don't need any logo at that position then you need to have customization at template area.
and that's why I prescribed the way, how to do that.
Hope that answer the question.
btw, if you want me to remove on behalf then I can help you.
Thanks