Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tsyrphlame Friend
    #133081

    Web Site is : http://www.coroman.com/clients/westbrook/index.php

    I’m using 1.5.3. I installed JA Mageia and selected “Moo” as the menu module under the Template Parameters.

    But the js animation is not working. I saw an earlier post related to this that indicated modifying the index file with the “preferred” menu tool, but the index file does not have such a line.

    Thoughts?

    tsyrphlame Friend
    #269251

    The index.php file seems like it’s missing something. If Moo is the 4th menu item, shouldn’t Case 4 be something else? And is Case 2 incomplete?

    <!– BEGIN: MAIN NAVIGATION –>
    <div id=”ja-mainnavwrap” class=”clearfix”>

    <h1 class=”logo”><a href=”index.php”><?php echo $JAconfig->template; ?></a></h1>

    <div id=”ja-mainnav”>
    <?php
    switch ($JAconfig->ja_menutype) {
    case 1:
    include(dirname(__FILE__).”/ja_Splitmenu.php”);
    $jamenu->genMenu (0);
    break;
    case 2:
    case 4:
    include(dirname(__FILE__).”/ja_cssmenu.php”);
    $jamenu->genMenu (0);
    break;
    case 3:
    echo “<div class=”transmenu-inner”>”;
    include(dirname(__FILE__).”/ja_transmenu.php”);
    $jamenu->genMenu (0);
    echo “</div>”;
    break;
    }
    ?>
    </div>
    </div>

    <!– END: MAIN NAVIGATION –>

    dietcheese Friend
    #269516

    I’m having the same exact problem.

    Sherlock Friend
    #269651

    Hi
    please edit ja_templatetools.php(templatesja_mageia folder),search those lines:

    else if ($this->ja_menutype == 4) {
    $html = '<link href="templates/'.$this->_tpl->template.'/ja_menus/ja_cssmenu/ja-sosdmenu.css" rel="stylesheet" type="text/css" />
    <script language="javascript" type="text/javascript" src="templates/'.$this->_tpl->template.'/ja_menus/ja_cssmenu/mootools.v1.1.js"></script>
    <script language="javascript" type="text/javascript" src="templates/'.$this->_tpl->template.'/ja_menus/ja_cssmenu/ja.cssmenu.js"></script>';
    }

    Change to

    else if ($this->ja_menutype == 4) {
    $html = '<link href="templates/'.$this->_tpl->template.'/ja_menus/ja_cssmenu/ja-sosdmenu.css" rel="stylesheet" type="text/css" />
    <script language="javascript" type="text/javascript" src="templates/'.$this->_tpl->template.'/ja_menus/ja_cssmenu/mootools.v1.1.js"></script>
    <script language="javascript" type="text/javascript" src="templates/'.$this->_tpl->template.'/ja_menus/ja_cssmenu/ja.moomenu.js"></script>';
    }

    tsyrphlame Friend
    #270011

    Many thanks!

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

This topic contains 5 replies, has 3 voices, and was last updated by  tsyrphlame 16 years ago.

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