Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1031990

    Hi
    Can u please explain the steps with screenshot what exactly you want to achieve?
    Also, did u checked the menu module with default Joomla template like Protostar and see how it goes?

    Regards

    christofferl Friend
    #1031996

    Absolutely, this is really not difficult. I would like the visitor to understand, by viewing the menu, the navigation. See the images for better understanding.

    The solution is that the present menu item should in some way på highlighted all the time when on that particular page. Let me know if you need further info.


    1. ja_menu1
    2. ja_menu2
    Pankaj Sharma Moderator
    #1032002

    Hi
    The parent menu is a highlight when it’s active on that page.
    You can switch to the default Joomla template and it would be the same result.
    Regards

    christofferl Friend
    #1032006

    Hmm .. ok … but this does not solve the problem of the active menu item NOT being highlighted when clicked upon. How can I achieve this?

    I am sorry … maybe I do not understand you answer.

    Pankaj Sharma Moderator
    #1032222

    Did you checked the module with default Joomla template and are you getting the Active menu on it?
    because of its default Joomla module and Active class work for the parent menu items.

    christofferl Friend
    #1032274

    I am using exactly the one that was included in the template using the quickstart. Looking at the menu module … I would say it is the default Joomla one.

    Please have a look at it so that you might be able to find the solution. See admin details above.

    Pankaj Sharma Moderator
    #1032279

    Hi
    Add below code in custom.css file

    
    .nav-pills > li.current  {
        text-decoration: none;
        background-color: #eeeeee;
    }

    Hope it helps.

    christofferl Friend
    #1032287

    It sure did 🙂

    Thanks for good support.

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

This topic contains 8 replies, has 2 voices, and was last updated by  christofferl 7 years, 6 months ago.

The topic ‘How to get the menu module to visually show the present menu?’ is closed to new replies.