Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Socialize template: Logo position

11 years 1 week ago
Licenses:
JomSocial Expired Socialize Expired

Hi,
Joomla : v3.2.3
JomSocial:v3.2.0.1
Socialize:v1.2.7
I need to set a Joomla custom html module at the logo position.
Unfortunately can' t find out how to set it, there is no logo position in the Socialize template.
Is there a way to set this configuration ?
Cheers,
L

11 years 1 week ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi SAS Coeurs de Breizh,
Actually the purpose of adding image or text at logo is in template manager > socialize
that's why there is not module position introduced there.
If you want to show any text or logo then configure there.

If you are interested to introduce any module position at logo then you need to have small customization at the template file.
In that case you need to have knowledge of coding.
Let me know if you are interested.
Thanks

11 years 1 week ago
Licenses:
JomSocial Expired Socialize Expired

Hi,
yes I'm interested.
I've some basic knowledge.
Hope it won't be necessary to be a guru.
Cheers,
L

11 years 4 days ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi SAS Coeurs de Breizh,
I have added necessary code and introduced new module position "logo"
and add a "custom html" module at that position. Please check the changes at your site.

Here what I have taken steps as
1. Introduced a new module position at root/templates/socialize/tpls/block/header-jb.php

<!-- LOGO -->
            <div class="span8 logo">
                    <div class="logo-<?php echo $logotype ?>">
                      <h1>
                        <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
                          <?php echo $logoimage ?>
                          <span><?php echo $sitename ?></span>
                        </a>
                        <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
                      </h1>
                    </div>
            </div>
            <!-- //LOGO -->
replaced by
<!-- LOGO -->
            <div class="span8 logo">
                <?php if($this->countModules('logo')){ ?>
                    <jdoc:include type="modules" name="<?php $this->_p('logo') ?>" style="raw" />
                <?php }else{ ?>
                    <div class="logo-<?php echo $logotype ?>">
                      <h1>
                        <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
                          <?php echo $logoimage ?>
                          <span><?php echo $sitename ?></span>
                        </a>
                        <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
                      </h1>
                    </div>
                <?php } ?>
            </div>
            <!-- //LOGO -->
2. Add new positon at root/templates/socialize/templateDetails.xml as
<position>logo</position>
3. Add a module like "Custom HTML" at the module position "logo"
4. It's done, check at frontend
Thanks

11 years 4 days ago
Licenses:
JomSocial Expired Socialize Expired

Hi,
I appreciate, I've done the changes on my test server.
It works as expected.
Great job !
Cheers,
L

11 years 4 days ago
Licenses:
JomSocial Expired Socialize Expired

Ashraf,
a quick question before closing this issue.
How can i set the new logo position in order to recover top-header & langswitherload position ?
I just want one position only the logo one, instead of having three (logo + top-header + langswitchload)
Thank you,
Cheers,
L

11 years 4 days ago
Licenses:
JomSocial Expired Socialize Expired

Ashraf,
finally I've managed to get it running. On my local test platform logo takes all the width.
I've just kept the code for the logo and changed the class to span12. Also removed the usless position from the xml file.
Cheers,
L

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW