User3 - blank - no logo?

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 11 months ago #24474 by hkeyzer
Hi,

Site is Joomla 2.5 -

If I don't publish a module in postion user3, the logo does not display. Can I display the logo without a module in user3?

Also I would like to change the background for logo and user3 to be blue across the whole page - is this possible without changing the whole page background?

view at www.orewapalms.co.nz/jupgrade/

Thanks
Henk

Please Log in to join the conversation.

More
11 years 11 months ago #24481 by ivan.milic
Replied by ivan.milic on topic User3 - blank - no logo?
when I follow your link it takes me to 404 NOT FOUND

Please Log in to join the conversation.

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 11 months ago #24493 by hkeyzer
Replied by hkeyzer on topic User3 - blank - no logo?
went live with the site on www.orewapalms.co.nz

Worked around the user3 position issue for now by putting in a spacer in user3. However I think it would be better if the non use of position user3 did not hide the logo div.

Still looking to change the whole background for the top bar where logo sits - but can not do this using the template options.

thanks

Please Log in to join the conversation.

More
11 years 11 months ago #24506 by ivan.milic
Replied by ivan.milic on topic User3 - blank - no logo?
Open index.php of template and find this:
Code:
<?php if ($showuser3) { ?> <div id="topmenu"> <div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_realestate/images/logo.png" width="224" height="70" alt="hot software" /></a></div> <div id="topmenu_pad"> <jdoc:include type="modules" name="user3" style="none" /> </div> </div> <?php } ?>

modify it like this:


<div id="topmenu">
<div id="logo"><a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_realestate/images/logo.png" width="224" height="70" alt="hot software" /></a></div>
<?php if ($showuser3) { ?>
<div id="topmenu_pad">
<jdoc:include type="modules" name="user3" style="none" />
</div>
<?php } ?>
</div>


to apply background across whole page you can style:

#topmenu{
background:...
}

add your style at bottom of template_css.css

Please Log in to join the conversation.

  • hkeyzer
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 9 months ago #26856 by hkeyzer
Replied by hkeyzer on topic User3 - blank - no logo?
Hi,

Thanks for the response finally got a chance to apply suggested changes.

It fixes the issue of not having a module in user 3.

I can now also change the background colour of the topmenu div - however the div width is set by the templates parameters. So back ground colour only changes for the div (set to 990 currently) width not the full window as in topmenu_nav_wrap div. Can this be done?

Thanks
Henk

Please Log in to join the conversation.

More
11 years 9 months ago #26865 by ivan.milic
Replied by ivan.milic on topic User3 - blank - no logo?
You can override any css property with important flag:

#topmenu_nav{
width:1000px!important;
}

Please Log in to join the conversation.

Time to create page: 0.149 seconds
Powered by Kunena Forum