Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • jsadik Friend
    #186017

    I’d like to resize the slide show to make it more narrow and align it to the left. To the right of the slideshow I want to add a module location. How can I do this?

    Thanks…

    Ninja Lead Moderator
    #487337

    This is the userguide for JA SlideShow Lite module: http://www.joomlart.com/forums/topic/user-guide-ja-brisk-template-for-joomla-2-5/

    You can resize image it here: http://static.joomlart.com/images/templates/ja_brisk/userguide-j25/slideshow-back.png

    Regarding aligning JA SlideShow Lite module to Left, you can change it in css file here: templates/ja_brisk/css/mod_jaslideshowlite.css and add module on right JA SlideShow Lite module, please send me the screenshot of what you are trying to achieve, I will have a clear picture of requirement then.

    jsadik Friend
    #487352

    Here’s a shot of the configuration I’m looking for:


    1. Capture
    jsadik Friend
    #487363

    Also, I want to make the header height smaller…thanks!

    Ninja Lead Moderator
    #487448

    <em>@jsadik 365578 wrote:</em><blockquote>Here’s a shot of the configuration I’m looking for:
    </blockquote>

    You can do that on this way

    Open templates/ja_brisk/tpls/blocks/slideshow.php file

    from


    <?php if ($this->countModules('slideshow')) : ?>
    <!-- SLIDESHOW -->
    <section class="wrap ja-slideshow<?php $this->_c('slideshow') ?>">
    <div class="container">

    <?php if($this->countModules('slideshow')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
    <?php endif; ?>

    </div>
    </section>
    <!-- //SLIDESHOW -->
    <?php endif ?>

    change to


    <?php if ($this->countModules('slideshow') || $this->countModules('slideshow')) : ?>
    <!-- SLIDESHOW -->
    <section class="wrap ja-slideshow<?php $this->_c('slideshow') ?>">
    <div class="container">
    <div class="row">

    <?php if($this->countModules('slideshow')) : ?>
    <div class="span8">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
    </div>
    <?php endif; ?>

    <?php if($this->countModules('new_module')) : ?>
    <div class="span4">
    <jdoc:include type="modules" name="<?php $this->_p('new_module') ?>" style="raw" />
    </div>
    <?php endif; ?>

    </div>
    </div>
    </section>
    <!-- //SLIDESHOW -->
    <?php endif ?>

    jsadik Friend
    #488172

    I added the code above and the slide show moved and got smaller as expected…thanks! I can’t figure out how to access the “new_module”. How do I do this?

    Ninja Lead Moderator
    #488250

    <em>@jsadik 366652 wrote:</em><blockquote>I added the code above and the slide show moved and got smaller as expected…thanks! I can’t figure out how to access the “new_module”. How do I do this?</blockquote>

    I have created new position as you wanted. You can try it as follows :

    + Download my attached file
    + Copy it into
    templates/ja_brisk/tpls/blocks/slideshow.php
    + Backup old file before doing

    This is the screenshot new_position

    Let me know the result


    1. new_position
    1. slideshow.zip
    jsadik Friend
    #488297

    That’s it…thanks!

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

This topic contains 8 replies, has 2 voices, and was last updated by  jsadik 11 years, 1 month ago.

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