Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • klmklm Friend
    #145759

    Hi,

    How is it possible to have a slide show on the top (below the main menu) and have the left modules positions under it. I have included a screen shot of what I mean.

    Thanks in advance :-*


    1. example
    Css Magician Friend
    #322644

    Dear klmklm,

    1) install ja_slideshow2 , public, set position ja-slideshow + Max width item is 760

    2) open file templates/ja_pollux/index.php , add the code


    <?php if ($this->countModules('ja-slideshow') ) { ?>
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    <?php } ?>

    into line 124 as follow :


    <!-- BEGIN: CONTENT -->
    <div id="ja-mainbody<?php echo $divid; ?>">
    <a name="Content" id="Content"></a>
    <?php if ($this->countModules('ja-slideshow') ) { ?>
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    <?php } ?>
    <div id="ja-content">
    <?php if ($this->countModules('user5')) { ?>
    <div id="ja-coolads">
    <jdoc:include type="modules" name="user5" style="xhtml" />
    </div>
    <?php } ?>

    <div id="ja-pathway">
    <?php if ($tmpTools->isFrontPage()){ ?>
    <jdoc:include type="module" name="breadcrumbs" />
    <?php } ?>
    </div>
    <jdoc:include type="component" />
    </div>

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-leftcol">
    <jdoc:include type="modules" name="left" style="rounded" />
    </div>
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div>
    <!-- END: CONTENT -->

    After that, please style for its

    klmklm Friend
    #322657

    Hi,

    Thank you for the reply….

    I have done what I though is correct but had few issues and followed the instructions, however I am now seing the site twice.

    Can you please verify few things:

    1. how to set ja_slideshow2 to public and how to set position ja-slideshow ( which folder)?
    2. which line does the first set of code you mentioned go
    3. Can you let me know what you meant by style for its at the end

    Many thanks for the support and help

    Css Magician Friend
    #322730

    Dear klmklm,

    1) Login Administrator in back-end -> Module Manager -> seach Slideshow -> Click him -> Enabled choice Yes and Position: you can copy ja-slideshow to its. Max width item is 760 in right setting col

    2)


    <!-- BEGIN: CONTENT -->
    <div id="ja-mainbody<?php echo $divid; ?>">
    <a name="Content" id="Content"></a>
    <?php if ($this->countModules('ja-slideshow') ) { ?>
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    <?php } ?>

    <div id="ja-content">
    <?php if ($this->countModules('user5')) { ?>
    <div id="ja-coolads">
    <jdoc:include type="modules" name="user5" style="xhtml" />
    </div>
    <?php } ?>

    <div id="ja-pathway">
    <?php if ($tmpTools->isFrontPage()){ ?>
    <jdoc:include type="module" name="breadcrumbs" />
    <?php } ?>
    </div>
    <jdoc:include type="component" />
    </div>

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-leftcol">
    <jdoc:include type="modules" name="left" style="rounded" />
    </div>
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div>
    <!-- END: CONTENT -->

    3) When you do (1) and (2) successful, you shoudl style css for Slideshow, your website will be beatyful :p

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, 6 months ago.

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