Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Webkonzept Friend
    #136025

    Hello,

    is it possible to push the User5 Slideshow without the right side module position online? I will put the User5 Slideshow in full length of the window. 🙂 … hope you understand what I mean.

    Thanks for help,
    Melanie

    scotty Friend
    #281641

    BACK UP FILES BEFORE MAKING CHANGES!!!

    Open templates/ja_helio/index.php and find on line 122…
    [PHP]<!– END: HEADER –>

    <div id=”ja-containerwrap<?php echo $divid; ?>”>
    <div id=”ja-container” class=”clearfix”>

    <div id=”ja-mainbody” class=”clearfix”>

    <?php if ($this->countModules(‘user5’) && $ja_right) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>[/PHP]

    change this to…
    [PHP]<!– END: HEADER –>

    <div id=”ja-containerwrap<?php echo $divid; ?>”>
    <div id=”ja-container” class=”clearfix”>

    <?php if ($this->countModules(‘user5’) && $ja_right) { ?>

    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>

    <div id=”ja-mainbody” class=”clearfix”>[/PHP]

    Go to AdminBackend>Extensions>Module Manager> and open your slidshow module that is published in ‘User5’. Change the ‘Slide Width’ to 920px.

    And that should be it. Of course your slideshow images will now need to be at least 920px wide too.

    Webkonzept Friend
    #281661

    HI,

    thanks for answer, I make the changes, but the modul will not be show. In the forum, I read the reason, that the modul-position user5 only will show, when the right moduls are active. I hope anybody can tell me anything to solve this problem 😮

    thanks Melanie

    scotty Friend
    #281670

    Delete this line…

    <?php if ($this->countModules(‘user5’) && $ja_right) { ?>

    scotty Friend
    #281679

    Sorry, I was wrong. Do not delete the line above. Instead change it to…
    [php]
    <?php if ($this->countModules(‘user5’)) { ?>[/php]
    So should be…
    [PHP]<!– END: HEADER –>

    <div id=”ja-containerwrap<?php echo $divid; ?>”>
    <div id=”ja-container” class=”clearfix”>
    <?php if ($this->countModules(‘user5’)) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>

    <div id=”ja-mainbody” class=”clearfix”>[/PHP]

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

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

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