Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rotaryttk Friend
    #138607

    On http://www.transitiontownkinsale.org – (1.5+) the top menu sometimes (frequently) disappears behind the banner photographs. I believe I set up the site as per the tutorial.

    I set up a temporary super admin as:
    Thanks in advance for your help,

    scotty Friend
    #293613

    Please remove the login info above.

    Your slideshow has a zindex of 6 and your menu has a zindex of 2. You need to set the mune higher than the slideshow for it to appear in front.

    scotty Friend
    #293614

    Actually I’m wrong…

    The zindex of your main menu is 2 and sub items are 99.

    However…your slideshow zindex starts at 2 and goes up by 2 each time a picture changes so if the page is open for a few minutes your slideshow zindex goes beyond 99 and thus causing the menu items to appear behind it.

    The solution is to increase the zindex for your css sub items by opening templates/japyrite/ja_menus/ja_moomenu/ja.moomenu.css line 41 and find….

    #ja-cssmenu li ul {
    width: 16.4em;
    position: absolute; /* second-level lists */
    z-index: 99;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    height: auto;
    width: 15.9em;
    }

    and change 99 to 9999.

    rotaryttk Friend
    #293845

    <em>@scotty 114841 wrote:</em><blockquote>Actually I’m wrong…

    The zindex of your main menu is 2 and sub items are 99.

    However…your slideshow zindex starts at 2 and goes up by 2 each time a picture changes so if the page is open for a few minutes your slideshow zindex goes beyond 99 and thus causing the menu items to appear behind it.

    The solution is to increase the zindex for your css sub items by opening templates/japyrite/ja_menus/ja_moomenu/ja.moomenu.css line 41 and find….

    #ja-cssmenu li ul {
    width: 16.4em;
    position: absolute; /* second-level lists */
    z-index: 99;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    height: auto;
    width: 15.9em;
    }

    and change 99 to 9999.</blockquote>
    The only way I know to get to and edit css files is through the template editor. JA Pyrite takes me to four possible type of css – slideshow, template, typo and jabulletin – none of which seem to have the code mentioned in your post.

    I thanked you for your post because it was clear and to the point – I just need one more set of directions and all will be well I am sure.

    scotty Friend
    #293847

    The code is in ja.moomenu.css which is in …/templates/japyrite/ja_menus/ja_moomenu/

    You will need to access the file through FTP or you can install an extension called eXtplorer which will allow you edit it server side.

    rotaryttk Friend
    #293856

    Thank you – I have Extplorer and it was quickly sorted.:D

    zeolite Friend
    #294402

    There is also another fix for this. Edit template.css and look for #ja-header and add this value:

    z-index: 9999;

    That will make the menu appear in front of the sliding banners in IE!

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

This topic contains 7 replies, has 3 voices, and was last updated by  zeolite 15 years, 8 months ago.

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