test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ggates Friend
    #180624

    Hello,

    When you click on a menu item, and then a sub menu item, that leads to a sub-sub-menu item each successive step down slowly shifts the menu down the page about 10-15px. I would like to eliminate this shift down and have the menu just build to the right.

    Can you help?

    Thanks.

    Ninja Lead Moderator
    #466909

    I’m not quite sure what modifications you have done upon your installation, would need to take a closer look at your site. Please include screenshot and your site URL here for further investigation.

    ggates Friend
    #466948

    There are no modifications. In the ja_mendozite template, look under the K2 menu and then “List All Categories”menu. Notice how the menu appears shifted lower with respect to the K2 menu. I would like to have the “List All Categories” menu to appear directly to the right without the position shifting downward approximately 15px.

    If you could tell me how to adjust the location of the “List All Categories” menu I can take it from there.

    Thanks.

    Ninja Lead Moderator
    #467000

    Is this what you need?

    if it’s right you can change with my suggest below

    <blockquote>Open plugins/system/jat3/jat3/base-themes/default/js/menu/mega.js</blockquote>
    from

    options: {
    slide: 0, //enable slide
    duration: 300, //slide speed. lower for slower, bigger for faster
    fading: 0, //Enable fading
    bgopacity: 0.9, //set the transparent background. 0 to disable, 0<bgopacity<1: the opacity of the background
    delayHide: 500,
    direction: 'down',
    action: 'mouseenter', //mouseenter or click
    hidestyle: 'normal',
    offset: 5,
    fixArrow: false
    }

    Change to

    options: {
    slide: 0, //enable slide
    duration: 300, //slide speed. lower for slower, bigger for faster
    fading: 0, //Enable fading
    bgopacity: 0.9, //set the transparent background. 0 to disable, 0<bgopacity<1: the opacity of the background
    delayHide: 500,
    direction: 'down',
    action: 'mouseenter', //mouseenter or click
    hidestyle: 'normal',
    offset: 0,
    fixArrow: false
    }

    <blockquote>Open /templates/ja_mendozite/css/menu/mega.css file</blockquote>

    from
    <blockquote>ul.megamenu { margin: 20px; }</blockquote>
    change to
    <blockquote>ul.megamenu { margin: 0px; }</blockquote>

    Let me know if it help


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

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

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