Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • wingly Friend
    #196108

    When the guest is in any category or subcategory or Article i want in the right top corner to let him see where he want! I created another module with the main menu and made then all levels visible but it does not want to work… Hod do i do it?!

    – This is what i have

    – This is how i want it to be. Like on this page

    P.s. I also can not sort the category view order!! no matter how i change the order in back end it will still remain the same on front end!


    1. error-menu
    2. error-menu-nado
    Pankaj Sharma Moderator
    #528041

    @wingly
    In JA PurityIII only top menu bar will be collapse .
    Its not possible to collapse a menu module.
    for category order Please provide a screenshot.

    Hope it helps

    wingly Friend
    #528060

    <em>@pankajsharma21 418053 wrote:</em><blockquote>@wingly
    In JA PurityIII only top menu bar will be collapse .
    Its not possible to collapse a menu module.
    for category order Please provide a screenshot.

    Hope it helps</blockquote>

    Maybe it can be done in another way? not a module maybe?!


    1. categ-potolki
    2. articles
    chavan Friend
    #528069

    There is no collapsable menu in the template.

    But here are the customized code similar to the layout you need. Give a Try on this might like

    Go to this File: /templates/purity_iii/css/custom.css

    Add this code

    .t3-sidebar .dropdown-menu {
    display: block ! important;
    float: none;
    position: relative;
    }

    .t3-sidebar .dropdown-menu li, .t3-sidebar .dropdown-menu li:hover, .t3-sidebar .dropdown-menu li a{
    background: none !important;
    border: medium none !important;
    color: #0077BB !important;
    }

    .t3-sidebar .dropdown-menu {
    border: medium none ! important;
    }

    .t3-sidebar .dropdown-menu li a, .t3-sidebar .dropdown-menu li a:hover {
    padding-left: 25px;
    }

    .t3-sidebar .dropdown-menu li a:hover {
    background-color: #EEEEEE !important;
    color:#00466E !important;
    }

    Also to check the Output in Меню Module , set start level to 1 and then check the output.

    Hope this helps

    wingly Friend
    #528070

    <em>@Chavan 418087 wrote:</em><blockquote>There is no collapsable menu in the template.

    But here are the customized code similar to the layout you need. Give a Try on this might like

    Go to this File: /templates/purity_iii/css/custom.css

    Add this code

    .t3-sidebar .dropdown-menu {
    display: block ! important;
    float: none;
    position: relative;
    }

    .t3-sidebar .dropdown-menu li, .t3-sidebar .dropdown-menu li:hover, .t3-sidebar .dropdown-menu li a{
    background: none !important;
    border: medium none !important;
    color: #0077BB !important;
    }

    .t3-sidebar .dropdown-menu {
    border: medium none ! important;
    }

    .t3-sidebar .dropdown-menu li a, .t3-sidebar .dropdown-menu li a:hover {
    padding-left: 25px;
    }

    .t3-sidebar .dropdown-menu li a:hover {
    background-color: #EEEEEE !important;
    color:#00466E !important;
    }

    Also to check the Output in Меню Module , set start level to 1 and then check the output.

    Hope this helps</blockquote>

    Thank you very much but look what it does 😀

    All i want to do is the user to see where he is right now :)) and easy scout back and forward with out going back to the menu then category then choose article.. I want smth like a full opened Vertical breadcrumb! 😀


    1. lol
    chavan Friend
    #528071

    I think you have added the above suggested code in custom.css File:

    Please Replace this code

    .t3-sidebar .dropdown-menu {
    display: block ! important;
    float: none;
    position: relative;
    }

    with


    .t3-sidebar .dropdown-menu {
    background: none !important;
    box-shadow: none;
    display: block !important;
    float: none;
    position: relative;
    }

    chavan Friend
    #528074

    Once the previous post suggestion is done, do this, This will make this perfect.

    Add this code to custom.css

    .t3-sidebar .active a{
    background: none !important;
    color: #0077BB !important;

    }
    .t3-sidebar .active a:hover{
    background-color: #EEEEEE !important;
    color:#00466E !important;
    }
    .t3-sidebar .active b{
    float:left;
    margin-top:7px;
    margin-left:-5px;
    margin-right:5px;
    }
    .t3-sidebar .dropdown-menu .current a{
    background: #0077BB !important;
    color: #FFFFFF !important;
    }

    <em>@wingly 418088 wrote:</em><blockquote>Thank you very much but look what it does 😀

    All i want to do is the user to see where he is right now :)) and easy scout back and forward with out going back to the menu then category then choose article.. I want smth like a full opened Vertical breadcrumb! :D</blockquote>

    Pankaj Sharma Moderator
    #528104

    <em>@wingly 418076 wrote:</em><blockquote>Maybe it can be done in another way? not a module maybe?!

    </blockquote>

    for sorting order on backend please click on search tool button , after that you can see the articles sorting filter.
    if you want to set same article order on frontend please set article order> article manager order from menu settings.
    hope it helps

    wingly Friend
    #528241

    <em>@Chavan 418093 wrote:</em><blockquote>Once the previous post suggestion is done, do this, This will make this perfect.

    </blockquote>

    Yes this is what it displays:

    Very good job! the menu itself is always open BUT! it does not show the user where he is at the moment i guess i need just to create other submenu items and aissing them for each article.. that will help to display out the articles but will now shoe him at what article he is right now..


    1. ptlk
    chavan Friend
    #528248

    Everything is good, this is what I’m seeing at my side. please clear cache and check again

    Do you have any more issue to be fixed.


    1. Aviary-potolki-bicomplex-md-Picture-1
    wingly Friend
    #528253

    <em>@Chavan 418315 wrote:</em><blockquote>Everything is good, this is what I’m seeing at my side. please clear cache and check again

    Do you have any more issue to be fixed.</blockquote>

    Yes you are right… how could i forget about cash? thank you!

    Pankaj Sharma Moderator
    #528475

    Do You any more questions?
    Feel free to write on JA Forum.
    We are happy to help you:)

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

This topic contains 12 replies, has 3 voices, and was last updated by  Pankaj Sharma 10 years ago.

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