Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • isofall Friend
    #141122

    Hi all,

    I really need help to resolve this. I’ve tried different things and my project due date is near. For the JA_Nickel template that I love so much, I WOULD LIKE TO SWITCH THE POSITIONS OF THE SLIDESHOW AND THE LEFT SIDE POSITION. I’D LIKE THE SLIDESHOW TO BE ON THE LEFT SIDE AND THE LEFTSIDE TO APPEAR ON THE RIGHT SIDE.

    You’d think that I’d be easy to do but it is not. Please help asap.

    Thanks

    nguyenhuu quang Friend
    #304499

    U need to edit Css file and Index.php files.

    osso Developer
    #304509

    This question was asked many many time, can a master of template customizing help us ? Many thanks for your support.

    nguyenhuu quang Friend
    #304513

    <em>@quang268 128472 wrote:</em><blockquote>U need to edit Css file and Index.php files.</blockquote>

    alot of files need to edit. cant show it here

    uyuco Friend
    #304553

    Please help!

    nguyenhuu quang Friend
    #304610

    could you send Live site?
    I’ll check it for you

    osso Developer
    #304714

    Hello,

    You can find a live site here with this problem: http://www.yves-roduit.ch

    Thanks in advance for your help.

    nguyenhuu quang Friend
    #304721

    <em>@osso 128761 wrote:</em><blockquote>Hello,

    You can find a live site here with this problem: http://www.yves-roduit.ch

    Thanks in advance for your help.</blockquote>

    Hello, I said that: need to edit alot of files.
    U need to redesign this template again (reorder all module positions)

    isofall Friend
    #306125

    Hi Quang,

    I really need help with this. Can we talk off the forum? How can I contact u?

    Ismaila Fall

    osso Developer
    #306129

    Hello Ismaila,

    I’ve found y solution without changing the CSS files. In the file index.php of the template look at the lines containing this text: <!– CONTENT –> and this one <!– //CONTENT –>

    Between this two texts, replace the content with this one:

    <div id="ja-content">
    <div class="main clearfix">
    <jdoc:include type="message" />
    <?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">

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

    <jdoc:include type="modules" name="ja-slideshow" style="raw" />

    </div>
    </div>
    </div>
    </div>
    <!-- //TOP SPOTLIGHT -->
    <?php } ?>
    <div id="ja-current-content" class="clearfix">
    <jdoc:include type="component" />
    </div>

    <?php if ($this->countModules('ja-slideshow') == false) { ?>
    <?php if ( $ja_right): ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="jamodule" />
    </div>
    <?php endif; ?>
    <?php } ?>
    </div>

    Don’t forget to save a backup of the file index.php before !

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

This topic contains 10 replies, has 4 voices, and was last updated by  osso 15 years, 5 months ago.

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