Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • navitel Friend
    #141954

    Hi All!
    I have a problem with template JA Nickel.
    Can I insert two image with link between logo and Login?
    The live site is here: http://www.upasv.it/home/

    Thanks in advance!!

    Anonymous Moderator
    #308156

    Hi

    Please kindly try with my guider:

    + Open templates/ja_nickel/index.php file, find following code:

    <?php if($this->countModules('ja-login')) : ?>
    <div id="ja-headtools" class="ja-headtool">
    <ul>
    <jdoc:include type="modules" name="ja-login" />
    </ul>
    </div>
    <?php endif; ?>

    and change to:


    <?php if($this->countModules('ja-banner1')) : ?>
    <div id="ja-banner1" class="ja-banner1">
    <ul>
    <jdoc:include type="modules" name="ja-banner1" />
    </ul>
    </div>
    <?php endif; ?>
    <?php if($this->countModules('ja-banner2')) : ?>
    <div id="ja-banner2" class="ja-banner2">
    <ul>
    <jdoc:include type="modules" name="ja-banner2" />
    </ul>
    </div>
    <?php endif; ?>
    <?php if($this->countModules('ja-login')) : ?>
    <div id="ja-headtools" class="ja-headtool">
    <ul>
    <jdoc:include type="modules" name="ja-login" />
    </ul>
    </div>
    <?php endif; ?>

    + Open templates/ja_nickel/css/template.css file, add following code to the end of file:


    #ja-banner1 {
    float: left;
    width: 250px;
    margin-left: 250px;
    }

    #ja-banner2 {
    float: left;
    width: 250px;
    }

    navitel Friend
    #308163

    Thanks very much!!!!!!!

    I just add in templateDetails.xml after
    <position>ja-slideshow</position>

    this code

    <position>ja-banner1</position>
    <position>ja-banner2</position>

    Thank you so much!

    Best Regards!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  navitel 15 years, 5 months ago.

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