Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • rowby Friend
    #118461

    Hi

    Client does not want to have the top navigation (i.e. no suckerfish, I see these options in the index.php template file, but no option to “turn off” that menu:

    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu;

    Here is the site, work in progress. Client only wants right menu — not top menu.

    http://www.avalonmarketingusa.com/index.php

    THanks
    Rowby

    Hieu Nguyen Admin
    #213532

    Hi rowby,

    Just delete or comment this code in the index.php file:

    <div id="ja-topnav">
    <?php
    switch ($ja_menutype) {
    case 1: echo $topnav;
    break;
    case 2:
    include("ja_cssmenu.php");
    break;
    case 3: include("ja_transmenu.php");
    break;
    case 4: include("ja_droplinemenu.php");
    break;
    }
    ?>
    </div>

    Hope it helps!

    Best regards,
    Hieu Nguyen
    JoomlArt.com Team

    rowby Friend
    #213539

    That fixed it!

    rowby Friend
    #215241

    Hi
    It got rid of the top navigation but I”m getting a javascript error.

    What else needs to be remove, perhaps in the header, to prevent the error.

    http://www.avalonmarketingusa.com/index.php?option=com_content&task=view&id=25

    Thanks
    Thanks

    ha le-viet Developer
    #215453

    Hi rowby,

    Please remove this line in your index.php file

    <script type="text/javascript">initPNGTrans();</script>

    Regards,
    Ha Le-Viet.

    rowby Friend
    #215465

    Thanks Ha Le-Viet,

    That fixed it

    Rowby

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

This topic contains 6 replies, has 3 voices, and was last updated by  rowby 17 years, 8 months ago.

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