Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jar media Friend
    #145573

    Is it possible to have the same top menu with some being text and some images?

    Anonymous Moderator
    #321870

    Hi jar media

    Current this template supports this idea. Could you please let me in detail your idea?

    jar media Friend
    #322374

    here is the url: standardofficesupply.com/joomla
    I want the menu to be as is but I would like to have a logo where “BUSINESS FURNITURE” is now.

    Anonymous Moderator
    #322840

    Hi jar media

    Please open templatesja_zeoliteja_menusBase.class.php file, at about line 160, find following code:


    } else {
    $txt = '<span class="menu-title">' . $tmp->name . '</span>';
    }
    //Add page title to item

    and change to:

    } else {

    if ($iParams->get('menu_image') != '') {
    $txt = '<img src="images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" title="'.$tmp->name.'" />';
    } else {
    $txt = '<span class="menu-title">' . $tmp->name . '</span>';
    }
    }
    //Add page title to item

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

This topic contains 4 replies, has 2 voices, and was last updated by Anonymous 15 years ago.

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