Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • regin Friend
    #192753

    How do I deactivate the sidebar menu?
    I do not want it there at all, since my users are not used to this kind of navigation.

    /Regin

    regin Friend
    #514449

    Ahh found out:

    display:none;

    🙂

    Ivan Busic Friend
    #526638

    <em>@regin 400710 wrote:</em><blockquote>Ahh found out:

    display:none;

    :)</blockquote>

    where you find “display:none;”? :-[

    Ninja Lead Moderator
    #526991

    <em>@trasty 416252 wrote:</em><blockquote>where you find “display:none;”? :-[</blockquote>

    The css tweak below can help to deactivate Sidebar Menu on your site.

    Open templates/ja_magz/css/template.css file

    Change

    .t3-mainnav .vert-nav {
    position: absolute;
    left: 0;
    z-index: 1030;
    }

    To

    .t3-mainnav .vert-nav {
    position: absolute;
    left: 0;
    z-index: 1030;
    display: none;
    }

    Let me know how it goes.

    stevenle1 Friend
    #549093

    I followed the suggested method above, inserting “display: none;” but I still see my sidebar menu.

    Hmm… What have I done wrong?:((

    Ninja Lead Moderator
    #549097

    <em>@stevenle1 445238 wrote:</em><blockquote>I followed the suggested method above, inserting “display: none;” but I still see my sidebar menu.

    Hmm… What have I done wrong?:((</blockquote>

    You can try to use other way below

    + Create templates/ja_magz/css/custom.css file and add new rule

    .t3-mainnav .vert-nav {
    display: none;
    }

    stevenle1 Friend
    #549409

    Thanks, Ninja Lead.

    That does it!

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

This topic contains 7 replies, has 4 voices, and was last updated by  stevenle1 9 years, 8 months ago.

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