Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • steve yoon Friend
    #162854

    I need to insert slideshow size 100% width on top of content.
    Do I need to create new module position?
    If so how do I add new module position above content.

    Thanks


    1. seleni
    khoand Friend
    #386739

    Hi,
    – You install slideshow module, set Enabled is Yes, set Main Item width is 950, set position is slideshow
    – Edit <joomla url>templatesja_selenilayoutsdefault.php file, add


    <!-- SLIDESHOW -->
    <?php if($this->countModules('slideshow')) : ?>
    <div id="slideshow" class="wrap">
    <div class="main">
    <div class="inner clearfix">
    <jdoc:include type="modules" name="slideshow" />
    </div>
    </div>
    </div>
    <?php endif; ?>
    <!-- //SLIDESHOW -->

    before


    <!-- MAIN CONTAINER -->
    <div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">

    steve yoon Friend
    #386750

    Thank you so much khoand.

    I am using 3rd party slideshow extension(gavick).

    I have installed extension properly.

    When I set the module show on contents top, it works.

    If I edit and add your code on default.php, nothing shows. I may set it worng.

    I set module name to slideshow, type is news_image_6_1, and position set to left.

    Can you please help me how to set the code based on my module setting?

    Thank you so much!


    1. seleni2
    2. seleni3
    khoand Friend
    #386757

    Hi,
    My code I gave you is only right for slideshow module (joomlart). Maybe I can help you if I know name of extension you use exactly. I need a link to extension to download)

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years ago.

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