-
AuthorPosts
-
jsadik Friend
jsadik
- Join date:
- October 2008
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
March 20, 2013 at 4:39 am #186017I’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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 21, 2013 at 10:21 am #487337This 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 Friendjsadik
- Join date:
- October 2008
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
March 21, 2013 at 11:56 am #487352jsadik Friendjsadik
- Join date:
- October 2008
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
March 21, 2013 at 1:21 pm #487363Also, I want to make the header height smaller…thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 22, 2013 at 10:01 am #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 Friendjsadik
- Join date:
- October 2008
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
March 28, 2013 at 1:55 pm #488172I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 29, 2013 at 7:47 am #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 doingThis is the screenshot new_position
Let me know the result
-
1 user says Thank You to Ninja Lead for this useful post
jsadik Friendjsadik
- Join date:
- October 2008
- Posts:
- 50
- Downloads:
- 4
- Uploads:
- 6
- Thanks:
- 10
- Thanked:
- 2 times in 1 posts
March 29, 2013 at 1:55 pm #488297That’s it…thanks!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by jsadik 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum