Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • testcouch Friend
    #195957

    hi,

    i added advice from http://t3-framework.org/documentation/customization.html#sticky-menu into mainnav.php

    <!– MAIN NAVIGATION –>
    <nav id=”t3-mainnav” class=”wrap t3-mainnav navbar-fixed-top navbar-collapse-fixed-top”>

    but the main menu is not sticky when i scroll to bottom. is there any advice for me?

    testcouch Friend
    #528086

    someone any idea?

    Hayden A Friend
    #528176

    @testcouch
    please create a new css file named: custom.css in the templatesja_fixelcss path and add the following rule:
    [PHP].t3-mainnav {
    transition-duration: 0ms;
    transition-property: none;
    transition-timing-function: none;
    }

    .t3-mainnav .container {
    transition: none;
    }

    .t3-mainnav .navbar .nav > li > a {
    transition-duration: 0ms;
    transition-property: none;
    transition-timing-function: none;
    }

    .social-link .addthis_toolbox > a {
    transition-duration: 0ms;
    transition-property: none;
    transition-timing-function: none;
    }[/PHP]

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Hayden A 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum