Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Webkonzept Friend
    #145737

    Hello Team,

    nice and perfect template. But is it possible the Slideshow go to left side and the right module like in my example in the screenshot?

    Hope for help 🙂 thanks
    Melanie


    1. ja_nickel_screen
    Css Magician Friend
    #322641

    Dear Webkonzept,

    Login administrator – > Module Manger and search all left module, disable their or move to right positon at home.

    And then, open file templates/ja_nickel/index.php and move code line 149 :


    <?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 } ?>

    to <div id=”ja-current-content” class=”clearfix”> line 162 as follow:


    <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>

    After that, login administrator -> Module Manger -> JA Slideshow2 and setting Main Item width is 700

    Webkonzept Friend
    #322870

    Thanks for trying help but it doesn´t works or I have make an mistake because not understand what I must do in the template css … :-[

    Must I remove the first code line 149?

    Sorry… Melanie

    Css Magician Friend
    #322878

    Dear Webkonzept ,

    Move the code in lines 149, cut and paste up lines 162 , as follw my example.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Css Magician 14 years, 10 months ago.

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