Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • iluminada Friend
    #171842

    I want to show only a icon or image in a menu item in moomenu for to put a Virtuemart Icon, but although the menu item configuration show me the posibility of choose image (joomla images), it donĀ“t show nothing.
    If the system offer the posibility of show an imagen, what I have to do for it?
    I watched the module configuration and the template configuration. Please I need an answer.

    khoand Friend
    #430206

    You replace the code from /templates/ja_pyrite/ja_menus/Base.class.php

    if ($this->getParam('menu_images') && $iParams->get('menu_image') && $iParams->get('menu_image') != -1) {
    with

    if ($iParams->get('menu_image') && $iParams->get('menu_image') != -1) {
    replace

    $txt = '<img src="images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" title="'.$tmp->name.'" /><span class="menu-title">' . $tmp->name . '</span>';
    with

    $txt = '<img src="images/stories/'.$iParams->get('menu_image').'" alt="'.$tmp->name.'" title="'.$tmp->name.'" />';

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 4 months ago.

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