Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • polo974 Friend
    #691455

    Hi everyone,

    I would like to have my navbar fixed, and animated in charity, like the nice one in JA events ii or JA Social ii . Is that possible ? How can I do it ?

    Thanks,

    Polo

    TomC Moderator
    #691651

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings

    TomC Moderator
    #749336

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings

    polo974 Friend
    #691653

    Sure. Here it is :

    http://grosmm.com/grosmm2

    Thanks

    polo974 Friend
    #749338

    Sure. Here it is :

    http://grosmm.com/grosmm2

    Thanks

    TomC Moderator
    #691657

    Try This . . . .

    Within file path –> /templates/ja_charity/local/css/themes/church/template.css
    at line 3733, modify as follows:


    .t3-header {
    background: #92e3e4 none repeat scroll 0 0;
    color: #ffffff
    padding-bottom: 14px;
    padding-top: 14px;
    position: fixed;
    z-index: 99;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Is this the effect you are looking to accomplish?

    TomC Moderator
    #749342

    Try This . . . .

    Within file path –> /templates/ja_charity/local/css/themes/church/template.css
    at line 3733, modify as follows:


    .t3-header {
    background: #92e3e4 none repeat scroll 0 0;
    color: #ffffff
    padding-bottom: 14px;
    padding-top: 14px;
    position: fixed;
    z-index: 99;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Is this the effect you are looking to accomplish?

    polo974 Friend
    #691663

    Hi,

    Thanks, but that’s not exactly what i meant.:eek:

    I would rather something “smooth”, like in JA events ii. Is that possible ? Do I have to transfer some files from one template to another ?

    Thanks in advance,

    Polo

    polo974 Friend
    #749348

    Hi,

    Thanks, but that’s not exactly what i meant.:eek:

    I would rather something “smooth”, like in JA events ii. Is that possible ? Do I have to transfer some files from one template to another ?

    Thanks in advance,

    Polo

    polo974 Friend
    #691958

    Hi,

    I have found a way to do it, and I’m sharing it, if someone want to do the same thing.

    The nice transition is just the affix function of boostrap + a little css effect.

    So I changed line 37 in header.php to this :

    <header id=”t3-header” class=”t3-header t3-smooth-header affix-top” data-spy=”affix” data-offset-top=”1″>

    and added this in custom.css :

    .t3-header.t3-smooth-header{
    border-bottom: 6px solid #607d8b
    box-shadow: 0 -2px #fff inset, 0 -3px #37474f inset;
    top: 0;
    z-index: 1000;
    padding-bottom: 24px;
    padding-top: 24px;
    transition: all 0.35s ease 0s;
    }
    .t3-header.t3-smooth-header.affix{
    position: fixed;
    z-index: 1030;
    padding-bottom: 10px;
    padding-top: 10px;
    width:100%;
    transition: all 0.35s ease 0s;
    background-color:#EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    }

    And it works fine !

    Thanks

    polo974 Friend
    #749471

    Hi,

    I have found a way to do it, and I’m sharing it, if someone want to do the same thing.

    The nice transition is just the affix function of boostrap + a little css effect.

    So I changed line 37 in header.php to this :

    <header id=”t3-header” class=”t3-header t3-smooth-header affix-top” data-spy=”affix” data-offset-top=”1″>

    and added this in custom.css :

    .t3-header.t3-smooth-header{
    border-bottom: 6px solid #607d8b
    box-shadow: 0 -2px #fff inset, 0 -3px #37474f inset;
    top: 0;
    z-index: 1000;
    padding-bottom: 24px;
    padding-top: 24px;
    transition: all 0.35s ease 0s;
    }
    .t3-header.t3-smooth-header.affix{
    position: fixed;
    z-index: 1030;
    padding-bottom: 10px;
    padding-top: 10px;
    width:100%;
    transition: all 0.35s ease 0s;
    background-color:#EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    }

    And it works fine !

    Thanks

    TomC Moderator
    #691980

    NICE WORK !!! . . . and THANK YOU for sharing your solution.

    All the best with your continuing site development !!! 🙂

    TomC Moderator
    #749493

    NICE WORK !!! . . . and THANK YOU for sharing your solution.

    All the best with your continuing site development !!! 🙂

    meziane Friend
    #751098

    It’s Great Work!

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

This topic contains 14 replies, has 3 voices, and was last updated by  meziane 8 years, 6 months ago.

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