Viewing 15 posts - 1 through 15 (of 42 total)
  • Author
    Posts
  • buybarato Friend
    #168516

    Hi guys,

    I need some help with it:

    1. I want change the position of copyright from left to right of the page.
    2. I want remove link of the logo, because I don’t use that.
    3. I want put a little module in logo position. (just a translate module with 4 flags)

    How I can change it?

    It’s very important for me.

    Regards

    PS: It’s for this site http://facefeeling.com

    Phill Moderator
    #412475

    You currently do not appear to have a logo. Can you post an image showing exactly what you want?

    To move the copyright to the right simply add the line in red below to templates.css line 536

    #ja-footer {
    background: none repeat scroll 0 0 #000000;
    float: right;
    padding: 10px 0;

    }

    buybarato Friend
    #412476

    I was rename the image logo, from logo.png to logo0.png.

    I definitely remove the logo function with link to main page – There I want put an little module.

    Thanks, awaiting for response.

    Phill Moderator
    #412477

    To put a module in there open templates>ja_graphite>blocks>header.php and fine the code below

    <?php
    $app = & JFactory::getApplication();
    $siteName = $app->getCfg('sitename');
    if ($this->getParam('logoType', 'image')=='image'): ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>
    <div>
    <?php else:
    $logoText = (trim($this->getParam('logoText'))=='') ? $siteName : JText::_(trim($this->getParam('logoText')));
    $sloganText = JText::_(trim($this->getParam('sloganText'))); ?>
    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p><?php if( $this->countModules('top') ) : ?>
    <div id="ja-top" class="clearfix">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php endif; ?>
    </div>
    <?php endif; ?>

    Replace with the following

    <div class="your_class">
    <jdoc:include type="module" name="your_module" />
    </div>

    Where your_class is css you create to style your module and your_module is whatever name you want to call that module.

    buybarato Friend
    #412480

    I should replace it:

    <?php
    $app = & JFactory::getApplication();
    $siteName = $app->getCfg('sitename');
    if ($this->getParam('logoType', 'image')=='image'): ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>
    <div>
    <?php else:
    $logoText = (trim($this->getParam('logoText'))=='') ? $siteName : JText::_(trim($this->getParam('logoText')));
    $sloganText = JText::_(trim($this->getParam('sloganText'))); ?>
    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p><?php if( $this->countModules('top') ) : ?>
    <div id="ja-top" class="clearfix">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php endif; ?>
    </div>
    <?php endif; ?>

    For it?

    <div class="MY STYLE">
    <jdoc:include type="module" name="Translate" />
    </div>

    Phill Moderator
    #412481

    Yep, but you will need to create your own css.

    buybarato Friend
    #412482

    I don’t want change the style, only add the module in logo position.

    It’s posible to maintain the other css?

    Phill Moderator
    #412651

    <em>@buybarato 267481 wrote:</em><blockquote>I don’t want change the style, only add the module in logo position.It’s posible to maintain the other css?</blockquote> The styling for that module is up to you. At a basic level you need to define the dimensions that your module will be. I am not talking about re-styling anything else. It is just something you need to do to design. What are you intending to put in that module for instance?

    buybarato Friend
    #412687

    I would like put mod_iyosis_google_translate there, only 4 or 5 flags in logo position.

    Phill Moderator
    #412702

    I do not know that module.

    You will simply need to create a class in your css with a width and height to take your custom code then place your module in the new position we created.

    buybarato Friend
    #412734

    Tomorrow I’ll try to do this.

    buybarato Friend
    #413102

    Hi Phil, I can’t change it.

    I only removed the link effect but the module don’t appear. Look the code:

    part of header.php:

    <div class="banderitas">
    <jdoc:include type="module" name="banderitas" />
    </div>

    And in my template.css:

    div.banderitas { width: 170px; height: 52px; margin: 0; position: absolute; top: 6px; left: 15px; }

    Something wrong? I tried without “div.” but nothing.

    I just want put the module in the same position of logo.

    Can you help me please?

    Regards

    Phill Moderator
    #413163

    Please PM me an admin logon, an ftp account and please include a link to this thread in your PM.

    buybarato Friend
    #413263

    PM sent.

    Thank you very much, waiting your response!

    Regards

    buybarato Friend
    #413365

    Any new about it?

    Thanks

Viewing 15 posts - 1 through 15 (of 42 total)

This topic contains 42 replies, has 2 voices, and was last updated by  Phill 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum