-
AuthorPosts
-
November 4, 2009 at 8:55 pm #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 :-*
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 5, 2009 at 10:01 am #322644Dear 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
November 5, 2009 at 11:03 am #322657Hi,
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 endMany thanks for the support and help
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 6, 2009 at 7:24 am #322730Dear 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
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Css Magician 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slide show
Viewing 4 posts - 1 through 4 (of 4 total)