Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Dalibor Bosnjakovic Friend
    #135668

    If any of the menu items are set as separator transmenu stops to work. Any ideas. Thanks.

    Sherlock Friend
    #281124

    Hi dbosnj35 !
    You can fix it following way below :
    Open Transmenu.class.php file in templatesja_nerineja_menus folder, find following code section at about line 104 :


    function genMenuItem($row, $level = 0, $pos = '', $ret = 0) {
    $txt = '';

    change to :


    function genMenuItem($row, $level = 0, $pos = '', $ret = 0) {
    $txt = '';

    //add section code to fix it
    if ($row->type == 'separator')
    {
    $row->url = "#";

    }
    //end add

    hope can help you !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 15 years, 11 months ago.

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