-
AuthorPosts
-
steve yoon Friend
steve yoon
- Join date:
- September 2014
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 16, 2011 at 6:27 pm #162854I 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
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 17, 2011 at 5:29 pm #386739Hi,
– 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 Friendsteve yoon
- Join date:
- September 2014
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 17, 2011 at 10:18 pm #386750Thank 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!
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 18, 2011 at 2:04 am #386757Hi,
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) -
AuthorPosts
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, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum