Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nigelmaine Friend
    #146165

    Hi

    I know this is an old problem, dating back to 1.5.7 but I’m using 1.5.15 and it doesn’t seem to work.

    I want to change the navigation and replace a menu button that links to a section (Products) and replace it with a separator instead. When I do this, the menu button disappears.

    http://www.reseller-marketing.co.uk

    I have it working on many other JA templates.

    Can someone shed some light please.

    Thanks

    Anonymous Moderator
    #324198

    Hi nigelmaine

    Open templatesja_drimiaja_menusBase.class.php file, find following code section:


    if ($tmp->type == 'separator')
    {
    return '<a href="#" title=""><span class="separator">'.$image.$tmp->name.'</span></a>';
    }

    and change to:


    if ($tmp->type == 'separator')
    {

    echo '<a href="#" title=""><span class="separator">'.$image.$tmp->name.'</span></a>';
    return;
    }

    nigelmaine Friend
    #324207

    Hi,

    Many thanks.

    Seriously quick as usual.

    Kind Regards

    Nigel

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

This topic contains 3 replies, has 2 voices, and was last updated by  nigelmaine 14 years, 5 months ago.

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