Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • dlevancho Friend
    #136709

    I am sure its not me I went through the code and bunch of stuff are missing ,
    specifically this call :
    var ms = new TransMenuSet(',$direction,', ', $left,', ',$top,', ',$position,');
    TransMenu.subpad_x = ',$subpad_x,';

    TransMenu.subpad_y = ',$subpad_y,';

    generates following javascript :
    var ms = new TransMenuSet(TransMenu.direction., , , TransMenu.reference.);
    138 TransMenu.subpad_x = ;
    139 TransMenu.subpad_y = ;

    and firebug error : syntax error,
    looks like all parameters are missing :

    $direction = "TransMenu.direction.".$this->getParam('menu_direction', 'down');

    $position = "TransMenu.reference.".$this->getParam('menu_position', 'bottomLeft');

    $top = $this->getParam('p_t', 0);

    $left = $this->getParam('p_l', 0);

    $subpad_x = $this->getParam('subpad_x', 0);

    $subpad_y = $this->getParam('subpad_y', 0);

    how can I fix this?

    Anonymous Moderator
    #285401

    Hi dlevancho,

    Could you please send me your live url, ftp account via PM so that i could have closer look on the issue?

    dlevancho Friend
    #286005

    I sent skype message

    dlevancho Friend
    #286008

    thanks for quick support and swift fix resolution A++ support

    Anonymous Moderator
    #286009

    Hi dlevancho,

    I have checked your website anh saw that $this->getParam function return null value.
    I fixed this issue.

    Please check again.

    onecompany Friend
    #286068

    Is there a fix available for the Transmenu on Sargas in Joomla 1.5.8? My Transmenu also does not work.

    Anonymous Moderator
    #286168

    Hi onecompany,

    if you see the same problem, you can change file templates/ja_sargas/ja_menus/Transmenu.class.php to find following script:

    [PHP]$direction = “TransMenu.direction.”.$this->getParam(‘menu_direction’, ‘down’);
    $position = “TransMenu.reference.”.$this->getParam(‘menu_position’, ‘bottomLeft’);
    $top = $this->getParam(‘p_t’, 0);
    $left = $this->getParam(‘p_l’, 0);
    $subpad_x = $this->getParam(‘subpad_x’, 0);
    $subpad_y = $this->getParam(‘subpad_y’, 0);[/PHP]

    and change to:

    [PHP]$direction = “TransMenu.direction.down”;
    $position = “TransMenu.reference.bottomLeft”;
    $top = 0;
    $left = 0;
    $subpad_x = 0;
    $subpad_y = 0;[/PHP]

    onecompany Friend
    #286216

    <em>@JA Developer 105726 wrote:</em><blockquote>Hi onecompany,

    if you see the same problem, you can change file templates/ja_sargas/ja_menus/Transmenu.class.php to find following script:
    </blockquote>

    Unfortunately did not work in my Joomla 1.5.8 site :((
    I have reverted back to the CSS Suckerfish menu…

    Anonymous Moderator
    #286314

    Please send me your admin account, ftp account via PM so that i can help you to fix this issue.

    fabrian Friend
    #319693

    I followed your directions below to resolve the broken trans menu. First, thanks. Second – there are two issues here.

    1. I downloaded this theme days ago. The post with your fix is months old. Why in the world would this not be resolved in the download package?

    2. Even with the fix, the color doesn’t look correct when the menu does drop down (to match the theme color). Like a nasty web friendly 8 bit color.

    <em>@JA Developer 105726 wrote:</em><blockquote>Hi onecompany,

    if you see the same problem, you can change file templates/ja_sargas/ja_menus/Transmenu.class.php to find following script:

    [PHP]$direction = “TransMenu.direction.”.$this->getParam(‘menu_direction’, ‘down’);
    $position = “TransMenu.reference.”.$this->getParam(‘menu_position’, ‘bottomLeft’);
    $top = $this->getParam(‘p_t’, 0);
    $left = $this->getParam(‘p_l’, 0);
    $subpad_x = $this->getParam(‘subpad_x’, 0);
    $subpad_y = $this->getParam(‘subpad_y’, 0);[/PHP]

    and change to:

    [PHP]$direction = “TransMenu.direction.down”;
    $position = “TransMenu.reference.bottomLeft”;
    $top = 0;
    $left = 0;
    $subpad_x = 0;
    $subpad_y = 0;[/PHP]</blockquote>

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

This topic contains 10 replies, has 4 voices, and was last updated by  fabrian 14 years, 6 months ago.

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