Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tylerdrdn Friend
    #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 Friend
    #493568

    Hi,

    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


    1. 4
Viewing 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