test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • etna34 Friend
    #206046

    I used this code to make the menu to be sticky:
    [PHP]<header id=”t3-header” class=”wrap t3-header” data-spy=”affix” data-offset-top=”70″>[/PHP]
    If the menu is at the top without the page to be scrolled, and click off-canvas all works fine (image #1)
    If you scroll and then click the off-canvas, then menu has problem: background is disappearing, button goes under other elements. (image #2)

    If you use this code:
    [PHP]<header id=”t3-header” class=”wrap t3-header affix”>[/PHP]
    There is no problem at all.

    I think that it is a bug and need to be resolved.

    Joomla 3.4.1
    Ja-Nuevo 1.0.2 (quickstart Ja-Nuevo local installation without any changes)


    1. STICKY-01
    2. STICKY-02
    Ninja Lead Moderator
    #569341

    You can fix that but with my solution below

    Open templates/css/ja_nuevo/css/custom.css file (create new if it does not exist) and add new rule

    .wrap.t3-masthead {
    padding-top: 70px;
    }

    etna34 Friend
    #569634

    Thanks for the try but it is not working.
    It is definitely a bug, if you do the same procedure in the T3-bs3-blank it works perfect!

    And you can not resolve this with a css hack, as you need different class with.affix (when scrolled) and without when at the top, so you have the ability to customize the floating menu when page start to scroll.

    Regards

    etna34 Friend
    #734723

    Thanks for the try but it is not working.
    It is definitely a bug, if you do the same procedure in the T3-bs3-blank it works perfect!

    And you can not resolve this with a css hack, as you need different class with.affix (when scrolled) and without when at the top, so you have the ability to customize the floating menu when page start to scroll.

    Regards

    Ninja Lead Moderator
    #569750

    You can pm me URL of your site, admin login and FTP account of your hosting, I will help you to sort it out directly on your site.

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

This topic contains 5 replies, has 2 voices, and was last updated by  etna34 9 years, 6 months ago.

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