Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dageraad Friend
    #793346

    Hi,

    I have a problem with a menu displayed in a sidebar . It has 2 levels. The second level expands/opens when you click on level 1. Once you’re inside a level 2 menu item you can’t click on its parent anymore. Any way to solve this?

    http://tnav.mascomm.be/organisatie-de-blauwe-cirkel/consortium-de-blauwe-cirkel

    I guess it’s not really template related, and more a sort of joomla core issue. I also placed it on the joomla forum more than a month ago but nobody responded.

    I use joomla 3.4.5

    thanks


    1. unclickable
    Pankaj Sharma Moderator
    #800718

    Hi
    The site is Forbidden on my end . Kindly provide full access of site and also share your site admin details via private reply , i will check it

    dageraad Friend
    #802535
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #803730

    Hi
    issue is fixed directly on your site . I added below code in template manager > custom code Tab .
    Below code

    <script>
    jQuery(document).ready(function($){
      $('ul.nav .dropdown-toggle').on('click', function(){
        location.href = this.href;
      });
    });
    </script>

    Please check site now .

    dageraad Friend
    #804115

    great! thanks man

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

This topic contains 4 replies, has 2 voices, and was last updated by  dageraad 8 years, 11 months ago.

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