-
AuthorPosts
-
May 19, 2013 at 12:44 am #187621
I m trying to create the sidebar navigation menu in the t3 framework, that follows the scrolling of the page but i can’t find the solution. Any help would be much appreciated…
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 22, 2013 at 2:50 am #493568Hi,
Pls try this:
Open templatest3_blanktplsblocksmainbody.php, then add “affix” as below codes:
<?php if ($this->countModules($sidebar1)) : ?>
<!-- SIDEBAR 1 -->
<div class="t3-sidebar t3-sidebar-1 <?php echo $this->getClass($layout, $col) ?><?php $this->_c($sidebar1)?> affix" <?php echo $this->getData ($layout, $col++) ?>>
<jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR 1 -->
<?php endif ?>Leo
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to add the data-spy:"affix" attribute on a menu
Viewing 2 posts - 1 through 2 (of 2 total)