Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jmpi Friend
    #147082

    Hi,

    i hope i can explain what i mean:

    I have add a picture at the end, where you see a “copied” menu – with red font: “menu2 without submenus”

    My question is, can i add a menu at that position (i dont need submenus),
    and if yes – how it goes? 😀

    thank you


    1. jaseleniquestion
    mihirc Friend
    #327512

    Hello,

    I would personally think that you would have to edit the code to get this implemented. Though i would like to hear what others say.

    Regards,
    Mihir Chhatre.

    Saguaros Moderator
    #327574

    Helle guy!

    Here is the solution:

    Please open the file: templatesja_selenilayoutsblocksheader.php and find codes at line: 1-> 3:

    [PHP]
    <div id=”ja-header” class=”wrap”>
    <div class=”main”>
    <div class=”inner clearfix”>
    [/PHP]
    And replace
    [PHP]
    <div id=”ja-header” class=”wrap”>
    <div class=”main”>
    <div class=”inner clearfix”>
    <div id=”ja-topmenu” class=”wrap”>
    <jdoc:include type=”modules” name=”ja-topmenu” />
    </div>
    [/PHP]

    Please add rules css into the file : templatesja_selenicsscolorsred.css

    /**
    * top menu
    */

    #ja-topmenu ul {}

    #ja-topmenu li {
    float: left;
    margin: 0;
    padding: 0;
    }

    #ja-topmenu a {
    border-left: 1px solid #1c1c1c;
    color: #999;
    display: block;
    float: left;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    }
    #ja-topmenu .active {
    }
    #ja-topmenu a:hover,
    #ja-topmenu a:active,
    #ja-topmenu a:focus{
    background-color: #444;
    color: #fff;
    }

    #ja-topmenu li.active a,
    #ja-topmenu li.active a:hover,
    #ja-topmenu li.active a:active,
    #ja-topmenu li.active a:focus {
    background-color: #050505;
    color: #fff;
    }
    #ja-topmenu #active_menu-nav{
    background-color: #220000;
    color: #fff;
    }
    #ja-topmenu .main{ height:auto}
    #ja-topmenu { border-right: 1px solid #440000; }

    #ja-topmenu a { border-left: 1px solid #440000; color: #966C6C; }

    #ja-topmenu a:hover,
    #ja-topmenu a:active,
    #ja-topmenu a:focus{
    background-color: #6C1C1C;
    }

    #ja-topmenu li.active a,
    #ja-topmenu li.active a:hover,
    #ja-topmenu li.active a:active,
    #ja-topmenu li.active a:focus {
    background-color: #220000;
    }
    #ja-topmenu {
    border-right: 1px solid #440000;
    top:-5px;
    left:0;
    position:absolute;
    background:#580E0E !important;
    z-index:110;
    }

    3) you access your administrator, add set up a module using the mainmenu module type on the “ja-topmenu” position and choose Menu Style to be equal “List”

    jmpi Friend
    #327601

    thank you !

    i will try tonight!

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

This topic contains 4 replies, has 3 voices, and was last updated by  jmpi 14 years, 11 months ago.

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