Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • maksinux Friend
    #123562

    Don’t know If anyone had (and solved) this problem:

    when u switch menutype from “mainmenu” to “topmenu” (or anyother), active-menuitem will not appear with standard active-item look.

    I just changed in “ja_transmenu/ja_transmenu.php” (I use transmenu) line 197:

    if ( in_array($mitem->id, $this->parent->open) ) {

    to:

    parse_str( $mitem->link, $url ); // 197 modified, hints from joomla mod_mainmenu.php
    $url_itemid = $url[‘Itemid’]; // 198 new
    if ( $url_itemid == $current_itemid ) { //199 new

    Michael Casha Friend
    #232049

    Have you got a live site url?

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

This topic contains 2 replies, has 2 voices, and was last updated by  Michael Casha 16 years, 5 months ago.

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