Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Felipe Santos Friend
    #152012

    Hi Fellas, i went to put the right column to start in top.

    i already change the width of slideshow to not avance in column but i still unable to make work,
    please, could someone help me?

    print:
    http://www.sitedopolitico.com.br/dec.png

    thanks

    Sherlock Friend
    #348036

    Hi Friend ,

    Could you please posting your url with the issue in here ? I would like to have a closer look at the issue

    Felipe Santos Friend
    #348425
    Sherlock Friend
    #348506

    Dear nextideas,

    You can try as follows
    Go to templates/css/template.css file,Look for this css
    /*columns*/
    #ja-col2 {
    float: right;
    width: 240px;
    line-height: 1.5;

    }
    And replace

    #ja-col2 {
    float: right;
    width: 240px;
    line-height: 1.5;
    position:relative;
    top:220px;
    }

    I hope this make sense !

    Felipe Santos Friend
    #348539

    Ufurtunally not work.
    the top:220px; put the comun more 220px above.

    Felipe Santos Friend
    #348542

    I change the index.php

    put the cod of ja-slideshow into the div:

    <div id=”ja-current-content” class=”clearfix”>

    thank you very much!

    user11224767 Friend
    #462597

    Can you post the code of the changed indes.php.
    i have the same problem! thanks!

    Saguaros Moderator
    #462657

    Hi there,

    So old ticket but following maybe of what guy changed:

    <div class="main clearfix">
    <jdoc:include type="message" />

    <div id="ja-current-content" class="clearfix">
    <?php if ($this->countModules('ja-slideshow') ) { ?>
    <!-- TOP SPOTLIGHT -->
    <div id="ja-topsl" class="wrap">
    <div class="main">
    <div class="inner clearfix">
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    </div>
    </div>
    </div>
    <!-- //TOP SPOTLIGHT -->
    <?php } ?>

    <jdoc:include type="component" />
    </div>
    <?php if ( $ja_right): ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="jamodule" />
    </div>
    <?php endif; ?>
    </div>

    Move code displaying slideshow into ja-current-content div.

    Hope this helps.

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

This topic contains 8 replies, has 4 voices, and was last updated by  Saguaros 11 years, 10 months ago.

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