Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Jackie_chan Friend
    #135512

    Hello

    I have an interesting problem: my submenus work perfectly on the left side (main menu). All sub-menu items are showed there.

    However, when I try to open any submenu item from the top-menu I have these problems:

    1. sumbmenu items don’t highlight
    2. submenu items (submenu list) don’t appear on the “Main menu” on the left
    3. there are two article titles on that particular page.

    I need help. Thanx.

    My site is at http://www.hamburgerkaufleute.de

    Jackie

    Anonymous Moderator
    #279855

    Dear Jackie_chan,

    For your case, please open Transmenu.class.php in templatesja_mageiaja_menus folder, at about line 121, find script:

    [PHP]echo “$pmenu.addItem(“$txt”, “$row->url”, $row->browserNav, $active);n”;[/PHP]

    and change to:

    [PHP] $row->url = str_replace(‘&’,’&’,$row->url);
    echo “$pmenu.addItem(“$txt”, “$row->url”, $row->browserNav, $active);n”;[/PHP]

    Hope it helps.

    Jackie_chan Friend
    #279865

    Thanks a lot. It helped. 😀

    Jackie

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

This topic contains 3 replies, has 2 voices, and was last updated by  Jackie_chan 15 years, 12 months ago.

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